6 references to ExpectedException
Microsoft.Extensions.DataIngestion.Tests (6)
IngestionPipelineTests.cs (1)
194
? Task.FromException<IngestionDocument>(new
ExpectedException
())
Processors\AlternativeTextEnricherTests.cs (1)
166
GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new
ExpectedException
())
Processors\ClassificationEnricherTests.cs (1)
105
GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new
ExpectedException
())
Processors\KeywordEnricherTests.cs (1)
105
GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new
ExpectedException
())
Processors\SentimentEnricherTests.cs (1)
92
GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new
ExpectedException
())
Processors\SummaryEnricherTests.cs (1)
89
GetResponseAsyncCallback = (messages, options, cancellationToken) => Task.FromException<ChatResponse>(new
ExpectedException
())