BOOLASSIGN (ENUM)¶
TYPE BOOLASSIGN :
This enum defines the possible boolean assignment values in a test manager check.
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
SKIP
1
We don’t set the value during this round.We intentionally start the enum values with 1 to catch uninitialized variables.SETTRUE
The value is set to true
SETFALSE
The value is set to false
TOGGLE
The value is negated.