-
AndroidComposeUiTest
Variant of ComposeUiTest for when you want to have access the current activity of type A.
-
ComposeRootRegistry.OnRegistrationChangedListener
Interface to be implemented by components that want to be notified when an ViewRootForTest registers or unregisters at this registry.
-
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.g.
-
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 framesMonotonicFrameClock.withFrameNanos, recompositionsRecomposer and launched effectsLaunchedEffect in compose tests.
-
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.
Last updated: