|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Subject.And<C>
A convenience class to allow for chaining in the fluent API style, such that subjects can make propositions in series. i.e. ASSERT.that(blah).isNotNull().and().contains(b).and().isNotEmpty();
Method Summary | |
---|---|
C |
and()
Returns the next object in the chain of anded objects. |
Method Detail |
---|
C and()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |