Searched refs:verifyFailedTests (Results 1 – 3 of 3) sorted by relevance
30 verifyFailedTests("timeoutTest"); in timeOutTest()49 verifyFailedTests(); in noTimeOut()64 verifyFailedTests("timeoutTest"); in twoDifferentTests()90 verifyFailedTests("timeoutShouldFailByException", "timeoutShouldFailByTimeOut"); in timeOutInParallelTestsFromXml()
27 verifyFailedTests("timeoutShouldFailByException", "timeoutShouldFailByTimeOut"); in privateTimeOutTest()67 verifyFailedTests("shouldFail");
383 protected void verifyFailedTests(String... expectedFailed) { in verifyFailedTests() method in BaseTest