summaryrefslogtreecommitdiff
path: root/test-base/src/android/test/AndroidTestCase.java
AgeCommit message (Collapse)Author
2020-06-01AndroidTestCase.[set|get]TestContext are added as APIsJiyong Park
android.test.runner is using AndroidTestCase.[set|get]TestContext methods from android.test.base. The problem is that the methods are internal APIs and this is preventing us from hiding the impl library of android.test.base to others. Marking those two methods as APIs. Bug: 157007292 Test: m Test: android.test.runner Change-Id: I8ea5421723a4a40d580956e5ceb51be70253f0eb
2018-01-12Move legacy-test to test-basePaul Duffin
Make it consistent with the test-mock and test-runner directories. Also renames the files in api/ subdirectory. (cherry picked from commit f779efd62cd579f67bd3b387d59fda11ee0cbe90) Bug: 30188076 Test: make checkbuild Change-Id: Ied3621e6201d8717223fe1ccd4ea77d458126b25 Merged-In: If4f99a65fcca416ede5b3e63481398f0b451bcb7