5 references to SentimentEnricher
Microsoft.Extensions.DataIngestion.Tests (5)
Processors\SentimentEnricherTests.cs (5)
20
Assert.Throws<ArgumentNullException>("chatClient", () => new
SentimentEnricher
(null!));
28
Assert.Throws<ArgumentOutOfRangeException>("confidenceThreshold", () => new
SentimentEnricher
(new TestChatClient(), confidenceThreshold: threshold));
35
SentimentEnricher sut =
new
(chatClient);
67
SentimentEnricher sut =
new
(chatClient);
94
SentimentEnricher sut =
new
(chatClient);