Files
2013-08-06 20:41:46 -04:00

33 lines
521 B
Objective-C

//
// KLCircleViewControllerDemoTests.m
// KLCircleViewControllerDemoTests
//
// Created by IBM on 2013-07-23.
// Copyright (c) 2013 KL. All rights reserved.
//
#import "KLCircleViewControllerDemoTests.h"
@implementation KLCircleViewControllerDemoTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in KLCircleViewControllerDemoTests");
}
@end