Searched refs:expectedReturn (Results 1 – 1 of 1) sorted by relevance
30 Throwable expectedException, Object expectedReturn) { in TestCase() argument36 this.expectedReturn = expectedReturn; in TestCase()44 Object expectedReturn; field in Main.TestCase224 } 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()