Home
last modified time | relevance | path

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

/art/test/800-smali/src/
DMain.java224 Exception errorReturn = null; in runTest() local
241 errorReturn = new IllegalArgumentException("Could not find test method " + in runTest()
253 errorReturn = new IllegalStateException("Expected an exception in test " + in runTest()
256 errorReturn = new IllegalStateException("Expected a null result in test " + in runTest()
260 errorReturn = new IllegalStateException("Expected return " + in runTest()
264 errorReturn = new IllegalStateException("Expected method " + method.getName() + in runTest()
273 errorReturn = new IllegalStateException("Did not expect exception", exc); in runTest()
278 errorReturn = new IllegalStateException("Expected " + in runTest()
285 if (errorReturn != null) { in runTest()
286 throw errorReturn; in runTest()