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