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 one Action but can have zero or more SideEffects that are triggered before the Action.

Author:
nat

Method Summary
 void perform()
           
 
Methods inherited from interface org.hamcrest.SelfDescribing
describeTo
 

Method Detail

perform

void perform()


Copyright © 2003-2012 jMock. All Rights Reserved.