Home
last modified time | relevance | path

Searched refs:lastSuite (Results 1 - 1 of 1) sorted by relevance

/test/xts/tools/lite/reliability/
H A DJSPressTest.js81 var lastSuite = null; variable
85 this.runIt(it, lastSuite);
86 lastSuite = it.suite;
89 lastSuite.runHookFunc('afterAll');
92 runIt(it, lastSuite) {
94 if (lastSuite !== suite) {
95 if (lastSuite !== null) {
96 lastSuite.runHookFunc('afterAll');

Completed in 1 milliseconds