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