mirror of
https://github.com/zhigang1992/KLCircleViewController.git
synced 2026-03-29 22:40:17 +08:00
33 lines
521 B
Objective-C
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
|