Searched refs:BeginTest (Results 1 – 5 of 5) sorted by relevance
61 function BeginTest(name) { class91 BeginTest("strict: undefined"); TestStrict(undefined); EndTest();92 BeginTest("strict: null"); TestStrict(null); EndTest();93 BeginTest("strict: 1"); TestStrict(1); EndTest();94 BeginTest("strict: 1.2"); TestStrict(1.2); EndTest();95 BeginTest("strict: 'asdf'"); TestStrict('asdf'); EndTest();96 BeginTest("strict: true"); TestStrict(true); EndTest();115 BeginTest("non-strict: undefined"); TestNonStrict(undefined); EndTest();116 BeginTest("non-strict: null"); TestNonStrict(null); EndTest();117 BeginTest("non-strict: 1"); TestNonStrict(1); EndTest();[all …]
62 function BeginTest(name) { class228 BeginTest("Local 1");245 BeginTest("Local 2");262 BeginTest("Local 3");280 BeginTest("Local 4");299 BeginTest("Local 5");317 BeginTest("Local 6");336 BeginTest("Local 7");357 BeginTest("With 1");377 BeginTest("With 2");[all …]
52 function BeginTest(name) { class80 BeginTest('Test 1');85 BeginTest('Test 2');90 BeginTest('Test 3');95 BeginTest('Test 4');
65 function BeginTest(name) { class200 BeginTest("Local block 1");219 BeginTest("Local 2");238 BeginTest("Local 3");256 BeginTest("Local 4");275 BeginTest("Local 5");297 BeginTest("Local 6");320 BeginTest("Local 7");345 BeginTest("Closure 1");374 BeginTest("For loop 1");[all …]
64 function BeginTest(name) { class192 BeginTest("Closure 1");