Home
last modified time | relevance | path

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

/art/test/800-smali/src/
DMain.java124 Exception errorReturn = null; in runTest() local
141 errorReturn = new IllegalArgumentException("Could not find test method " + in runTest()
153 errorReturn = new IllegalStateException("Expected an exception in test " + in runTest()
157 errorReturn = new IllegalStateException("Expected a null result in test " + in runTest()
161 errorReturn = new IllegalStateException("Expected return " + in runTest()
170 errorReturn = new IllegalStateException("Did not expect exception", exc); in runTest()
175 errorReturn = new IllegalStateException("Expected " + in runTest()
182 if (errorReturn != null) { in runTest()
183 throw errorReturn; in runTest()