LegacyLithoAssertions

Deprecated

Deprecated

Use LithoAssertions which provides entry points to all Litho AssertJ helpers.

Functions

Link copied to clipboard
open fun assertThat(builder: Component.Builder<out Any>): ComponentAssert
open fun assertThat(lithoView: LithoView): LithoViewAssert
open fun <T> assertThat(stateValue: StateValue<T>): StateValueAssert<T>
open fun assertThat(c: ComponentContext, component: Component): ComponentAssert