- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDefaultMultiChannelSettings (0.22 seconds)
-
src/test/java/jcifs/config/MultiChannelConfigurationTest.java
import org.junit.jupiter.api.Test; import jcifs.CIFSException; /** * Unit tests for Multi-Channel configuration properties */ class MultiChannelConfigurationTest { @Test void testDefaultMultiChannelSettings() throws CIFSException { PropertyConfiguration config = new PropertyConfiguration(new Properties()); assertTrue(config.isUseMultiChannel(), "Multi-channel should be enabled by default");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 8.3K bytes - Click Count (0)