com.agical.rmock.extension.junit
Class AddToTestSuiteAction
java.lang.Object
com.agical.rmock.extension.junit.AddToTestSuiteAction
- All Implemented Interfaces:
- MatchAction
public class AddToTestSuiteAction
- extends Object
- implements MatchAction
This action assigns matched objects to the give test suite
(c) Agical AB 2005
- Author:
- joakim.ohlrogge
Method Summary |
void |
matched(Object matchedObject)
Signals that an object has been matched. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddToTestSuiteAction
public AddToTestSuiteAction(junit.framework.TestSuite testSuite)
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
Copyright © 2005-2011 Agical AB. All Rights Reserved.