Home
last modified time | relevance | path

Searched refs:assertionError (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestWallpaperService.kt47 private var assertionError: AssertionError? = null variable
74 assertionError?.let { throw assertionError!! } in checkAssertions()
75 assertionError = null in checkAssertions()
316 assertionError = assertionError ?: error in assertHelper()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWithin.java62 } catch (MockitoAssertionError assertionError) { in verify()
63 errorToRethrow = assertionError; in verify()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTestStepBase.java52 assertionError -> { in TestStepBase()
53 appendFailureDetails(assertionError.getMessage()); in TestStepBase()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DDeviceState.java361 AssertionError assertionError = new AssertionError( in applyTest()
364 assertionError.setStackTrace(stack); in applyTest()
365 onTestFailed(assertionError); in applyTest()
366 throw assertionError; in applyTest()