7 instantiations of SkipTestException
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (2)
220throw new SkipTestException("Parallel function calling is not supported by this chat client"); 753throw new SkipTestException("Client is not enabled.");
EmbeddingGeneratorIntegrationTests.cs (1)
212throw new SkipTestException("Generator is not enabled.");
Microsoft.Extensions.AI.Ollama.Tests (4)
OllamaChatClientIntegrationTests.cs (4)
22throw new SkipTestException("Ollama does not currently support function invocation with streaming."); 25throw new SkipTestException("Ollama does not currently support function invocation with streaming."); 28throw new SkipTestException("Ollama does not currently support requiring function invocation."); 31throw new SkipTestException("Ollama does not currently support requiring function invocation.");
1 reference to SkipTestException
Microsoft.TestUtilities (1)
XUnit\SkippedTestMessageBus.cs (1)
34if (exceptionType == typeof(SkipTestException).FullName)