Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canUseCustomJansiVersion (0.24 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/JansiEndUserIntegrationTest.groovy

                import static org.junit.Assert.assertNull;
                import static org.junit.Assert.assertEquals;
    
                public class JansiTest {
                    @Test
                    public void canUseCustomJansiVersion() {
                        assertNull(System.getProperty("${JANSI_LIBRARY_PATH_SYS_PROP}"));
                        assertEquals(Ansi.class.getPackage().getImplementationVersion(), "$JANSI_VERSION");
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 24 18:12:50 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top