public class LithoAssertions extends Object
Constructor and Description |
---|
LithoAssertions() |
Modifier and Type | Method and Description |
---|---|
static ComponentAssert |
assertThat(Component.Builder<?> builder) |
static ComponentAssert |
assertThat(ComponentContext c,
Component component) |
static LithoViewAssert |
assertThat(LithoView lithoView) |
static <T> StateValueAssert<T> |
assertThat(StateValue<T> stateValue) |
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)