com.ibm.xtools.patterns.framework.test
Class TestModuleRemoveAll
java.lang.Object
com.ibm.xtools.patterns.framework.test.AbstractTestModule
com.ibm.xtools.patterns.framework.test.TestModuleRemoveAll
- All Implemented Interfaces:
- ITestModule
- public class TestModuleRemoveAll
- extends AbstractTestModule
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestModuleRemoveAll
public TestModuleRemoveAll(AbstractTestSetup testSetup,
boolean expandAfterEachElement,
AbstractTestUtil testUtil)
- Parameters:
testSetup
-
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 parametera_element
- This the processed test data element
- Returns:
true
if the test data element was correctly
processed, otherwise false
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.