Searched refs:assertionError (Results 1 – 4 of 4) sorted by relevance
47 private var assertionError: AssertionError? = null variable74 assertionError?.let { throw assertionError!! } in checkAssertions()75 assertionError = null in checkAssertions()316 assertionError = assertionError ?: error in assertHelper()
62 } catch (MockitoAssertionError assertionError) { in verify()63 errorToRethrow = assertionError; in verify()
52 assertionError -> { in TestStepBase()53 appendFailureDetails(assertionError.getMessage()); in TestStepBase()
361 AssertionError assertionError = new AssertionError( in applyTest()364 assertionError.setStackTrace(stack); in applyTest()365 onTestFailed(assertionError); in applyTest()366 throw assertionError; in applyTest()