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