- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testDualInterfaceUsage (0.12 seconds)
-
src/test/java/jcifs/internal/smb2/nego/EncryptionNegotiateContextTest.java
assertTrue(context instanceof NegotiateContextResponse); } @Test @DisplayName("Should be usable as both request and response") void testDualInterfaceUsage() { EncryptionNegotiateContext context = new EncryptionNegotiateContext(); NegotiateContextRequest request = context; NegotiateContextResponse response = context;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java
assertTrue(context instanceof NegotiateContextResponse); } @Test @DisplayName("Should be usable as both request and response") void testDualInterfaceUsage() { PreauthIntegrityNegotiateContext context = new PreauthIntegrityNegotiateContext(); NegotiateContextRequest request = context; NegotiateContextResponse response = context;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 34K bytes - Click Count (0)