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
36 this.expectedReturn = expectedReturn; in TestCase()
44 Object expectedReturn; field in Main.TestCase
224 } else if (tc.expectedReturn == null && retValue != null) { in runTest()
227 } else if (tc.expectedReturn != null && in runTest()
228 (retValue == null || !tc.expectedReturn.equals(retValue))) { in runTest()
230 tc.expectedReturn + in runTest()