// // TestClass.m // UnitKit // // Created by James Davidson on 2004/07/22. // Copyright 2004 __MyCompanyName__. All rights reserved. // #import "TestClass.h" @implementation TestClass -(int) testMethod { return 42; } @end