11 references to SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (2)
QualityEvaluatorTests.cs (1)
206
throw new
SkipTestException
("Test is not configured");
SafetyEvaluatorTests.cs (1)
432
throw new
SkipTestException
("Test is not configured");
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (3)
EmbeddingTests.cs (1)
19
throw new
SkipTestException
("Skipping test because it is not running in CI");
ResponseCacheTester.cs (1)
30
throw new
SkipTestException
("Test not configured");
ResultStoreTester.cs (1)
63
throw new
SkipTestException
("Test not configured");
Microsoft.Extensions.AI.Integration.Tests (4)
ChatClientIntegrationTests.cs (2)
398
throw new
SkipTestException
("Parallel function calling is not supported by this chat client");
964
throw new
SkipTestException
("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
214
throw new
SkipTestException
("Generator is not enabled.");
SpeechToTextClientIntegrationTests.cs (1)
80
throw new
SkipTestException
("Client is not enabled.");
Microsoft.Extensions.AI.Ollama.Tests (2)
OllamaChatClientIntegrationTests.cs (2)
22
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");
25
throw new
SkipTestException
("Ollama does not currently support requiring function invocation.");