AgentEvaluationResults.AssertAllPassed(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.