# Print output for @column tags ?>
A framework for writing Android test cases and suites.
For more information, see the Testing developer guide.
FlakyTest | This @interface is deprecated. Use FlakyTest instead. New tests should be written using the Android Testing Support Library. |
RepetitiveTest | This @interface is deprecated. New tests should be written using the Android Testing Support Library. |
UiThreadTest | This @interface is deprecated. Use UiThreadTest instead. New tests should be written using the Android Testing Support Library. |
PerformanceTestCase | This interface is deprecated. Use AndroidJUnitRunner instead. New tests should be written using the Android Testing Support Library. |
PerformanceTestCase.Intermediates |
Callbacks for PerformanceTestCase .
|
TestSuiteProvider | This interface is deprecated. Use AndroidJUnitRunner instead. New tests should be written using the Android Testing Support Library. |
ActivityInstrumentationTestCase<T extends Activity> |
This class is deprecated.
new tests should be written using
ActivityInstrumentationTestCase2 , which provides more options for
configuring the Activity under test
|
ActivityInstrumentationTestCase2<T extends Activity> | This class is deprecated. Use ActivityTestRule instead. New tests should be written using the Android Testing Support Library. |
ActivityTestCase | This class is deprecated. New tests should be written using the Android Testing Support Library. |
ActivityUnitTestCase<T extends Activity> | This class is deprecated. Write Local Unit Tests instead. |
AndroidTestCase | This class is deprecated. Use InstrumentationRegistry instead. New tests should be written using the Android Testing Support Library. |
AndroidTestRunner | This class is deprecated. Use AndroidJUnitRunner instead. New tests should be written using the Android Testing Support Library. |
ApplicationTestCase<T extends Application> | This class is deprecated. Use InstrumentationRegistry instead. New tests should be written using the Android Testing Support Library. |
InstrumentationTestCase | This class is deprecated. Use InstrumentationRegistry instead. New tests should be written using the AndroidX Test Library. |
InstrumentationTestRunner | This class is deprecated. Use AndroidJUnitRunner instead. New tests should be written using the Android Testing Support Library. |
InstrumentationTestSuite | This class is deprecated. Use InstrumentationRegistry instead. New tests should be written using the Android Testing Support Library. |
IsolatedContext | This class is deprecated. New tests should be written using the Android Testing Support Library. |
LaunchPerformanceBase | Base class for all launch performance Instrumentation classes. |
LoaderTestCase |
A convenience class for testing Loader s.
|
MoreAsserts | This class is deprecated. Use Hamcrest matchers instead. |
ProviderTestCase<T extends ContentProvider> | This class is deprecated. this class extends InstrumentationTestCase but should extend AndroidTestCase. Use ProviderTestCase2, which corrects this problem, instead. |
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 | This class is deprecated. New tests should be written using the Android Testing Support Library. |
ServiceTestCase<T extends Service> | This class is deprecated. Use ServiceTestRule instead. New tests should be written using the Android Testing Support Library. |
SingleLaunchActivityTestCase<T extends Activity> | This class is deprecated. Use ActivityTestRule instead. New tests should be written using the Android Testing Support Library. |
SyncBaseInstrumentation | This class is deprecated. Use InstrumentationRegistry instead. New tests should be written using the Android Testing Support Library. |
TouchUtils | This class is deprecated. Use Espresso UI testing framework instead. New tests should be written using the Android Testing Support Library. |
ViewAsserts | This class is deprecated. Use Espresso View Matchers instead. New test should be written using the Android Testing Support Library. For more information about UI testing, take the Espresso UI testing training. |
AssertionFailedError | This class is deprecated. use junit.framework.AssertionFailedError |
ComparisonFailure | This class is deprecated. use org.junit.ComparisonFailure |