13 references to SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
AgentQualityEvaluatorTests.cs (1)
273
throw new
SkipTestException
("Test is not configured");
NLPEvaluatorTests.cs (1)
157
throw new
SkipTestException
("Test is not configured");
QualityEvaluatorTests.cs (1)
288
throw new
SkipTestException
("Test is not configured");
SafetyEvaluatorTests.cs (1)
560
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)
29
throw new
SkipTestException
("Test not configured");
ResultStoreTester.cs (1)
64
throw new
SkipTestException
("Test not configured");
Microsoft.Extensions.AI.Integration.Tests (4)
ChatClientIntegrationTests.cs (2)
567
throw new
SkipTestException
("Parallel function calling is not supported by this chat client");
1135
throw new
SkipTestException
("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
224
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.");