- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for provideFlagCombinations (0.1 sec)
-
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); // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.3K bytes - Viewed (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 {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0)