com.agical.rmock.core.find.match.method
Class ExecuteMethodOnTargetMatchAction
java.lang.Object
com.agical.rmock.core.find.match.method.ExecuteMethodOnTargetMatchAction
- All Implemented Interfaces:
- ModifierBuilder, ParameterBuilder, MatchAction
public class ExecuteMethodOnTargetMatchAction
- extends Object
- implements MatchAction, ParameterBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecuteMethodOnTargetMatchAction
public ExecuteMethodOnTargetMatchAction(Object target)
matched
public void matched(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.