Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testVersionStringWithoutAnsi (0.44 sec)

  1. maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

        }
    
        /**
         * MNG-7032: Disable colours for {@code --version} if {@code --batch-mode} is also given.
         * @throws Exception cli invocation.
         */
        @Test
        void testVersionStringWithoutAnsi() throws Exception {
            // given
            // - request with version and batch mode
            CliRequest cliRequest = new CliRequest(new String[] {"--version", "--batch-mode"}, null);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:59 UTC 2024
    - 28.3K bytes
    - Viewed (0)
Back to top