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
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
-
Method Summary
Methods inherited from interface org.soliscode.test.assertions.actions.AssertAction
assertCheck