com.agical.rmock.extension.junit
Class AddToTestSuiteAction

java.lang.Object
  extended by com.agical.rmock.extension.junit.AddToTestSuiteAction
All Implemented Interfaces:
MatchAction

public class AddToTestSuiteAction
extends java.lang.Object
implements MatchAction

This action assigns matched objects to the give test suite (c) Agical AB 2005

Author:
joakim.ohlrogge

Constructor Summary
AddToTestSuiteAction(junit.framework.TestSuite testSuite)
           
 
Method Summary
 void matched(java.lang.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
 

Constructor Detail

AddToTestSuiteAction

public AddToTestSuiteAction(junit.framework.TestSuite testSuite)
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


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