Sha256: 20f5eed33be554217c7a0afb8125af925fb45115ce5bb841f4549e1dec8b0bd8
Contents?: true
Size: 364 Bytes
Versions: 25
Compression:
Stored size: 364 Bytes
Contents
// // AnotherTest.m // TestProject // // Created by Ray Hilton on 1/12/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import "AnotherTest.h" @implementation AnotherTest // All code under test must be linked into the Unit Test bundle - (void)testMath { STAssertTrue((1 + 1) == 2, @"Compiler isn't feeling well today :-("); } @end
Version data entries
25 entries across 25 versions & 1 rubygems