File tree Expand file tree Collapse file tree 4 files changed +13
-53
lines changed
Expand file tree Collapse file tree 4 files changed +13
-53
lines changed Original file line number Diff line number Diff line change 2222 <uses-library android : name =" android.test.runner" />
2323 </application >
2424
25- <instrumentation android : name =" .KeyStoreTestRunner "
25+ <instrumentation android : name =" android.test.InstrumentationTestRunner "
2626 android : targetPackage =" android.security.tests"
2727 android : label =" KeyStore Tests" >
2828 </instrumentation >
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package android .security . tests ;
17+ package android .security ;
1818
1919import android .app .Activity ;
2020import android .security .KeyStore ;
2929 *
3030 * Running the test suite:
3131 *
32- * adb shell am instrument -w android.security.tests/.KeyStoreTestRunner
32+ * runtest keystore-unit
33+ *
34+ * Or this individual test case:
35+ *
36+ * runtest --path frameworks/base/keystore/tests/src/android/security/KeyStoreTest.java
3337 */
3438@ MediumTest
3539public class KeyStoreTest extends ActivityUnitTestCase <Activity > {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package android .security . tests ;
17+ package android .security ;
1818
1919import android .app .Activity ;
2020import android .security .SystemKeyStore ;
2626 *
2727 * Running the test suite:
2828 *
29- * adb shell am instrument -w android.security.tests/.KeyStoreTestRunner
29+ * runtest keystore-unit
30+ *
31+ * Or this individual test case:
32+ *
33+ * runtest --path frameworks/base/keystore/tests/src/android/security/SystemKeyStoreTest.java
3034 */
3135@ MediumTest
3236public class SystemKeyStoreTest extends ActivityUnitTestCase <Activity > {
You can’t perform that action at this time.
0 commit comments