- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetLongWithDefault (0.08 sec)
-
src/test/java/jcifs/ConfigTest.java
assertEquals(-1, Config.getInt(testProperties, "test.invalid.int")); } @Test @DisplayName("Should get long property with default value") void testGetLongWithDefault() { assertEquals(1234567890123L, Config.getLong(testProperties, "test.long", 0L)); assertEquals(987654321L, Config.getLong(testProperties, "nonexistent.long", 987654321L)); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.6K bytes - Viewed (0)