Home
last modified time | relevance | path

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

/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java38 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTestCaseNamesForTestCaseWithSuiteMethod()
57 Test test = TestCaseUtil.createTestSuite(OneTestTestCaseWithSuite.class); in testCreateTestForTestCaseWithSuiteMethod()
70 public static class OneTestTestCaseWithSuite extends TestCase { class in TestCaseUtilTest