命名空间
方法
包含的模块
- ActionDispatch::Integration::Runner
- ActionDispatch::TestHelpers::PageDumpHelper
- ActionDispatch::Routing::UrlFor
- ActionDispatch::Assertions::RoutingAssertions::WithIntegrationRouting
实例公开方法
app() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/integration.rb, line 693 def app super || self.class.app end
document_root_element() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/action_dispatch/testing/integration.rb, line 697 def document_root_element html_document.root end