LithoAssertions
which provides entry points to all Litho AssertJ helpers.@Deprecated
public class LegacyLithoAssertions
extends java.lang.Object
Constructor and Description |
---|
LegacyLithoAssertions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ComponentAssert |
assertThat(Component.Builder<?> builder)
Deprecated.
|
static ComponentAssert |
assertThat(ComponentContext c,
Component component)
Deprecated.
|
static LithoViewAssert |
assertThat(LithoView lithoView)
Deprecated.
|
static <T> StateValueAssert<T> |
assertThat(StateValue<T> stateValue)
Deprecated.
|
public static ComponentAssert assertThat(ComponentContext c, Component component)
public static ComponentAssert assertThat(Component.Builder<?> builder)
public static LithoViewAssert assertThat(LithoView lithoView)
public static <T> StateValueAssert<T> assertThat(StateValue<T> stateValue)