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