public final class ComponentLayoutAssert
extends <any>
ComponentLayout
s.
To create an instance of this class, invoke
assertThat(ComponentLayout)
Modifier and Type | Method and Description |
---|---|
static ComponentLayoutAssert |
assertThat(ComponentLayout componentLayout) |
ComponentLayoutAssert |
willNotRender() |
ComponentLayoutAssert |
willRender() |
ComponentLayoutAssert |
wontRender()
Assert that a given
ComponentLayout renders to null, i.e. |
public static ComponentLayoutAssert assertThat(ComponentLayout componentLayout)
public ComponentLayoutAssert wontRender()
ComponentLayout
renders to null, i.e. its onCreateLayout
method returns a ComponentContext.NULL_LAYOUT
.public ComponentLayoutAssert willRender()
public ComponentLayoutAssert willNotRender()
wontRender()