master
 1//
 2//  KVOTests.m
 3//  KVOTests
 4//
 5//  Created by mo khan on 2013-06-04.
 6//  Copyright (c) 2013 mo khan. All rights reserved.
 7//
 8
 9#import "KVOTests.h"
10
11@implementation KVOTests
12
13- (void)setUp
14{
15    [super setUp];
16    
17    // Set-up code here.
18}
19
20- (void)tearDown
21{
22    // Tear-down code here.
23    
24    [super tearDown];
25}
26
27- (void)testExample
28{
29    STFail(@"Unit tests are not implemented yet in KVOTests");
30}
31
32@end