S - used to simulate "self types." For more information please read "Emulating 'self types' using Java Generics to simplify fluent API implementation."public interface EditableComponentFixture<S>
Components.| Modifier and Type | Method and Description |
|---|---|
S |
requireEditable()
Asserts that the
Component is editable. |
S |
requireNotEditable()
Asserts that the
Component is not editable. |
@Nonnull S requireEditable()
Component is editable.AssertionError - if the Component is not editable.@Nonnull S requireNotEditable()
Component is not editable.AssertionError - if the Component is editable.Copyright © 2014 AssertJ. All rights reserved.