// // 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