public void ReturnsIndexView() { var html = _response.Body.AsString(); var moduleName = _response.GetModuleName(); var modulePath = _response.GetModulePath(); var viewName = _response.GetViewName(); var contentType = _response.ContentType; Assert.IsType <IndexModel>(_response.GetModel <IndexModel>()); }