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

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