- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testCombiningFlags (0.07 seconds)
-
src/test/java/jcifs/internal/dtyp/SecurityInfoTest.java
assertTrue(isPowerOfTwo(SecurityInfo.BACKUP_SECURITY_INFO)); } @Test @DisplayName("Test combining security info flags") void testCombiningFlags() { // Test that flags can be combined using bitwise OR int combined = SecurityInfo.OWNER_SECURITY_INFO | SecurityInfo.GROUP_SECURITY_INFO; assertEquals(0x3, combined);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 7.5K bytes - Click Count (0)