Sha256: 5d9f59d672d82c99fd4b3677dd88729eef7ff859e21c32ad92dae84e71decafe
Contents?: true
Size: 597 Bytes
Versions: 29
Compression:
Stored size: 597 Bytes
Contents
// // peekaviewTests.m // fixtures // // Created by Mark Larsen on 6/25/14. // Copyright (c) 2014 marklarr. All rights reserved. // #import <XCTest/XCTest.h> @interface peekaviewTests : XCTestCase @end @implementation peekaviewTests - (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 { XCTAssert(YES, @"woot"); } @end
Version data entries
29 entries across 29 versions & 2 rubygems