- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRdmaProviderSelection (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/smb3-features/05-rdma-smb-direct-design.md
return new DisniRdmaProvider().isAvailable() || new JxioRdmaProvider().isAvailable(); } ``` ## 7. Testing Strategy ### 7.1 Unit Tests ```java @Test public void testRdmaProviderSelection() { RdmaProvider provider = RdmaProviderFactory.createProvider("auto"); assertNotNull(provider); assertTrue(provider.isAvailable()); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 35.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaIntegrationTest.java
Shinsuke Sugaya <******@****.***> 1755925872 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 13.8K bytes - Click Count (0)