Searched refs:testName (Results 1 – 2 of 2) sorted by relevance
29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument31 this.testName = testName; in TestCase()39 String testName; field in Main.TestCase183 System.out.println(tc.testName); in runTests()213 tc.testName); in runTest()223 tc.testName); in runTest()226 tc.testName); in runTest()
20 public static final String testName = "ReturnsAndArgPassing"; field in ReturnsAndArgPassing24 throw new AssertionError(testName + " Check failed"); in check()97 System.out.println(testName + ".testProxyReturns RUNNING"); in testProxyReturns()436 System.out.println(testName + ".testProxyReturns PASSED"); in testProxyReturns()440 System.out.println(testName + ".testProxyArgPassing RUNNING"); in testProxyArgPassing()460 System.out.println(testName + ".testProxyArgPassing PASSED"); in testProxyArgPassing()