Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DConfigurationTest.java57 private final TestDrive.Configuration mConfiguration = new TestDrive.Configuration();
62 assertFalse(TestDrive.Configuration.isPulledAtom(atom)); in testOnePushed()
93 assertTrue(TestDrive.Configuration.isPulledAtom(atom)); in testOnePulled()
143 assertTrue(TestDrive.Configuration.isPulledAtom(pulledAtom)); in testOnePulledTwoPushed()
148 assertFalse(TestDrive.Configuration.isPulledAtom(atom)); in testOnePulledTwoPushed()
232 assertTrue(TestDrive.Configuration.isPulledAtom(pulledAtom)); in testOnePulledTwoPushedTogether()
237 assertFalse(TestDrive.Configuration.isPulledAtom(atom)); in testOnePulledTwoPushedTogether()
DTestDriveTest.java160 private final TestDrive.Configuration mConfiguration = new TestDrive.Configuration();
161 private final TestDrive mTestDrive = new TestDrive();
163 private static Integer[] collectAtoms(TestDrive.Configuration configuration) { in collectAtoms()
187 assertEquals(TestDrive.TerseDumper.class, mTestDrive.mDumper.getClass()); in testProcessArgs()
189 assertEquals(TestDrive.BasicDumper.class, mTestDrive.mDumper.getClass()); in testProcessArgs()
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/testdrive/
DTestDrive.java50 public class TestDrive { class
83 private static final Logger LOGGER = Logger.getLogger(TestDrive.class.getName());
93 final TestDrive testDrive = new TestDrive(); in main()
/packages/modules/StatsD/statsd/tools/localtools/
Dtestdrive_manifest.txt1 Main-class: com.android.statsd.shelltools.testdrive.TestDrive