123456789101112131415161718192021222324252627282930313233343536373839 |
- //
- // LN_SchoolTests.m
- // LN_SchoolTests
- //
- // Created by apple on 2017/4/6.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <XCTest/XCTest.h>
- @interface LN_SchoolTests : XCTestCase
- @end
- @implementation LN_SchoolTests
- - (void)setUp {
- [super setUp];
- // Put setup code here. This method is called before the invocation of each test method in the class.
- }
- - (void)tearDown {
- // Put teardown code here. This method is called after the invocation of each test method in the class.
- [super tearDown];
- }
- - (void)testExample {
- // This is an example of a functional test case.
- // Use XCTAssert and related functions to verify your tests produce the correct results.
- }
- - (void)testPerformanceExample {
- // This is an example of a performance test case.
- [self measureBlock:^{
- // Put the code you want to measure the time of here.
- }];
- }
- @end
|