AutomatedReasoningPolicyScenario

Represents a test scenario used to validate an Automated Reasoning policy, including the test conditions and expected outcomes.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Link copied to clipboard

The list of rule identifiers that are expected to be triggered or evaluated by this test scenario.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String