diff options
Diffstat (limited to 'KVO/KVOTests/KVOTests.m')
| -rw-r--r-- | KVO/KVOTests/KVOTests.m | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/KVO/KVOTests/KVOTests.m b/KVO/KVOTests/KVOTests.m new file mode 100644 index 0000000..6ef0e59 --- /dev/null +++ b/KVO/KVOTests/KVOTests.m @@ -0,0 +1,32 @@ +// +// KVOTests.m +// KVOTests +// +// Created by mo khan on 2013-06-04. +// Copyright (c) 2013 mo khan. All rights reserved. +// + +#import "KVOTests.h" + +@implementation KVOTests + +- (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 KVOTests"); +} + +@end |
