Home
last modified time | relevance | path

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

/art/test/800-smali/src/
DMain.java30 Throwable expectedException, Object expectedReturn, in TestCase() argument
37 this.expectedReturn = expectedReturn; in TestCase()
42 Throwable expectedException, Object expectedReturn) { in TestCase() argument
44 expectedReturn, false); in TestCase()
52 Object expectedReturn; field in Main.TestCase
255 } else if (tc.expectedReturn == null && retValue != null) { in runTest()
258 } else if (tc.expectedReturn != null && in runTest()
259 (retValue == null || !tc.expectedReturn.equals(retValue))) { in runTest()
261 tc.expectedReturn + in runTest()