summaryrefslogtreecommitdiff
path: root/test-base/src
AgeCommit message (Collapse)Author
2020-07-06Update JavaDoc reference to AndroidX TestStephan Linzner
Bug: 158760874 Change-Id: I689169ca449fa3ec26dfb2601dd4725804cfcaa7
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
2019-01-16Add public APISundong Ahn
RepetitiveTest class is added to public API in android.test.base Bug: 110404779 Test: m -j Change-Id: I80e772354c8cabf30ef513701cb7850590926dca
2018-06-05Fix broken links in @see tags in framework docs.Aurimas Liutikas
doclava was accidentally suppressing all these broken links in @see tags. This CL fixes issues so we can start enfocing checks for broken @see links. Test: make docs Bug: 80589960 Change-Id: I9c56841d9af111cb72e9a309bbe1bdcd31c80553
2018-02-16Turn on DepAnn for test-base and test-runnerPaul Duffin
Bug: 30188076 Test: m -j20 RUN_ERROR_PRONE=true android.test.base android.test.runner Change-Id: I735e3fbfcc710f1dc1b96e04f91b9feda8727b6c
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