1 instantiation of FailException
xunit.assert (1)
FailAsserts.cs (1)
31 throw new FailException(message);
4 references to FailException
Microsoft.DotNet.XUnitAssert.Tests (1)
FailAssertsTests.cs (1)
18 Assert.IsType<FailException>(ex);
Microsoft.Extensions.AI.Evaluation.Integration.Tests (1)
TestEvaluator.cs (1)
23? throw FailException.ForFailure("Evaluation failed.")
Templates.Mvc.Tests (1)
BlazorTemplateTest.cs (1)
190throw FailException.ForFailure($"Expected file to exist, but it doesn't: {singleProjectPath}");
xunit.assert (1)
Sdk\Exceptions\FailException.cs (1)
18 /// Creates a new instance of the <see cref="FailException"/> class.