We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd6bed commit f532db6Copy full SHA for f532db6
Sample Project/CheckBoxTests/GroupTests.m
@@ -18,24 +18,10 @@ @implementation GroupTests
18
19
- (void)setUp {
20
[super setUp];
21
- // Put setup code here. This method is called before the invocation of each test method in the class.
22
}
23
24
- (void)tearDown {
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
- // 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
41
@end
0 commit comments