Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_TmpDirMatchesSystemProperty (0.11 sec)

  1. src/test/java/org/codelibs/curl/CurlTest.java

        public void test_TmpDirExists() {
            // ## Test that tmpDir exists ##
    
            // ## Act & Assert ##
            assertTrue(Curl.tmpDir.exists());
        }
    
        @Test
        public void test_TmpDirMatchesSystemProperty() {
            // ## Test that tmpDir matches system property ##
    
            // ## Act ##
            final String systemTmpDir = System.getProperty("java.io.tmpdir");
    Registered: Sat Dec 20 09:13:53 UTC 2025
    - Last Modified: Thu Nov 20 13:34:13 UTC 2025
    - 16.3K bytes
    - Viewed (0)
Back to top