ZhongJingLianMengTests.m 931 B

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