1 write to FullName
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
1067FullName = "Jimbo Smith",
6 references to FullName
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
974Assert.Equal("Jimbo Smith", response.Result.FullName); 992Assert.Contains(response.Result, x => x.FullName == "Jimbo Smith"); 993Assert.Contains(response.Result, x => x.FullName == "Josh Simpson"); 1085Assert.Equal(expectedPerson.FullName, response.Result.FullName); 1109Assert.Equal("Jimbo Smith", response.Result.FullName);