AgentEvaluationResults.AssertAllPassed(String) Method

Definition

Asserts that all items passed. Throws InvalidOperationException on failure.

public void AssertAllPassed(string? message = default);
member this.AssertAllPassed : string -> unit
Public Sub AssertAllPassed (Optional message As String = Nothing)

Parameters

message
String

Optional custom failure message.

Exceptions

Thrown when any items failed.

Applies to