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