Searched refs:TestGrouping (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestGroupingTest.java24 * Unit tests for {@link TestGrouping}
28 private TestGrouping mGrouping;
33 mGrouping = new TestGrouping(TestGrouping.SORT_BY_SIMPLE_NAME);
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java43 * {@link TestGrouping} will have only one root package, but this is not a requirement.
47 public class TestGrouping { class
49 private static final String LOG_TAG = "TestGrouping";
62 public TestGrouping(Comparator<Class<? extends TestCase>> comparator) { method in class:TestGrouping
96 TestGrouping other = (TestGrouping) o;
113 * @return The {@link TestGrouping} for method chaining.
115 public TestGrouping addPackagesRecursive(String... packageNames) {
135 * @return The {@link TestGrouping} for method chaining.
137 public TestGrouping removePackagesRecursiv
[all...]
H A DTestSuiteBuilder.java25 import static android.test.suitebuilder.TestGrouping.SORT_BY_FULLY_QUALIFIED_NAME;
47 private final TestGrouping testGrouping = new TestGrouping(SORT_BY_FULLY_QUALIFIED_NAME);
247 protected TestGrouping getTestGrouping() {

Completed in 110 milliseconds