com.agical.rmock.core.expectation.modification
Interface ActionModifier
- All Known Subinterfaces:
- ArgumentsModifier, ExpectationModifier, MultiplicityModifier
- All Known Implementing Classes:
- ExpectationModifierImpl
public interface ActionModifier
(c) Agical AB 2005
- Author:
- joakim.ohlrogge
returnValue
void returnValue(java.lang.Object o)
returnValue
void returnValue(boolean result)
returnValue
void returnValue(byte result)
returnValue
void returnValue(char result)
returnValue
void returnValue(short result)
returnValue
void returnValue(int result)
returnValue
void returnValue(long result)
returnValue
void returnValue(float result)
returnValue
void returnValue(double result)
throwException
void throwException(java.lang.Throwable throwable)
perform
void perform(Action action)
forward
void forward()
Copyright © 2005-2011 Agical AB. All Rights Reserved.