Skip to content

Instantly share code, notes, and snippets.

@paulanthonywilson
Created May 6, 2009 13:03
Show Gist options
  • Save paulanthonywilson/107509 to your computer and use it in GitHub Desktop.
Save paulanthonywilson/107509 to your computer and use it in GitHub Desktop.
#import "GTMSenTestCase.h"
@interface «FILEBASENAMEASIDENTIFIER» : GTMTestCase {
}
@end
@implementation «FILEBASENAMEASIDENTIFIER»
-(void)setUp{
}
-(void)testFake{
STFail(@"Replace me with your real tests. Good luck!");
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment