- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstructor_NullTreeHandle_ThrowsNPE (0.77 sec)
-
src/test/java/jcifs/smb/NetServerEnumIteratorTest.java
assertThrows(NullPointerException.class, () -> new NetServerEnumIterator(null, treeHandle, "*", 0, null)); } @Test @DisplayName("Constructor should handle null tree handle") void testConstructor_NullTreeHandle_ThrowsNPE() throws Exception { // Given: Valid parent but null tree handle when(locator.getType()).thenReturn(SmbConstants.TYPE_WORKGROUP); when(locator.getURL()).thenReturn(createSmbURL("smb://"));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.8K bytes - Viewed (0)