Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for 1122334455667788 (0.3 seconds)

  1. src/test/java/jcifs/dcerpc/ndr/NdrHyperTest.java

            verifyNoMoreInteractions(mockNdrBuffer);
        }
    
        @Test
        void testDecode() throws NdrException {
            // Test the decode method
            long decodedValue = 112233445566778L;
            NdrHyper ndrHyper = new NdrHyper(0); // Initialize with a dummy value
    
            // Configure the mock NdrBuffer to return a specific value when dec_ndr_hyper is called
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 2.2K bytes
    - Click Count (0)
Back to Top