public class LithoAssertions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LithoAssertions.LithoComponentAssert
TODO: T106084343 deprecate currently existing usage of Component assert.
|
Constructor and Description |
---|
LithoAssertions() |
Modifier and Type | Method and Description |
---|---|
static LithoAssertions.LithoComponentAssert |
assertThat(Component component) |
static <any> |
assertThat(java.util.List<Component> componentsList) |
static LithoViewAssert |
assertThat(LithoView lithoView) |
static TestCollectionAssert |
assertThat(TestCollection collection) |
static TestCollectionItemAssert |
assertThat(TestCollectionItem collectionItem) |
static LithoViewAssert |
assertThat(TestLithoView testLithoView) |
public static LithoAssertions.LithoComponentAssert assertThat(Component component)
public static LithoViewAssert assertThat(LithoView lithoView)
public static LithoViewAssert assertThat(TestLithoView testLithoView)
public static TestCollectionAssert assertThat(TestCollection collection)
public static TestCollectionItemAssert assertThat(TestCollectionItem collectionItem)
public static <any> assertThat(java.util.List<Component> componentsList)