Module | Merb::Test::ViewHelper |
In: |
lib/merb-core/test/helpers/view_helper.rb
|
css_query<String>: | A CSS query to find the element for. |
output<DocumentOutput>: | The output to look for the element in. Defaults to process_output. |
Hpricot::Elem: | The first tag matching the query. |
css_query<String>: | A CSS query to find the elements for. |
output<DocumentOutput>: | The output to look for the elements in. Defaults to process_output. |
Array[Hpricot::Elem]: | All tags matching the query. |
css_query<String>: | A CSS query to find the elements for. |
text<String, Regexp>: | A pattern to match tag contents for. |
output<DocumentOutput>: | The output to look for the elements in. Defaults to process_output. |
Array[Hpricot::Elem]: | All tags matching the query and pattern. |
css_query<String>: | A CSS query to find the element for. |
output<DocumentOutput>: | The output to look for the element in. Defaults to process_output. |
String: | The content of the first tag matching the query. |
css_query<String>: | A CSS query to find the elements for. |
output<DocumentOutput>: | The output to look for the element in. Defaults to process_output. |
Array[String]: | Content of all tags matching the query. |