org.jmock.expectation
Class ExpectationValue
- Expectation, Verifiable
public class ExpectationValue
ExpectationValue
public ExpectationValue(String name)
setActual
public void setActual(Object aValue)
setActual
public void setActual(boolean aValue)
setActual
public void setActual(double aValue)
setActual
public void setActual(int aValue)
setActual
public void setActual(long aValue)
setExpectNothing
public void setExpectNothing()
Tell the object to expect nothing to happen to it, perhaps because the test is exercising
the handling of an error. The Expectation will fail if any actual values are set.
Note that this is not the same as not setting any expectations, in which case verify()
will do nothing.
- setExpectNothing in interface Expectation
setExpected
public void setExpected(Object aValue)
setExpected
public void setExpected(boolean aValue)
setExpected
public void setExpected(double aValue)
setExpected
public void setExpected(int aValue)
setExpected
public void setExpected(long aValue)