Skip to content

Commit f532db6

Browse files
committed
Code cleanup.
1 parent 6bd6bed commit f532db6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Sample Project/CheckBoxTests/GroupTests.m

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,10 @@ @implementation GroupTests
1818

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

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

29-
- (void)testExample {
30-
// This is an example of a functional test case.
31-
// Use XCTAssert and related functions to verify your tests produce the correct results.
32-
}
33-
34-
- (void)testPerformanceExample {
35-
// This is an example of a performance test case.
36-
[self measureBlock:^{
37-
// Put the code you want to measure the time of here.
38-
}];
39-
}
40-
4127
@end

0 commit comments

Comments
 (0)