Home
last modified time | relevance | path

Searched refs:AssertionFailedException (Results 1 – 3 of 3) sorted by relevance

/cts/tools/vm-tests-tf/src/dot/junit/
DDxAbstractMain.java113 throw new AssertionFailedException( in assertEquals()
119 throw new AssertionFailedException( in assertEquals()
125 throw new AssertionFailedException( in assertEquals()
131 throw new AssertionFailedException("not within delta"); in assertEquals()
139 throw new AssertionFailedException("not the same: " + expected + " vs " + actual); in assertEquals()
144 throw new AssertionFailedException("condition was false"); in assertTrue()
149 throw new AssertionFailedException("condition was true"); in assertFalse()
154 throw new AssertionFailedException("object was null"); in assertNotNull()
159 throw new AssertionFailedException("object was not null"); in assertNull()
167 throw new AssertionFailedException(message, cause); in fail()
DAssertionFailedException.java19 class AssertionFailedException extends RuntimeException { class
21 public AssertionFailedException(String message, Throwable cause) { in AssertionFailedException() method in AssertionFailedException
25 public AssertionFailedException(String message) { in AssertionFailedException() method in AssertionFailedException
/cts/tools/vm-tests-tf/
DAndroid.mk100 …) , dot/junit/DxUtil.class dot/junit/DxAbstractMain.class dot/junit/AssertionFailedException.class)