Commit Graph

5 Commits

Author SHA1 Message Date
Brett Chabot
84151d91f7 Migrate frameworks/base/tests/testables and its users to androidx.test
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
2019-03-01 16:54:09 +00:00
jovanak
f40566e36e Modifying test to exclude automotive specific classes if running in
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-08-20 14:50:14 -07:00
Adrian Roos
86cedba50c SysUI Tests: Make SysUI test self-test errors more expressive
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
2018-04-27 13:19:11 +00:00
Brett Chabot
85544ba5eb Adjust tests to new android-support-test + espresso libraries.
Test: make tests

Change-Id: I7a41199cd7f0739f660a49b1af32e64f58590301
2017-07-19 16:07:15 -07:00
Jason Monk
fba8faf5c5 Add test to verify all sysui tests extend the right stuff
And then make it pass.

Test: runtest systemui
Bug: 38500852
Change-Id: I377164219e4a4f4d1a99f11ef06da03c2b527eb0
2017-05-23 15:53:16 -04:00