net.sf.jameleon.result
Interface FunctionResultRecordable

All Known Implementing Classes:
AbstractCsvTag, AbstractDataDrivableTag, AbstractFileDrivableTag, CsvTag, IterateTag, JUnitSessionTag, SessionTag, SqlTag, TestCaseTag

public interface FunctionResultRecordable

Describes a tag as being able to record function results. This interface helps define which parent tag can contain function tags and therefore function results. This enables the functional point to not be concerned with the logistics of which parent tag to search for and how to add the FunctionResult to that tag.


Method Summary
 void recordFunctionResult(FunctionResult result)
          Records a FunctionResult to the tag's results and sets the FunctionResult's parent result to itself
 

Method Detail

recordFunctionResult

void recordFunctionResult(FunctionResult result)
Records a FunctionResult to the tag's results and sets the FunctionResult's parent result to itself

Parameters:
result - - the result to record


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.