Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_base64_encoding_decoding (0.23 sec)

  1. src/test/java/org/codelibs/fess/util/FacetResponseTest.java

    import org.codelibs.fess.Constants;
    import org.codelibs.fess.unit.UnitFessTestCase;
    
    import com.google.common.io.BaseEncoding;
    
    public class FacetResponseTest extends UnitFessTestCase {
    
        public void test_base64_encoding_decoding() {
            // Test that base64 encoding and decoding works correctly
            String originalString = "test field with spaces";
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 6.6K bytes
    - Viewed (0)
Back to top