org.jmock.internal
Class ChangeStateSideEffect

java.lang.Object
  extended by org.jmock.internal.ChangeStateSideEffect
All Implemented Interfaces:
org.hamcrest.SelfDescribing, SideEffect

public class ChangeStateSideEffect
extends Object
implements SideEffect


Constructor Summary
ChangeStateSideEffect(State state)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 void perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeStateSideEffect

public ChangeStateSideEffect(State state)
Method Detail

perform

public void perform()
Specified by:
perform in interface SideEffect

describeTo

public void describeTo(org.hamcrest.Description description)
Specified by:
describeTo in interface org.hamcrest.SelfDescribing


Copyright © 2003-2012 jMock. All Rights Reserved.