- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testConstructor_NullTreeHandle_ThrowsNPE (0.22 seconds)
-
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://"));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.8K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/SamrPolicyHandleTest.java
Shinsuke Sugaya <******@****.***> 1755149504 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.4K bytes - Click Count (0)