Sha256: 9f9645901c0ae440299f1adbee23af20e85e1224646e2ec3e1355bf752c9f0b6

Contents?: true

Size: 647 Bytes

Versions: 8

Compression:

Stored size: 647 Bytes

Contents

//
//  ExampleOSXTests.m
//  ExampleOSXTests
//
//  Created by Marius Rackwitz on 12.05.14.
//  Copyright (c) 2014 XCRes. All rights reserved.
//

#import <XCTest/XCTest.h>

@interface ExampleOSXTests : XCTestCase

@end

@implementation ExampleOSXTests

- (void)setUp
{
    [super setUp];
    // Put setup code here. This method is called before the invocation of each test method in the class.
}

- (void)tearDown
{
    // Put teardown code here. This method is called after the invocation of each test method in the class.
    [super tearDown];
}

- (void)testExample
{
    XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}

@end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
xcres-0.6.1 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.6.0 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.5.0 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.4.4 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.4.3 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.4.2 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.4.1 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m
xcres-0.4.0 spec/fixtures/ExampleOSX/ExampleOSXTests/ExampleOSXTests.m