Skip to content

Commit 7d0aef0

Browse files
committed
Code cleanup.
1 parent b172f61 commit 7d0aef0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Sample Project/CheckBoxUITests/CheckBoxUITests.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,12 @@ @implementation CheckBoxUITests
1717
- (void)setUp {
1818
[super setUp];
1919

20-
// Put setup code here. This method is called before the invocation of each test method in the class.
21-
22-
// In UI tests it is usually best to stop immediately when a failure occurs.
2320
self.continueAfterFailure = NO;
24-
// UI tests must launch the application that they test. Doing this in setup will make sure it happens for each test method.
2521
[[[XCUIApplication alloc] init] launch];
26-
27-
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this.
2822
}
2923

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

35-
- (void)testExample {
36-
// Use recording to get started writing UI tests.
37-
// Use XCTAssert and related functions to verify your tests produce the correct results.
38-
}
39-
4028
@end

0 commit comments

Comments
 (0)