Package org.jmock.internal
Interface SideEffect
-
- All Superinterfaces:
org.hamcrest.SelfDescribing
- All Known Implementing Classes:
ChangeStateSideEffect
public interface SideEffect extends org.hamcrest.SelfDescribing
An expectation has oneAction
but can have zero or more SideEffects that are triggered before the Action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform()
-