- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testWitnessRegistration (0.12 seconds)
-
src/test/java/jcifs/internal/witness/WitnessEnumTest.java
Shinsuke Sugaya <******@****.***> 1755940000 +0900
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 6.1K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
public boolean isWitnessServiceDiscovery() { return getBooleanProperty(WITNESS_SERVICE_DISCOVERY, true); } ``` ## 7. Testing Strategy ### 7.1 Unit Tests ```java @Test public void testWitnessRegistration() { WitnessRegistration registration = new WitnessRegistration( "\\\\server\\share", InetAddress.getByName("192.168.1.100"), WitnessServiceType.FILE_SERVER_WITNESS );
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)