Searched refs:testEncodingWithSeparators (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
H A DBaseEncodingTest.java77 testEncodingWithSeparators(base64(), "", "");
78 testEncodingWithSeparators(base64(), "f", "Zg==");
79 testEncodingWithSeparators(base64(), "fo", "Zm8=");
80 testEncodingWithSeparators(base64(), "foo", "Zm9v");
81 testEncodingWithSeparators(base64(), "foob", "Zm9vYg==");
82 testEncodingWithSeparators(base64(), "fooba", "Zm9vYmE=");
83 testEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy");
126 testEncodingWithSeparators(enc, "", "");
127 testEncodingWithSeparators(enc, "f", "Zg~~");
128 testEncodingWithSeparators(en
250 private static void testEncodingWithSeparators( method in class:BaseEncodingTest
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DBaseEncodingTest.java83 testEncodingWithSeparators(base64(), "", "");
84 testEncodingWithSeparators(base64(), "f", "Zg==");
85 testEncodingWithSeparators(base64(), "fo", "Zm8=");
86 testEncodingWithSeparators(base64(), "foo", "Zm9v");
87 testEncodingWithSeparators(base64(), "foob", "Zm9vYg==");
88 testEncodingWithSeparators(base64(), "fooba", "Zm9vYmE=");
89 testEncodingWithSeparators(base64(), "foobar", "Zm9vYmFy");
144 testEncodingWithSeparators(enc, "", "");
145 testEncodingWithSeparators(enc, "f", "Zg~~");
146 testEncodingWithSeparators(en
316 private static void testEncodingWithSeparators( method in class:BaseEncodingTest
[all...]

Completed in 86 milliseconds