Interface ITestResult

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IStackTraceContainer, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestResult

public interface ITestResult
extends IStackTraceContainer
A representation of the model object 'Test Result'.

The following features are supported:

See Also:
IRuntimePackage.getTestResult()
  • Method Summary

    Modifier and Type Method Description
    String getMessage()
    Returns the value of the 'Message' attribute.
    TestStatus getStatus()
    Returns the value of the 'Status' attribute.
    void setMessage​(String value)
    Sets the value of the 'Message' attribute.
    void setStatus​(TestStatus value)
    Sets the value of the 'Status' attribute.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.ease.lang.unittest.runtime.IStackTraceContainer

    getStackTrace, setStackTrace

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver