public interface AssertionState extends State
The following features are supported:
TracePackage.getAssertionState()| Modifier and Type | Method and Description |
|---|---|
boolean |
isIsViolated()
Returns the value of the 'Is Violated' attribute
|
void |
setIsViolated(boolean value)
Sets the value of the '
Is Violated' attribute |
getReferedElement, setReferedElementboolean isIsViolated()
If the meaning of the 'Is Violated' attribute isn't clear, there really should be more of a description here...
setIsViolated(boolean),
TracePackage.getAssertionState_IsViolated()void setIsViolated(boolean value)
Is Violated' attribute.
value - the new value of the 'Is Violated' attribute.isIsViolated()