美文网首页
2018-04-20

2018-04-20

作者: Hilarylii | 来源:发表于2018-04-20 11:00 被阅读0次
    #import <UIKit/UIKit.h>
    #import <XCTest/XCTest.h>
    
    @interface DemoTests : XCTestCase
    
    @end
    
    @implementation DemoTests
    
    - (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.
        XCTAssert(YES, @"Pass");
    }
    
    - (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
    
    
    

    相关文章

      网友评论

          本文标题:2018-04-20

          本文链接:https://www.haomeiwen.com/subject/fojakftx.html