Skip to content

Commit 26e6032

Browse files
committed
Initial commit
0 parents  commit 26e6032

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
//
2+
// JawaScriptExecutive_iOSTests.m
3+
// JawaScriptExecutive-iOSTests
4+
//
5+
// Created by Ben on 2016/1/15.
6+
//
7+
//
8+
9+
#import <XCTest/XCTest.h>
10+
11+
/*
12+
@interface JawaScriptExecutive_iOSTests : XCTestCase
13+
14+
@end
15+
16+
@implementation JawaScriptExecutive_iOSTests
17+
18+
- (void)setUp {
19+
[super setUp];
20+
// Put setup code here. This method is called before the invocation of each test method in the class.
21+
}
22+
23+
- (void)tearDown {
24+
// Put teardown code here. This method is called after the invocation of each test method in the class.
25+
[super tearDown];
26+
}
27+
28+
- (void)testExample {
29+
// This is an example of a functional test case.
30+
// Use XCTAssert and related functions to verify your tests produce the correct results.
31+
}
32+
33+
- (void)testPerformanceExample {
34+
// This is an example of a performance test case.
35+
[self measureBlock:^{
36+
// Put the code you want to measure the time of here.
37+
}];
38+
}
39+
*/
40+
@end

0 commit comments

Comments
 (0)