4 references to TestUserInputResponseContent
Microsoft.Extensions.AI.Abstractions.Tests (4)
Contents\UserInputResponseContentTests.cs (4)
14
Assert.Throws<ArgumentNullException>("id", () => new
TestUserInputResponseContent
(null!));
15
Assert.Throws<ArgumentException>("id", () => new
TestUserInputResponseContent
(""));
16
Assert.Throws<ArgumentException>("id", () => new
TestUserInputResponseContent
("\r\t\n "));
25
TestUserInputResponseContent content =
new
(id);