File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
JawaScriptExecutive-iOSTests Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments