public interface ITestResult extends IStackTraceContainer
The following features are supported:
IRuntimePackage.getTestResult()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the value of the 'Message' attribute.
|
TestStatus |
getStatus()
Returns the value of the 'Status' attribute.
|
void |
setMessage(java.lang.String value)
Sets the value of the '
Message ' attribute. |
void |
setStatus(TestStatus value)
Sets the value of the '
Status ' attribute. |
getStackTrace, setStackTrace
TestStatus getStatus()
TestStatus
.
If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...
TestStatus
,
setStatus(TestStatus)
,
IRuntimePackage.getTestResult_Status()
void setStatus(TestStatus value)
Status
' attribute.
value
- the new value of the 'Status' attribute.TestStatus
,
getStatus()
java.lang.String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
IRuntimePackage.getTestResult_Message()
void setMessage(java.lang.String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()