Searched refs:asyncAssertsExpected (Results 1 – 2 of 2) sorted by relevance
15 var asyncAssertsExpected = 0; variable17 function assertAsyncRan() { ++asyncAssertsExpected }21 ++asyncAssertsExpected;26 --asyncAssertsExpected;39 if (asyncAssertsExpected === 0)42 assertAsync(false, "all... " + asyncAssertsExpected)
85 var asyncAssertsExpected = 0; variable87 function assertAsyncRan() { ++asyncAssertsExpected }95 --asyncAssertsExpected100 ++asyncAssertsExpected;105 --asyncAssertsExpected;118 if (asyncAssertsExpected === 0)121 assertAsync(false, "all... " + asyncAssertsExpected)