Package org.soliscode.test.assertions.actions
package org.soliscode.test.assertions.actions
Action classes that implement assertions on the consumed elements.
-
ClassDescriptionInterface for classes that are used to test methods that accept actions (i.e. suppliers, consumers, etc.).Utility class for creating assertion actions to provide to methods that are being tested.A consumer that counts each time it consumes an object and asserts that it has consumed the expected number of objects when done.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.A consumer that expects to consume no objects.A consumer that checks that it only consumes objects from a specified set of objects, and not consuming any objects not in the set.Interface for classes that are used to test methods that accept consumer actions (i.e. objects that implement the
Consumer
interface).