Uses of Interface
org.soliscode.test.assertions.actions.AssertAction
Packages that use AssertAction
Package
Description
Action classes that implement assertions on the consumed elements.
-
Uses of AssertAction in org.soliscode.test.assertions.actions
Subinterfaces of AssertAction in org.soliscode.test.assertions.actionsModifier and TypeInterfaceDescriptioninterface
Interface for classes that are used to test methods that accept consumer actions (i.e. objects that implement theConsumer
interface).Classes in org.soliscode.test.assertions.actions that implement AssertActionModifier and TypeClassDescriptionclass
A consumer that counts each time it consumes an object and asserts that it has consumed the expected number of objects when done.class
A consumer that checks that is consumes a specified set of objects, consuming each of those objects once, and not consuming any objects not in the set.class
A consumer that expects to consume no objects.class
A consumer that checks that it only consumes objects from a specified set of objects, and not consuming any objects not in the set.