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

Version Path
xcoder-0.1.18 spec/TestProject/LogicTests/AnotherTest.m
xcoder-0.1.15 spec/TestProject/LogicTests/AnotherTest.m
xcoder-0.1.14 spec/TestProject/LogicTests/AnotherTest.m
xcoder-0.1.13 spec/TestProject/LogicTests/AnotherTest.m
xcoder-0.1.12 spec/TestProject/LogicTests/AnotherTest.m
xcoder-0.1.11 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.10 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.9 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.8 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.7 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.6 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.4 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.3 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.2 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.1 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.1.0 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.0.21 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.0.20 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.0.19 spec/TestProject/TestProjectTests/AnotherTest.m
xcoder-0.0.18 spec/TestProject/TestProjectTests/AnotherTest.m