public async Task CreateLoadingPlace_Success() { //Act var action = await deliveryController.CreateLoadingPlace() as ViewResult; var model = action.Model as PostPutLoadingPlaceViewModel; //Assert Assert.NotNull(model); }