IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.patterns.framework.test
Interface ITestModule

All Known Implementing Classes:
AbstractTestModule

public interface ITestModule


Method Summary
 void endOfSubgroupReached()
          This method should be called after a given subgroup of elements has been processed (passed to processElement()).
 boolean processElement(String paramID, TestDataElement element)
          This method is called with all test data elements that should be processed with during the test session
 

Method Detail

processElement

public boolean processElement(String paramID,
                              TestDataElement element)
This method is called with all test data elements that should be processed with during the test session

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

endOfSubgroupReached

public void endOfSubgroupReached()
This method should be called after a given subgroup of elements has been processed (passed to processElement()). This is mainly for reporting and cleaning purposes. For example, a iterateHorizontaly method would call this after all elements prepared for a given parameter were processed.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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