Decision Center API

ilog.rules.teamserver.brm
Interface IlrTestReport

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrTestReport
extends IlrElementDetails

A representation of the model object 'Test Report'.

The following features are supported:

See Also:
IlrBrmPackage.getTestReport()

Method Summary
 String getErrorCause()
          Returns the value of the 'Error Cause' attribute.
 String getErrorMessage()
          Returns the value of the 'Error Message' attribute.
 List getExpectedValues()
          Returns the value of the 'Expected Values' attribute list.
 String getMessage()
          Returns the value of the 'Message' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 List getObservedValues()
          Returns the value of the 'Observed Values' attribute list.
 int getScenarioTestReportIndex()
          Returns the value of the 'Scenario Test Report Index' attribute.
 String getStatus()
          Returns the value of the 'Status' attribute.
 boolean isHighlight()
          Returns the value of the 'Highlight' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getScenarioTestReportIndex

int getScenarioTestReportIndex()
Returns the value of the 'Scenario Test Report Index' attribute.

Returns:
the value of the 'Scenario Test Report Index' attribute.
See Also:
IlrBrmPackage.getTestReport_ScenarioTestReportIndex()

getName

String getName()
Returns the value of the 'Name' attribute.

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getTestReport_Name()

getStatus

String getStatus()
Returns the value of the 'Status' attribute.

Returns:
the value of the 'Status' attribute.
See Also:
IlrBrmPackage.getTestReport_Status()

getMessage

String getMessage()
Returns the value of the 'Message' attribute.

Returns:
the value of the 'Message' attribute.
See Also:
IlrBrmPackage.getTestReport_Message()

getErrorMessage

String getErrorMessage()
Returns the value of the 'Error Message' attribute.

Returns:
the value of the 'Error Message' attribute.
See Also:
IlrBrmPackage.getTestReport_ErrorMessage()

getErrorCause

String getErrorCause()
Returns the value of the 'Error Cause' attribute.

Returns:
the value of the 'Error Cause' attribute.
See Also:
IlrBrmPackage.getTestReport_ErrorCause()

isHighlight

boolean isHighlight()
Returns the value of the 'Highlight' attribute.

If the meaning of the 'Highlight' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Highlight' attribute.
See Also:
IlrBrmPackage.getTestReport_Highlight()

getExpectedValues

List getExpectedValues()
Returns the value of the 'Expected Values' attribute list.

The list contents are of type String.

If the meaning of the 'Expected Values' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expected Values' attribute list.
See Also:
IlrBrmPackage.getTestReport_ExpectedValues()

getObservedValues

List getObservedValues()
Returns the value of the 'Observed Values' attribute list.

The list contents are of type String.

If the meaning of the 'Observed Values' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Observed Values' attribute list.
See Also:
IlrBrmPackage.getTestReport_ObservedValues()

Decision Center API

© Copyright IBM Corp. 1987, 2013