Home
last modified time | relevance | path

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

/art/test/800-smali/src/
DMain.java29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument
32 this.testClass = testClass; in TestCase()
40 String testClass; field in Main.TestCase
126 Class<?> c = Class.forName(tc.testClass); in runTest()
143 tc.testClass + " for test " + in runTest()