public class LithoViewMatchers
extends java.lang.Object
LithoView
.
This does only allow shallow matching on LithoViews and currently doesn't support targeting individual components.
Constructor and Description |
---|
LithoViewMatchers() |
Modifier and Type | Method and Description |
---|---|
static <any> |
lithoView() |
static <any> |
lithoView(<any> subMatcher)
Matches a view that is a
LithoView that matches the given
subMatcher. |
static <any> |
withTestKey(java.lang.String testKey)
Find a
LithoView containing a Component with the provided |
public static <any> lithoView(<any> subMatcher)
LithoView
that matches the given
subMatcher.public static <any> lithoView()
public static <any> withTestKey(java.lang.String testKey)