- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testIsEstablishedShortCircuit (0.17 seconds)
-
src/test/java/jcifs/smb/SpnegoContextTest.java
verify(this.mechContext, never()).isMICAvailable(); } @Test @DisplayName("isEstablished short-circuits on not completed and does not call delegate") void testIsEstablishedShortCircuit() { SpnegoContext ctx = newContext(); // The mock setup is unnecessary since we never call it assertFalse(ctx.isEstablished()); verify(this.mechContext, never()).isEstablished();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.3K bytes - Click Count (0)