AutomatedReasoningPolicyScenario
Represents a test scenario used to validate an Automated Reasoning policy, including the test conditions and expected outcomes.
Types
Properties
Link copied to clipboard
An alternative way to express the same test scenario, used for validation and comparison purposes.
Link copied to clipboard
The expected outcome when this scenario is evaluated against the policy (e.g., PASS, FAIL, VIOLATION).
Link copied to clipboard
The logical expression or condition that defines this test scenario.
Functions
Link copied to clipboard
inline fun copy(block: AutomatedReasoningPolicyScenario.Builder.() -> Unit = {}): AutomatedReasoningPolicyScenario