- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testBase16UpperCaseIsNoOp (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
testEncodingWithCasing(base16(), "foob", "666F6F62"); testEncodingWithCasing(base16(), "fooba", "666F6F6261"); testEncodingWithCasing(base16(), "foobar", "666F6F626172"); } public void testBase16UpperCaseIsNoOp() { assertThat(base16().upperCase()).isSameInstanceAs(base16()); } public void testBase16LowerCase() { BaseEncoding lowerCase = base16().lowerCase();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 24.7K bytes - Click Count (0)