- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for provideFlagCombinations (0.08 seconds)
-
src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectResponseTest.java
// Then verify(mockNext, times(0)).setTreeId(any(Integer.class)); } @DisplayName("Should handle various share flag combinations") @ParameterizedTest @MethodSource("provideFlagCombinations") void testShareFlagCombinations(int flags, boolean expectedDfs) throws SMBProtocolDecodingException { // Given byte[] buffer = createValidResponseBuffer(0, flags, 0, 0); // WhenCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 19.3K bytes - Click Count (0) -
src/test/java/jcifs/spnego/NegTokenInitTest.java
Arguments.of((Object) new ASN1ObjectIdentifier[] { OID_NTLM, OID_KRB, OID_KRB_LEGACY })); } @ParameterizedTest @MethodSource("provideFlagCombinations") @DisplayName("Various flag combinations encode and parse correctly") void testFlagCombinations(int flags) throws Exception {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 21K bytes - Click Count (0)