Searched refs:InstrumentationTest (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java22 public class InstrumentationTest extends InstrumentationTestCase { class in inherits:InstrumentationTestCase
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java21 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
44 instrumentationTestSuiteBuilder.includePackages(packageFor(InstrumentationTest.class));
49 assertTrue(recorder.saw("InstrumentationTest.testInstrumentation"));
H A DUnitTestSuiteBuilderTest.java19 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
42 unitTestSuiteBuilder.includePackages(packageFor(InstrumentationTest.class));
49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation"));
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
H A DInstrumentationTest.java21 public class InstrumentationTest extends InstrumentationTestCase { class in inherits:InstrumentationTestCase

Completed in 183 milliseconds