- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testEmptyMasterPassword (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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"); }
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12.7K bytes - Click Count (0)