Deprecated platform Android testing APIs
- Deprecated most android.test.* APIs - Kept ProviderTestCase2 and LoaderTestCase since we don't have a replacement yet - Deprecated android.test.suitebuilder - Added Javadoc to all deprecated APIs with links to corresponding Android Testing Support Library APIs - Removed all trailing whitespace Bug: 22314304 Change-Id: I1b1f0dd5132364110f1dfd4e3eb2dd044700d859
This commit is contained in:
@@ -25,7 +25,11 @@ import java.lang.reflect.Modifier;
|
||||
* This is common code used to support Activity test cases. For more useful classes, please see
|
||||
* {@link android.test.ActivityUnitTestCase} and
|
||||
* {@link android.test.ActivityInstrumentationTestCase}.
|
||||
*
|
||||
* @deprecated New tests should be written using the
|
||||
* <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class ActivityTestCase extends InstrumentationTestCase {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user