Files
LayaNative2.0/Conch/build/conch/proj.ios/LayaBoxTests/LayaBoxTests.m
T
2020-11-11 16:17:13 +08:00

40 lines
891 B
Objective-C

//
// LayaBoxTests.m
// LayaBoxTests
//
// Created by LayaBox on 3/7/16.
// Copyright © 2016 LayaBox. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface LayaBoxTests : XCTestCase
@end
@implementation LayaBoxTests
- (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