Class
I18nSimpleBackendLocalizeDateTest
In:
lib/vendor/i18n/test/simple_backend_test.rb
Parent:
Test::Unit::TestCase
Methods
setup
test_localize_nil_raises_argument_error
test_localize_object_raises_argument_error
test_translate_given_a_day_name_format_it_returns_a_day_name
test_translate_given_a_month_name_format_it_returns_a_month_name
test_translate_given_an_abbr_day_name_format_it_returns_an_abbrevated_day_name
test_translate_given_an_abbr_month_name_format_it_returns_an_abbrevated_month_name
test_translate_given_an_unknown_format_it_does_not_fail
test_translate_given_no_format_it_does_not_fail
test_translate_given_the_default_format_it_uses_it
test_translate_given_the_long_format_it_uses_it
test_translate_given_the_short_format_it_uses_it
Included Modules
I18nSimpleBackendTestSetup
Public Instance methods
setup
()
test_localize_nil_raises_argument_error
()
test_localize_object_raises_argument_error
()
test_translate_given_a_day_name_format_it_returns_a_day_name
()
test_translate_given_a_month_name_format_it_returns_a_month_name
()
test_translate_given_an_abbr_day_name_format_it_returns_an_abbrevated_day_name
()
test_translate_given_an_abbr_month_name_format_it_returns_an_abbrevated_month_name
()
test_translate_given_an_unknown_format_it_does_not_fail
()
test_translate_given_no_format_it_does_not_fail
()
test_translate_given_the_default_format_it_uses_it
()
test_translate_given_the_long_format_it_uses_it
()
test_translate_given_the_short_format_it_uses_it
()
[Validate]