- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testChannelSelection (0.49 seconds)
-
src/test/java/jcifs/internal/smb2/multichannel/ChannelManagerTest.java
// For now, just test the empty case assertEquals(0, channelManager.getHealthyChannels().size()); } @Test void testChannelSelection() { try { channelManager.selectChannel(mockMessage); fail("Should throw exception when no channels available"); } catch (Exception e) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 7.6K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
return LoadBalancingStrategy.valueOf(strategy.toUpperCase()); } ``` ## 7. Testing Strategy ### 7.1 Unit Tests ```java @Test public void testChannelSelection() { ChannelManager manager = new ChannelManager(context, session); // Add test channels ChannelInfo channel1 = createTestChannel("channel1", 1000); // 1Gbps
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0)