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