github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/clients/ios-objc/photobackupTests/photobackupTests.m (about) 1 // 2 // photobackupTests.m 3 // photobackupTests 4 // 5 // Created by Nick O'Neill on 10/20/13. 6 // Copyright (c) 2013 The Camlistore Authors. All rights reserved. 7 // 8 9 #import <XCTest/XCTest.h> 10 11 @interface photobackupTests : XCTestCase 12 13 @end 14 15 @implementation photobackupTests 16 17 - (void)setUp 18 { 19 [super setUp]; 20 // Put setup code here. This method is called before the invocation of each test method in the class. 21 } 22 23 - (void)tearDown 24 { 25 // Put teardown code here. This method is called after the invocation of each test method in the class. 26 [super tearDown]; 27 } 28 29 - (void)testExample 30 { 31 XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); 32 } 33 34 @end