Home
last modified time | relevance | path

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

/aosp14/frameworks/base/test-base/src/junit/framework/
H A DTestSuite.java51 static public Test createTest(Class<?> theClass, String name) { in createTest() method in TestSuite
294 addTest(createTest(theClass, name));
/aosp14/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java75 public TestCase createTest() in createTest() method in TestMethod
H A DTestSuiteBuilder.java259 suiteForCurrentClass.addTest(testMethod.createTest()); in addTest()
/aosp14/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java188 Test test= TestSuite.createTest(testClass, method); in runSingleMethod()
/aosp14/frameworks/base/test-base/api/
H A Dcurrent.txt222 method public static junit.framework.Test createTest(Class<?>, String);
/aosp14/frameworks/base/test-runner/api/
H A Dcurrent.txt273 …method @Deprecated public junit.framework.TestCase createTest() throws java.lang.IllegalAccessExce…