Interface Assert

All Superinterfaces:
Commentable, Conditional, EObject, Notifier, Statement
All Known Implementing Classes:
AssertImpl

public interface Assert extends Statement, Conditional
A representation of the model object 'Assert'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getErrorMessage

      Expression getErrorMessage()
      Returns the value of the 'Error Message' containment reference.
      Returns:
      the value of the 'Error Message' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setErrorMessage

      void setErrorMessage(Expression value)
      Sets the value of the 'Error Message' containment reference.
      Parameters:
      value - the new value of the 'Error Message' containment reference.
      See Also:
      Generated class or method.