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

Method Summary
 void forward()
           
 void perform(Action action)
           
 void returnValue(boolean result)
           
 void returnValue(byte result)
           
 void returnValue(char result)
           
 void returnValue(double result)
           
 void returnValue(float result)
           
 void returnValue(int result)
           
 void returnValue(long result)
           
 void returnValue(java.lang.Object o)
           
 void returnValue(short result)
           
 void throwException(java.lang.Throwable throwable)
           
 

Method Detail

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-2008 Agical AB. All Rights Reserved.