summaryrefslogtreecommitdiff
path: root/core/java/android/test/AndroidTestCase.java
Commit message (Collapse)AuthorAgeFilesLines
* Move android.test classes from core/java to legacy-test/srcPaul Duffin2016-12-081-183/+0
| | | | | | Bug: 30188076 Test: make checkbuild Change-Id: Ifa291909fcf47da788627b496bd72f54efd78ed7
* Deprecated platform Android testing APIsStephan Linzner2016-01-271-0/+6
| | | | | | | | | | | | | - Deprecated most android.test.* APIs - Kept ProviderTestCase2 and LoaderTestCase since we don't have a replacement yet - Deprecated android.test.suitebuilder - Added Javadoc to all deprecated APIs with links to corresponding Android Testing Support Library APIs - Removed all trailing whitespace Bug: 22314304 Change-Id: I1b1f0dd5132364110f1dfd4e3eb2dd044700d859
* Suppress testAndroidTestCaseSetupProperlyStuart Scott2015-10-051-0/+2
| | | | | | This test shows up in CTS reports nearly 1000 times!!! Change-Id: I6ed8006a623a49790ed9c336f01e8250a831b1ac
* Update scrubClass() to match CoreTestRunner.Jeff Sharkey2013-02-141-5/+5
| | | | | | | | | | | | AndroidTestCase.scrubClass() is quite aggressive, and would end up clearing out final fields like these: private static final byte[] TEST_DATA = new byte[1]; This change updates the logic to match InstrumentationCoreTestRunner in the cleanup() method. Change-Id: Iba455ea35b2628473ce0ccc1431ab47c1caad45c
* Show more info when a testcase fails.Nick Kralevich2012-08-061-1/+2
| | | | Change-Id: I5aa6967981824f3291daef915453fe7420cfed9e
* Adding "test context" to AndroidTestCaseDmitri Plotnikov2009-08-031-3/+23
|
* Add utility methods to AndroidTestCase for asserting permission requirements ↵Karl Rosaen2009-06-151-2/+70
| | | | for launching activities and accessing ContentProviders.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+86
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-86/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+86