public class LithoAssertions
extends Java6Assertions
Java6Assertions#assertThat
.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) |
@CheckReturnValue public static ComponentAssert assertThat(ComponentContext c, Component component)
@CheckReturnValue public static ComponentAssert assertThat(Component.Builder<?> builder)
@CheckReturnValue public static LithoViewAssert assertThat(LithoView lithoView)
@CheckReturnValue public static <T> StateValueAssert<T> assertThat(StateValue<T> stateValue)