SkipReason
Represents the reason for skipping a specific operation or condition in the execution process.
Entries
Indicates that a cycle was detected during the processing or traversal of the test generation workflow. This typically occurs when a recursive dependency or reference is encountered, causing an infinite loop.
Indicates that the depth of a structure has exceeded the allowable limit during generation or processing. This is used as a reason for skipping further processing of an element or branch.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.