AutomatedReasoningPolicyScenario¶
Structure Class¶
AutomatedReasoningPolicyScenario
dataclass
¶
Represents a test scenario used to validate an Automated Reasoning policy, including the test conditions and expected outcomes.
Attributes¶
alternate_expression
class-attribute
instance-attribute
¶
An alternative way to express the same test scenario, used for validation and comparison purposes.
expected_result
instance-attribute
¶
expected_result: AutomatedReasoningCheckResult
The expected outcome when this scenario is evaluated against the policy (e.g., PASS, FAIL, VIOLATION).
expression
class-attribute
instance-attribute
¶
The logical expression or condition that defines this test scenario.