19 references to SkipTestException
Microsoft.Extensions.AI.Evaluation.Integration.Tests (4)
AgentQualityEvaluatorTests.cs (1)
273throw new SkipTestException("Test is not configured");
NLPEvaluatorTests.cs (1)
154throw new SkipTestException("Test is not configured");
QualityEvaluatorTests.cs (1)
287throw new SkipTestException("Test is not configured");
SafetyEvaluatorTests.cs (1)
627throw new SkipTestException("Test is not configured");
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (3)
EmbeddingTests.cs (1)
19throw new SkipTestException("Skipping test because it is not running in CI");
ResponseCacheTester.cs (1)
28throw new SkipTestException("Test not configured");
ResultStoreTester.cs (1)
64throw new SkipTestException("Test not configured");
Microsoft.Extensions.AI.Integration.Tests (7)
ChatClientIntegrationTests.cs (3)
576throw new SkipTestException("Parallel function calling is not supported by this chat client"); 1751throw new SkipTestException("Client is not enabled."); 1762throw new SkipTestException("Embedding generator is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
224throw new SkipTestException("Generator is not enabled.");
ImageGeneratingChatClientIntegrationTests.cs (1)
445throw new SkipTestException("Client is not enabled.");
ImageGeneratorIntegrationTests.cs (1)
132throw new SkipTestException("Generator is not enabled.");
SpeechToTextClientIntegrationTests.cs (1)
80throw new SkipTestException("Client is not enabled.");
Microsoft.Extensions.AI.OllamaSharp.Integration.Tests (2)
OllamaSharpChatClientIntegrationTests.cs (2)
23throw new SkipTestException("Ollama does not currently support requiring function invocation."); 26throw new SkipTestException("Ollama does not currently support requiring function invocation.");
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAIResponseClientIntegrationTests.cs (1)
377throw new SkipTestException(
Microsoft.Extensions.DataIngestion.Tests (2)
Readers\DocumentReaderConformanceTests.cs (1)
175throw new SkipTestException($"Unable to download the test file: '{ex.Message}'");
Readers\MarkItDownReaderTests.cs (1)
18: throw new SkipTestException("MarkItDown is not installed");