Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for testConstructor_InvalidUrl (0.1 seconds)

  1. src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java

        }
    
        @Nested
        @DisplayName("Constructor Tests")
        class ConstructorTests {
    
            @Test
            @DisplayName("Should throw DcerpcException for invalid URL format")
            void testConstructor_InvalidUrl() {
                String invalidUrl = "invalid:server";
                assertThrows(DcerpcException.class, () -> new DcerpcPipeHandle(invalidUrl, mockContext, false),
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 21K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/reflect/InvokableTest.java

    cpovirk <******@****.***> 1773337518 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 31.1K bytes
    - Click Count (0)
Back to Top