4 references to Info
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
ComplexTypeIntegrationTestBase.cs (4)
3140Assert.Equal("location1", model.Info.Key); 3141Assert.NotNull(model.Info.Value); 3142Assert.Equal("10,20", model.Info.Value.GpsCoordinates); 3143Assert.Equal(98052, model.Info.Value.Zipcode);