package

androidx.test.core.app

Interfaces

ActivityScenario.ActivityAction<A>ActivityAction interface should be implemented by any class whose instances are intended to be executed by the main thread.

Classes

ActivityScenario<A>ActivityScenario provides APIs to start and drive an Activity's lifecycle state for testing.
ApplicationProviderProvides ability to retrieve the current application in tests.