Searched refs:testMethodName (Results 1 – 1 of 1) sorted by relevance
/art/test/800-smali/src/ |
D | Main.java | 29 public TestCase(String testName, String testClass, String testMethodName, Object[] values, in TestCase() argument 34 this.testMethodName = testMethodName; 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() 49 String testMethodName; field in Main.TestCase 234 if (m.getName().equals(tc.testMethodName)) { in runTest() 242 tc.testMethodName + " in class " + in runTest()
|