Interface | Description |
---|---|
PerformanceCollectorTestCase | Deprecated |
PerformanceTestCase | Deprecated |
PerformanceTestCase.Intermediates |
Callbacks for
PerformanceTestCase . |
TestCase | Deprecated |
TestRunner.Listener |
Support class that receives status on test progress.
|
TestSuiteProvider | Deprecated |
Class | Description |
---|---|
ActivityInstrumentationTestCase<T extends Activity> | Deprecated
new tests should be written using
ActivityInstrumentationTestCase2 , which provides more options for
configuring the Activity under test |
ActivityInstrumentationTestCase2<T extends Activity> | Deprecated
Use
ActivityTestRule instead.
|
ActivityTestCase | Deprecated
New tests should be written using the
Android Testing Support Library.
|
ActivityUnitTestCase<T extends Activity> | Deprecated
Write
Local Unit Tests
instead.
|
AndroidTestCase | Deprecated
Use
InstrumentationRegistry instead.
|
AndroidTestRunner | Deprecated
Use
AndroidJUnitRunner instead.
|
ApplicationTestCase<T extends Application> | Deprecated
Use
InstrumentationRegistry instead.
|
ClassPathPackageInfo | Deprecated |
ClassPathPackageInfoSource | Deprecated |
DatabaseTestUtils | Deprecated |
InstrumentationCoreTestRunner | Deprecated |
InstrumentationTestCase | Deprecated
Use
InstrumentationRegistry instead.
|
InstrumentationTestRunner | Deprecated
Use
AndroidJUnitRunner instead.
|
InstrumentationTestSuite | Deprecated
Use
InstrumentationRegistry instead.
|
InstrumentationUtils | Deprecated |
IsolatedContext | Deprecated
New tests should be written using the
Android Testing Support Library.
|
LaunchPerformanceBase | Deprecated |
LoaderTestCase |
A convenience class for testing
Loader s. |
MoreAsserts | Deprecated
Use
Hamcrest matchers instead.
|
PackageInfoSources | Deprecated |
ProviderTestCase<T extends ContentProvider> | Deprecated
this class extends InstrumentationTestCase but should extend AndroidTestCase.
|
ProviderTestCase2<T extends ContentProvider> |
This test case class provides a framework for testing a single
ContentProvider and for testing your app code with an
isolated content provider. |
RenamingDelegatingContext | Deprecated
New tests should be written using the
Android Testing Support Library.
|
ServiceTestCase<T extends Service> | Deprecated
Use
ServiceTestRule instead.
|
SingleLaunchActivityTestCase<T extends Activity> | Deprecated
Use
ActivityTestRule instead.
|
SyncBaseInstrumentation | Deprecated
Use
InstrumentationRegistry instead.
|
TestCaseUtil | Deprecated |
TestPrinter | Deprecated |
TestRunner | Deprecated |
TestRunner.IntermediateTime |
Listener.performance() 'intermediates' argument is a list of these.
|
TouchUtils | Deprecated
Use
Espresso UI testing
framework instead.
|
ViewAsserts | Deprecated
Use
Espresso
View Matchers instead.
|
Error | Description |
---|---|
AssertionFailedError | Deprecated
use junit.framework.AssertionFailedError
|
ComparisonFailure | Deprecated
use junit.framework.ComparisonFailure
|
Annotation Type | Description |
---|---|
FlakyTest | Deprecated
Use
FlakyTest instead.
|
RepetitiveTest |
This annotation can be used on an
InstrumentationTestCase 's test methods. |
TimedTest | Deprecated |
UiThreadTest | Deprecated
Use
UiThreadTest instead.
|