summaryrefslogtreecommitdiff
path: root/packages/SystemUI/tests/src/com/android/AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java
AgeCommit message (Collapse)Author
2020-11-03Demo: show scroll chip and capture tall screenshot when tappedMark Renouf
The result is shown via intent ACTION_VIEW, after saving to PNG. This change introduces ScrollCaptureClient, a light layer around the raw binder API for scroll capture (which is more disruptive to change). This provides a layer to help adapt patterns between the app interface and system UI, as well as provide an optimal testing strategy. Test: atest ScrollCaptureClientTest Change-Id: Ib6d0f61ae0b4d4dc3df459e07d9eaf34d11d59ed
2020-04-16Remove filter for automotive calsses in SysUI TestsHeemin Seog
Bug: 112863499 Test: atest SystemUITests on sdk_gphone_x86 Change-Id: I4c07abb0a1306c704c7fdd62ecfc4efb7259ce73
2019-03-01Migrate frameworks/base/tests/testables and its users to androidx.testBrett Chabot
See go/jetpack-test-android-migration This is the internal version of AOSP change aosp/908373 Test: m -j TestablesTests NetworkStackTests FrameworksServicesTests SystemUITests FrameworksUiServicesTests ExtServicesUnitTests WmTests FrameworksCoreTests Exempt-From-Owner-Approval: automated package name refactoring; already reviewed on AOSP Change-Id: Ib04d80954bd8536914d88c66b28e6632e60a6245
2018-08-20Modifying test to exclude automotive specific classes if running injovanak
non-automotive build. Without this, test will fail to find car-related dependencies on non-car build and throw. Bug: 80150596 Test: Ran the test on phone (non-automotive) and mojave (automotive). Both passed successfully. Change-Id: I3d3d2639ebebc0474b28d5c9303b83c95820eac4
2018-04-27SysUI Tests: Make SysUI test self-test errors more expressiveAdrian Roos
When AAAPlusPlusVerifySysuiRequiredTestPropertiesTest failed, you had to go look in logcat for why that was. Instead, we're now putting the sub-errors in the assertion itself such that when it fails it prints them all. Test: add a test without the sysui base classes and without size; atest AAAPlusPlusVerifySysuiRequiredTestPropertiesTest Change-Id: I75ba9ec6785beb044ffd08160030e99f5155a234
2017-07-19Adjust tests to new android-support-test + espresso libraries.Brett Chabot
Test: make tests Change-Id: I7a41199cd7f0739f660a49b1af32e64f58590301
2017-05-23Add test to verify all sysui tests extend the right stuffJason Monk
And then make it pass. Test: runtest systemui Bug: 38500852 Change-Id: I377164219e4a4f4d1a99f11ef06da03c2b527eb0