#import #import @interface NSObject(TestsAdditions) -(BOOL)testEquals: (id)anObject; -(BOOL)testForString; -(BOOL)testForClass; @end