Sha256: 35ae6918bbfbc2859a754d98b38c203a66f193575b240cd36a7377bce88a8e2f
Contents?: true
Size: 545 Bytes
Versions: 25
Compression:
Stored size: 545 Bytes
Contents
// // TestProjectTests.m // TestProjectTests // // Created by Ray Hilton on 10/11/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import "TestProjectTests.h" @implementation TestProjectTests - (void)setUp { [super setUp]; // Set-up code here. } - (void)tearDown { // Tear-down code here. [super tearDown]; } - (void)testNilShouldAlwaysBeNil { STAssertNil(nil, @"This should definitely be nil"); } - (void)testShouldFail { STAssertEquals(1+1, 3, @"Something is broken"); } @end
Version data entries
25 entries across 25 versions & 1 rubygems