OSDN Git Service

Merge "Turn on DepAnn for test-base and test-runner" am: 8dbbc3543e am: 38a916fb74
[android-x86/frameworks-base.git] / test-runner / src / android / test / TestSuiteProvider.java
index c74651c..12cfcb7 100644 (file)
@@ -20,6 +20,11 @@ import junit.framework.TestSuite;
 
 /**
  * Implementors will know how to get a test suite.
+ *
+ * @deprecated Use
+ * <a href="{@docRoot}reference/android/support/test/runner/AndroidJUnitRunner.html">
+ * AndroidJUnitRunner</a> instead. New tests should be written using the
+ * <a href="{@docRoot}tools/testing-support-library/index.html">Android Testing Support Library</a>.
  */
 @Deprecated
 public interface TestSuiteProvider {