Class
I18nSimpleBackendInterpolateTest
In:
lib/vendor/i18n/test/simple_backend_test.rb
Parent:
Test::Unit::TestCase
Methods
test_interpolate_given_a_non_unicode_multibyte_value_hash_interpolates_into_a_string_with_the_same_encoding
test_interpolate_given_a_non_unicode_multibyte_value_hash_into_an_unicode_string_raises_encoding_compatibility_error
test_interpolate_given_a_string_containing_a_reserved_key_raises_reserved_interpolation_key
test_interpolate_given_a_value_hash_interpolates_into_unicode_string
test_interpolate_given_a_value_hash_interpolates_the_values_to_the_string
test_interpolate_given_a_values_hash_with_nil_values_interpolates_the_string
test_interpolate_given_an_empty_values_hash_raises_missing_interpolation_argument
test_interpolate_given_an_non_string_as_a_string_returns_nil
test_interpolate_given_an_unicode_value_hash_interpolates_into_unicode_string
test_interpolate_given_an_unicode_value_hash_interpolates_to_the_string
test_interpolate_given_an_unicode_value_hash_into_a_non_unicode_multibyte_string_raises_encoding_compatibility_error
test_interpolate_given_nil_as_a_string_returns_nil
Included Modules
I18nSimpleBackendTestSetup
Public Instance methods
test_interpolate_given_a_non_unicode_multibyte_value_hash_interpolates_into_a_string_with_the_same_encoding
()
test_interpolate_given_a_non_unicode_multibyte_value_hash_into_an_unicode_string_raises_encoding_compatibility_error
()
test_interpolate_given_a_string_containing_a_reserved_key_raises_reserved_interpolation_key
()
test_interpolate_given_a_value_hash_interpolates_into_unicode_string
()
test_interpolate_given_a_value_hash_interpolates_the_values_to_the_string
()
test_interpolate_given_a_values_hash_with_nil_values_interpolates_the_string
()
test_interpolate_given_an_empty_values_hash_raises_missing_interpolation_argument
()
test_interpolate_given_an_non_string_as_a_string_returns_nil
()
test_interpolate_given_an_unicode_value_hash_interpolates_into_unicode_string
()
test_interpolate_given_an_unicode_value_hash_interpolates_to_the_string
()
test_interpolate_given_an_unicode_value_hash_into_a_non_unicode_multibyte_string_raises_encoding_compatibility_error
()
test_interpolate_given_nil_as_a_string_returns_nil
()
[Validate]