Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testToStringWithoutAces (0.12 seconds)

  1. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

            assertTrue(result.startsWith("SecurityDescriptor:"));
            assertFalse(result.contains("NULL"));
        }
    
        @Test
        @DisplayName("Test toString without ACEs")
        void testToStringWithoutAces() throws SMBProtocolDecodingException {
            prepareMinimalSecurityDescriptorBuffer(testBuffer, 0, true, true, false);
    
            securityDescriptor.decode(testBuffer, 0, testBuffer.length);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.6K bytes
    - Click Count (0)
Back to Top