12345678910111213141516171819202122232425262728293031323334353637383940 |
-
-
-
-
-
-
-
-
- #import <XCTest/XCTest.h>
-
- @interface playgroundTests : XCTestCase
-
- @end
-
- @implementation playgroundTests
-
- - (void)setUp {
- [super setUp];
-
- }
-
- - (void)tearDown {
-
- [super tearDown];
- }
-
- - (void)testExample {
-
-
- }
-
- - (void)testPerformanceExample {
-
- [self measureBlock:^{
-
- }];
- }
-
- @end
|