summaryrefslogtreecommitdiff
path: root/test-base/src
Commit message (Collapse)AuthorAgeFilesLines
* Update JavaDoc reference to AndroidX TestStephan Linzner2020-07-061-2/+2
| | | | | Bug: 158760874 Change-Id: I689169ca449fa3ec26dfb2601dd4725804cfcaa7
* AndroidTestCase.[set|get]TestContext are added as APIsJiyong Park2020-06-011-2/+1
| | | | | | | | | | | | | | | 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
* Add public APISundong Ahn2019-01-161-2/+4
| | | | | | | | RepetitiveTest class is added to public API in android.test.base Bug: 110404779 Test: m -j Change-Id: I80e772354c8cabf30ef513701cb7850590926dca
* Fix broken links in @see tags in framework docs.Aurimas Liutikas2018-06-051-2/+0
| | | | | | | | | | 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
* Turn on DepAnn for test-base and test-runnerPaul Duffin2018-02-161-0/+5
| | | | | | Bug: 30188076 Test: m -j20 RUN_ERROR_PRONE=true android.test.base android.test.runner Change-Id: I735e3fbfcc710f1dc1b96e04f91b9feda8727b6c
* Move legacy-test to test-basePaul Duffin2018-01-1229-0/+2455
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