- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_TmpDirMatchesSystemProperty (0.09 sec)
-
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)