net.sf.jameleon.result
Class CountableDataDrivableResultContainer

java.lang.Object
  extended by net.sf.jameleon.result.JameleonTestResult
      extended by net.sf.jameleon.result.TestResultWithChildren
          extended by net.sf.jameleon.result.DataDrivableResultContainer
              extended by net.sf.jameleon.result.CountableDataDrivableResultContainer
All Implemented Interfaces:
Serializable, HasChildResults, RowResultContainer, XMLable, LocationAware

public class CountableDataDrivableResultContainer
extends DataDrivableResultContainer
implements RowResultContainer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jameleon.result.TestResultWithChildren
childrenResults, failedResults
 
Fields inherited from class net.sf.jameleon.result.JameleonTestResult
columnNumber, E_CDATA, elementTagName, error, errorFile, executionTime, failed, lineNumber, parentResults, S_CDATA, scriptFileName, tag
 
Constructor Summary
CountableDataDrivableResultContainer(FunctionalPoint tag)
           
CountableDataDrivableResultContainer(FunctionalPoint tag, HasChildResults parentResults)
           
 
Method Summary
 boolean isCountable()
          Used to define whether the tag's countRow is set to true or false.
 
Methods inherited from class net.sf.jameleon.result.DataDrivableResultContainer
getCountableResults, isDataDriven, toXML
 
Methods inherited from class net.sf.jameleon.result.TestResultWithChildren
addChildResult, addFailedResult, destroy, getAllChildrenResults, getAllFailedLeafChildrenResults, getChildrenResults, getCountableChildResults, getFailedCountableResults, getFailedResults, hasChildren, isParent
 
Methods inherited from class net.sf.jameleon.result.JameleonTestResult
copyLocationAwareProperties, equals, escapeXML, failed, findAncestorByClass, getColumnNumber, getDateTimeExecuted, getElementName, getError, getErrorFile, getErrorMsg, getExecutionTime, getExecutionTimeToDisplay, getFailedRowNum, getFileName, getHtmlFormattedErrorMsg, getHtmlFormattedStackTrace, getIdentifier, getLineNumber, getOutcome, getParentResults, getTag, hashCode, isA, passed, recordFailureToCountableResult, setColumnNumber, setDateTimeExecuted, setElementName, setError, setErrorFile, setExecutionTime, setFailed, setFileName, setLineNumber, setParentResults, setTag, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jameleon.result.HasChildResults
setFailed
 

Constructor Detail

CountableDataDrivableResultContainer

public CountableDataDrivableResultContainer(FunctionalPoint tag)

CountableDataDrivableResultContainer

public CountableDataDrivableResultContainer(FunctionalPoint tag,
                                            HasChildResults parentResults)
Method Detail

isCountable

public boolean isCountable()
Description copied from interface: RowResultContainer
Used to define whether the tag's countRow is set to true or false.

Specified by:
isCountable in interface RowResultContainer
Overrides:
isCountable in class DataDrivableResultContainer
Returns:
truen if countRow is set to true


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