1 write to FullName
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
897FullName = "Jimbo Smith",
6 references to FullName
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
804Assert.Equal("Jimbo Smith", response.Result.FullName); 822Assert.Contains(response.Result, x => x.FullName == "Jimbo Smith"); 823Assert.Contains(response.Result, x => x.FullName == "Josh Simpson"); 915Assert.Equal(expectedPerson.FullName, response.Result.FullName); 939Assert.Equal("Jimbo Smith", response.Result.FullName);