CHECKTYPE (ENUM)ΒΆ

TYPE CHECKTYPE :

This enum defines the possible checks in a test manager check.

Attributes:
qualified_only
InOut:

Name

Initial

Comment

NONE

1

Do no check for the target column during this cycle.
We intentionally start the enum values with 1 to catch uninitialized variables.

EQUAL

The target variable needs to be equal to the reference column.

DIFFERENT

The target variable needs to be different than the reference column.

SMALLER

The target variable needs to be smaller than the reference column.

SMALLEREQUAL

The target variable needs to be smaller or equal than the reference column.

BIGGER

The target variable needs to be bigger than the reference column.

BIGGEREQUAL

The target variable needs to be bigger or equal than the reference column.

RANGE

The target variable needs to be in the range defined by the reference column and the upper reference column.

CONST

The target variable needs to be the same as in the last cycle.

FALLING

The target variable needs to be the same or lower than in the last cycle.

INCREASING

The target variable needs to be the same or bigger than in the last cycle.

STRICTLY_INCREASING

The target variable needs to be the lower than in the last cycle.

STRICTLY_FALLING

The target variable needs to be the biggerthan in the last cycle.

LINEAR

The target variable needs exhibit linear behaviour as defined by the linear reference columns.

EDGE

The target variable needs to exhibit an edge to the value in the reference column.