Class

I18nSimpleBackendInterpolateTest

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

Methods

Instance

Visibility Signature
public test_interpolate_given_a_non_unicode_multibyte_value_hash_interpolates_into_a_string_with_the_same_encoding ()
public test_interpolate_given_a_non_unicode_multibyte_value_hash_into_an_unicode_string_raises_encoding_compatibility_error ()
public test_interpolate_given_a_string_containing_a_reserved_key_raises_reserved_interpolation_key ()
public test_interpolate_given_a_value_hash_interpolates_into_unicode_string ()
public test_interpolate_given_a_value_hash_interpolates_the_values_to_the_string ()
public test_interpolate_given_a_values_hash_with_nil_values_interpolates_the_string ()
public test_interpolate_given_an_empty_values_hash_raises_missing_interpolation_argument ()
public test_interpolate_given_an_non_string_as_a_string_returns_nil ()
public test_interpolate_given_an_unicode_value_hash_interpolates_into_unicode_string ()
public test_interpolate_given_an_unicode_value_hash_interpolates_to_the_string ()
public test_interpolate_given_an_unicode_value_hash_into_a_non_unicode_multibyte_string_raises_encoding_compatibility_error ()
public test_interpolate_given_nil_as_a_string_returns_nil ()

Instance Method Detail

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