AutomatedReasoningPolicyTestResult
Contains the results of testing an Automated Reasoning policy against various scenarios and validation checks.
Types
Properties
Link copied to clipboard
A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.
Link copied to clipboard
The test case that was executed, including the input content, expected results, and configuration parameters used during validation.
Link copied to clipboard
Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.
Link copied to clipboard
The overall result of the test run, indicating whether the policy passed or failed validation.
Link copied to clipboard
The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).
Functions
Link copied to clipboard
inline fun copy(block: AutomatedReasoningPolicyTestResult.Builder.() -> Unit = {}): AutomatedReasoningPolicyTestResult