6 references to Mother
Microsoft.AspNetCore.Mvc.IntegrationTests (6)
ComplexTypeIntegrationTestBase.cs (6)
3361Assert.Null(model.Mother); 3413Assert.NotNull(model.Mother); 3414Assert.Null(model.Mother.Mother); 3415Assert.NotNull(model.Mother.Photo); 3416using (var reader = new StreamReader(model.Mother.Photo.OpenReadStream()))