Class SetMonitorAction

Applied Stereotypes:
XSDcomplexType

Action used to set the value of a monitor. If it is set to false by this action, that indicates the scenario was not executed as expected.

Used in:
GlobalAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  monitorRef MonitorDeclaration 1..1 nameRef, XSDattribute Name of the referenced monitor.
  value boolean 1..1 XSDattribute New value of the monitor.
XSD 1.3 Representation


<xsd:complexType name="SetMonitorAction">
<xsd:attribute name="monitorRef" type="String" use="required"/>
<xsd:attribute name="value" type="Boolean" use="required"/>
</xsd:complexType>

Change log from version 1.2
  • Class created.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property monitorRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property value
    • XSDattribute

To XSD