-
AndroidComposeUiTest
Variant of ComposeUiTest for when you want to have access the current activity of type A.
-
ComposeUiTest
A test environment that allows you to test and control composables, either in isolation or in applications.
-
DeviceConfigurationOverride
The specification for an override applied to some piece of content.
-
IdlingResource
Represents a resource of an application under test which can cause asynchronous background work to happen during test execution (e.
-
InjectionScope
The receiver scope of all input injection lambdas offered in `ui-test`, such as performTouchInput and performMouseInput.
-
KeyInjectionScope
The receiver scope of the key input injection lambda from performKeyInput.
-
MainTestClock
The clock that drives frames[MonotonicFrameClock.
-
MouseInjectionScope
The receiver scope of the mouse input injection lambda from performMouseInput.
-
MultiModalInjectionScope
The receiver scope of the multi-modal input injection lambda from performMultiModalInput.
-
RotaryInjectionScope
The receiver scope of rotary input injection lambda from performRotaryScrollInput.
-
SemanticsNodeInteractionsProvider
Provides the main entry point into testing.
-
TouchInjectionScope
The receiver scope of the touch input injection lambda from performTouchInput.
-
TrackpadInjectionScope
The receiver scope of the trackpad input injection lambda from performTrackpadInput.
Compose UI Test
Jetpack Compose API reference for ui-test.