HtmlRendererTest
(Class)
In:
lib/Borges/TestCase/HtmlRendererTest.rb
Parent:
Test::Unit::TestCase
Methods
assert_renders
render
setup
test_action_callback
test_anchor
test_anchor_on
test_boolean_menu_default_false
test_boolean_menu_default_true
test_boolean_menu_on
test_boolean_menu_with_labels
test_checkbox
test_checkbox_checked
test_checkbox_not_checked
test_default_action
test_default_action_on
test_file_upload
test_form
test_image_anchor
test_label_for
test_option
test_option_not_selected
test_option_selected
test_password_input
test_password_input_on
test_password_input_on_empty
test_password_input_on_nil
test_password_input_with_value
test_radio_button
test_radio_button_not_selected
test_radio_button_selected
test_select
test_select_labeled
test_select_selected
test_setter_callback
test_style
test_submit_button
test_submit_button_on
test_submit_button_with_value
test_text_area
test_text_area_on
test_text_area_safe
test_text_area_with_text
test_text_input
test_text_input_on
test_text_input_with_value
test_url_for_document
test_value_input
Public Instance methods
assert_renders
(expected, message = nil, &block)
render
() {|::Borges::HtmlRenderer.new(rc)| ...}
setup
()
test_action_callback
()
test_anchor
()
test_anchor_on
()
test_boolean_menu_default_false
()
test_boolean_menu_default_true
()
test_boolean_menu_on
()
test_boolean_menu_with_labels
()
test_checkbox
()
test_checkbox_checked
()
test_checkbox_not_checked
()
test_default_action
()
test_default_action_on
()
test_file_upload
()
test_form
()
test_image_anchor
()
test_label_for
()
test_option
()
test_option_not_selected
()
test_option_selected
()
test_password_input
()
test_password_input_on
()
test_password_input_on_empty
()
test_password_input_on_nil
()
test_password_input_with_value
()
test_radio_button
()
test_radio_button_not_selected
()
test_radio_button_selected
()
test_select
()
test_select_labeled
()
test_select_selected
()
test_setter_callback
()
test_style
()
test_submit_button
()
test_submit_button_on
()
test_submit_button_with_value
()
test_text_area
()
test_text_area_on
()
test_text_area_safe
()
test_text_area_with_text
()
test_text_input
()
test_text_input_on
()
test_text_input_with_value
()
test_url_for_document
()
test_value_input
()
[Validate]