Searched refs:retValue (Results 1 – 2 of 2) sorted by relevance
25 Object retValue = Class.forName("B252804549") in main() local28 if (retValue == null || !retValue.equals(3)) { in main()29 throw new Exception("Expected 3, but got " + retValue); in main()
246 Object retValue; in runTest() local248 retValue = method.invoke(null, tc.values); in runTest()250 retValue = method.invoke(method.getDeclaringClass().newInstance(), tc.values); in runTest()255 } else if (tc.expectedReturn == null && retValue != null) { in runTest()257 tc.testName + " got " + retValue); in runTest()259 (retValue == null || !tc.expectedReturn.equals(retValue))) { in runTest()262 ", but got " + retValue); in runTest()