Commit graph

11 commits

Author SHA1 Message Date
Christian Sadilek
7f7ba9ad41 [components] Update LeakCanary to 2.4 and add to Sample Browser 2020-07-13 14:11:20 -04:00
Tiger Oakes
e019ab8400 [components] Add arch common dependency to fix build issues 2020-06-11 11:11:25 -07:00
Tiger Oakes
d67f03f784 [components] Remove LiveData.awaitValue 2020-06-11 11:11:21 -07:00
Tiger Oakes
c6c313f409 [components] Update lifecycle version 2020-05-20 13:46:06 -07:00
Roger Yang
1e2ddbff67 [components] For https://github.com/mozilla-mobile/android-components/issues/3893 - Moving WebserverRule to support-test 2019-08-08 12:53:53 -04:00
Sebastian Kaspari
dcce14fa4e [components] Issue https://github.com/mozilla-mobile/android-components/issues/3888: Add LeakDetectionRule for detecting memory leaks while running instrumented tests. 2019-07-26 10:46:52 +02:00
Sebastian Kaspari
5c54ec453d [components] Closes https://github.com/mozilla-mobile/android-components/issues/842: Migrate from support libraries to AndroidX. 2019-05-02 16:08:55 +02:00
Michael Comella
14ab089d4e [components] Closes https://github.com/mozilla-mobile/android-components/issues/1640: Add ViewInteraction ext fun with boolean args.
This is largerly from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/ext/ViewInteraction.kt
2019-03-22 13:41:14 +01:00
Michael Comella
f640a45c15 [components] Issue https://github.com/mozilla-mobile/android-components/issues/1640: Add ViewMatchers with boolean arguments.
This is largerly imported from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/Matchers.kt
2019-03-22 13:41:14 +01:00
Michael Comella
aad3d7c186 [components] Issue https://github.com/mozilla-mobile/android-components/issues/1640: Add maybeInvertMatcher to :support-android-test.
The Espresso dependency is used to get access to hamcrest. Espresso will
also be used in later commits.

This is imported from FFTV:
ce3c5909c1/app/src/androidTest/java/org/mozilla/tv/firefox/helpers/Matchers.kt
2019-03-22 13:41:14 +01:00
Sebastian Kaspari
9865565a7d [components] Add support-android-test component for test helpers to be used in instrumented (on device) tests. 2019-03-04 17:20:47 -05:00