AgentEvaluationResults.AssertNoFailedItems(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 no item ended in a failed or errored state. Includes any sub-results from workflow evaluations.
public void AssertNoFailedItems(string? message = default);
member this.AssertNoFailedItems : string -> unit
Public Sub AssertNoFailedItems (Optional message As String = Nothing)
Parameters
- message
- String
Optional custom failure message.
Exceptions
Thrown when any item failed or errored.