copybara-androidxtest
copybara-androidxtest
Fix the error message when Espresso is busy due to processing messages (rather than idling resources). (Suppressed possible NPE exceptions.)
Separate out the Orchestrator service connection logic from AndroidJUnitRunner - Separated the Test Discovery logic (addTests) from the Test Notification logic (OrchestratedInstrumentationListener). - Refactor service connection logic to allow us...
1) TestStorage now supports passing in a custom ContentResolver other than the the content resolver of the app under test in Instrumentation. 2) Uses the AndroidX Experimental annotation for the...
Lower the logging level to `debug` when all idling resources are idling, as this method can be called for multiple times and it appears noisy in the logs.
Skip launching an empty activity on ActivityScenario#finish for API >= 27 ActivityScenario would previously launch an empty activity twice during finish, as a workaround to ensure the Android framework invoked...