org.junit.contrib.truth.subjects
Interface Subject.And<C>

Enclosing class:
Subject<S extends Subject<S,T>,T>

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

and

C and()
Returns the next object in the chain of anded objects.



Copyright © 2014. All Rights Reserved.