Searched refs:assertSupportedEncoding (Results 1 – 1 of 1) sorted by relevance
36 private void assertSupportedEncoding(final String name) { in assertSupportedEncoding() method in CharEncodingTest50 this.assertSupportedEncoding(CharEncoding.ISO_8859_1); in testMustBeSupportedJava1_3_1_and_above()51 this.assertSupportedEncoding(CharEncoding.US_ASCII); in testMustBeSupportedJava1_3_1_and_above()52 this.assertSupportedEncoding(CharEncoding.UTF_16); in testMustBeSupportedJava1_3_1_and_above()53 this.assertSupportedEncoding(CharEncoding.UTF_16BE); in testMustBeSupportedJava1_3_1_and_above()54 this.assertSupportedEncoding(CharEncoding.UTF_16LE); in testMustBeSupportedJava1_3_1_and_above()55 this.assertSupportedEncoding(CharEncoding.UTF_8); in testMustBeSupportedJava1_3_1_and_above()