1 write to FullName
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
984FullName = "Jimbo Smith",
6 references to FullName
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (6)
891Assert.Equal("Jimbo Smith", response.Result.FullName); 909Assert.Contains(response.Result, x => x.FullName == "Jimbo Smith"); 910Assert.Contains(response.Result, x => x.FullName == "Josh Simpson"); 1002Assert.Equal(expectedPerson.FullName, response.Result.FullName); 1026Assert.Equal("Jimbo Smith", response.Result.FullName);