Class

I18nSimpleBackendLocalizeDateTest

Inheritance
< Test::Unit::TestCase
Included Modules
I18nSimpleBackendTestSetup

Methods

Instance

Visibility Signature
public setup ()
public test_localize_nil_raises_argument_error ()
public test_localize_object_raises_argument_error ()
public test_translate_given_a_day_name_format_it_returns_a_day_name ()
public test_translate_given_a_month_name_format_it_returns_a_month_name ()
public test_translate_given_an_abbr_day_name_format_it_returns_an_abbrevated_day_name ()
public test_translate_given_an_abbr_month_name_format_it_returns_an_abbrevated_month_name ()
public test_translate_given_an_unknown_format_it_does_not_fail ()
public test_translate_given_no_format_it_does_not_fail ()
public test_translate_given_the_default_format_it_uses_it ()
public test_translate_given_the_long_format_it_uses_it ()
public test_translate_given_the_short_format_it_uses_it ()

Instance Method Detail

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()