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.java48 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTests_ForTestCaseWithSuiteMethod()
68 …Test test = TestCaseUtil.invokeSuiteMethodIfPossible(OneTestTestCaseWithSuite.class, new HashSet<>… in testInvokeSuiteMethodIfPossible_ForTestCaseWithSuiteMethod()
82 public static class OneTestTestCaseWithSuite extends TestCase { class in TestCaseUtilTest