Interface AssertConsumer<T>

Type Parameters:
T - the type of object ot be consumed.
All Superinterfaces:
AssertAction, Consumer<T>
All Known Implementing Classes:
AssertConsumeCount, AssertConsumeExactly, AssertConsumeNone, AssertConsumeOnly

public interface AssertConsumer<T> extends Consumer<T>, AssertAction
Interface for classes that are used to test methods that accept consumer actions (i.e. objects that implement the Consumer interface).
Since:
1.0
Author:
evanbergstrom