IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.test
Class TestModuleAddAll

java.lang.Object
  extended bycom.ibm.xtools.patterns.framework.test.AbstractTestModule
      extended bycom.ibm.xtools.patterns.framework.test.TestModuleAddAll
All Implemented Interfaces:
ITestModule

public class TestModuleAddAll
extends AbstractTestModule


Constructor Summary
TestModuleAddAll(AbstractTestSetup testSetup, boolean expandAfterEachElement, AbstractTestUtil testUtil)
           
 
Method Summary
 boolean processElement(String a_paramID, TestDataElement a_element)
          This method is called with all test data elements that should be processed with during the test session
 
Methods inherited from class com.ibm.xtools.patterns.framework.test.AbstractTestModule
addParameterArgument, endOfSubgroupReached, getParameter, getTestSetup, removeParameterValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestModuleAddAll

public TestModuleAddAll(AbstractTestSetup testSetup,
                        boolean expandAfterEachElement,
                        AbstractTestUtil testUtil)
Parameters:
testSetup -
Method Detail

processElement

public boolean processElement(String a_paramID,
                              TestDataElement a_element)
Description copied from interface: ITestModule
This method is called with all test data elements that should be processed with during the test session

Parameters:
a_paramID - This is the ID(name) of the processed parameter
a_element - This the processed test data element
Returns:
true if the test data element was correctly processed, otherwise false

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.