com.agical.rmock.core.expectation.modification
Interface ArgumentsModifier

All Superinterfaces:
ActionModifier
All Known Subinterfaces:
ExpectationModifier, MultiplicityModifier
All Known Implementing Classes:
ExpectationModifierImpl

public interface ArgumentsModifier
extends ActionModifier

(c) Agical AB 2005

Author:
joakim.ohlrogge

Method Summary
 ActionModifier args(Expression arg1)
           
 ActionModifier args(Expression[] args)
           
 ActionModifier args(Expression arg1, Expression arg2)
           
 ActionModifier args(Expression arg1, Expression arg2, Expression arg3)
           
 ActionModifier args(Expression arg1, Expression arg2, Expression arg3, Expression arg4)
           
 ActionModifier args(Expression arg1, Expression arg2, Expression arg3, Expression arg4, Expression arg5)
           
 ActionModifier args(Expression arg1, Expression arg2, Expression arg3, Expression arg4, Expression arg5, Expression arg6)
           
 
Methods inherited from interface com.agical.rmock.core.expectation.modification.ActionModifier
forward, perform, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, throwException
 

Method Detail

args

ActionModifier args(Expression arg1)

args

ActionModifier args(Expression arg1,
                    Expression arg2)

args

ActionModifier args(Expression arg1,
                    Expression arg2,
                    Expression arg3)

args

ActionModifier args(Expression arg1,
                    Expression arg2,
                    Expression arg3,
                    Expression arg4)

args

ActionModifier args(Expression arg1,
                    Expression arg2,
                    Expression arg3,
                    Expression arg4,
                    Expression arg5)

args

ActionModifier args(Expression arg1,
                    Expression arg2,
                    Expression arg3,
                    Expression arg4,
                    Expression arg5,
                    Expression arg6)

args

ActionModifier args(Expression[] args)


Copyright © 2005-2010 Agical AB. All Rights Reserved.