Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for shouldHandleTerminalWithNullEncoding (0.14 seconds)

  1. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/ConsoleIconTest.java

                        "Result should be either Unicode or ASCII fallback for " + icon + ", got: " + result);
            }
        }
    
        @Test
        @DisplayName("should handle terminal with null encoding")
        void shouldHandleTerminalWithNullEncoding() {
            Terminal mockTerminal = mock(Terminal.class);
            when(mockTerminal.encoding()).thenReturn(null);
    
            // Should fall back to system default charset
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Jul 15 09:35:08 GMT 2025
    - 6.8K bytes
    - Click Count (0)
Back to Top