5 references to SentimentEnricher
Microsoft.Extensions.DataIngestion.Tests (5)
Processors\SentimentEnricherTests.cs (5)
23
Assert.Throws<ArgumentNullException>("options", () => new
SentimentEnricher
(null!));
31
Assert.Throws<ArgumentOutOfRangeException>("confidenceThreshold", () => new
SentimentEnricher
(new(new TestChatClient()), confidenceThreshold: threshold));
38
SentimentEnricher sut =
new
(new(chatClient));
72
SentimentEnricher sut =
new
(new(chatClient));
95
SentimentEnricher sut =
new
(new(chatClient) { LoggerFactory = loggerFactory });