- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testConstructorUsesConfiguration (0.14 seconds)
-
src/test/java/jcifs/context/BaseContextTest.java
assertNotNull(context.getTransportPool(), "Transport pool should be initialized"); } @Test @DisplayName("Constructor should use provided configuration") void testConstructorUsesConfiguration() { // Then assertSame(mockConfig, context.getConfig(), "Should use provided configuration"); verify(mockConfig).getDefaultUsername(); verify(mockConfig).getDefaultPassword();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 15.1K bytes - Click Count (0)