Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 4 of 4) sorted by relevance

/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestCollector.java31 public void start(String testName) { in start() argument
32 out.append(testName) in start()
35 current = testName; in start()
/art/test/044-proxy/src/
DHotProxy.java20 public static final String testName = "HotProxy"; field in HotProxy
28 throw new AssertionError(testName + " Check failed"); in check()
DReturnsAndArgPassing.java20 public static final String testName = "ReturnsAndArgPassing"; field in ReturnsAndArgPassing
24 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()
/art/test/800-smali/src/
DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument
32 this.testName = testName; in TestCase()
41 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument
43 this(testName, testClass, testMethodName, values, expectedException, in TestCase()
47 String testName; field in Main.TestCase
214 System.out.println(tc.testName); in runTests()
244 tc.testName); in runTest()
254 tc.testName); in runTest()
257 tc.testName + " got " + retValue); in runTest()
266 " be verified in compile-time in test " + tc.testName); in runTest()