KulexiuForStudentTests.m 838 B

12345678910111213141516171819202122232425262728293031323334353637
  1. //
  2. // KulexiuForStudentTests.m
  3. // KulexiuForStudentTests
  4. //
  5. // Created by Kyle on 2022/3/16.
  6. //
  7. #import <XCTest/XCTest.h>
  8. @interface KulexiuForStudentTests : XCTestCase
  9. @end
  10. @implementation KulexiuForStudentTests
  11. - (void)setUp {
  12. // Put setup code here. This method is called before the invocation of each test method in the class.
  13. }
  14. - (void)tearDown {
  15. // Put teardown code here. This method is called after the invocation of each test method in the class.
  16. }
  17. - (void)testExample {
  18. // This is an example of a functional test case.
  19. // Use XCTAssert and related functions to verify your tests produce the correct results.
  20. }
  21. - (void)testPerformanceExample {
  22. // This is an example of a performance test case.
  23. [self measureBlock:^{
  24. // Put the code you want to measure the time of here.
  25. }];
  26. }
  27. @end