public class LithoAssertions
extends Java6Assertions
Java6Assertions#assertThat
.Constructor and Description |
---|
LithoAssertions() |
Modifier and Type | Method and Description |
---|---|
static <L extends ComponentLifecycle> |
assertThat(Component.Builder<L,?> builder) |
static ComponentAssert |
assertThat(ComponentContext c,
Component component) |
static ComponentLayoutAssert |
assertThat(ComponentLayout componentLayout) |
static LithoViewAssert |
assertThat(LithoView lithoView) |
@CheckReturnValue public static ComponentAssert assertThat(ComponentContext c, Component component)
@CheckReturnValue public static <L extends ComponentLifecycle> ComponentAssert assertThat(Component.Builder<L,?> builder)
@CheckReturnValue public static LithoViewAssert assertThat(LithoView lithoView)
@CheckReturnValue public static ComponentLayoutAssert assertThat(ComponentLayout componentLayout)