- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEmptyMasterPassword (3.3 sec)
-
src/test/java/jcifs/util/SecureCredentialStorageTest.java
new SecureCredentialStorage(null); }, "Should throw IllegalArgumentException for null master password"); } @Test public void testEmptyMasterPassword() { assertThrows(IllegalArgumentException.class, () -> { new SecureCredentialStorage(new char[0]); }, "Should throw IllegalArgumentException for empty master password"); }
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 12.7K bytes - Viewed (0)