com.agical.rmock.core.find.match.method
Class ExecuteMethodOnTargetMatchAction

java.lang.Object
  extended by com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
All Implemented Interfaces:
ModifierBuilder, ParameterBuilder, MatchAction

public class ExecuteMethodOnTargetMatchAction
extends java.lang.Object
implements MatchAction, ParameterBuilder


Constructor Summary
ExecuteMethodOnTargetMatchAction(java.lang.Object target)
           
 
Method Summary
 void matched(java.lang.Object matchedObject)
          Signals that an object has been matched.
 MatchAction modifyWith(Modifier modifier)
           
 ModifierBuilder withParametersFrom(ParameterProvider parameterValueProvider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteMethodOnTargetMatchAction

public ExecuteMethodOnTargetMatchAction(java.lang.Object target)
Method Detail

matched

public void matched(java.lang.Object matchedObject)
Description copied from interface: MatchAction
Signals that an object has been matched.

Specified by:
matched in interface MatchAction
Parameters:
matchedObject - The matched object

modifyWith

public MatchAction modifyWith(Modifier modifier)
Specified by:
modifyWith in interface ModifierBuilder

withParametersFrom

public ModifierBuilder withParametersFrom(ParameterProvider parameterValueProvider)
Specified by:
withParametersFrom in interface ParameterBuilder


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