- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NewEndpoint (0.06 sec)
-
cmd/lock-rest-client_test.go
) // Tests lock rpc client. func TestLockRESTlient(t *testing.T) { // These should not be connectable. endpoint, err := NewEndpoint("http://localhost:9876") if err != nil { t.Fatalf("unexpected error %v", err) } endpointLocal, err := NewEndpoint("http://localhost:9012") if err != nil { t.Fatalf("unexpected error %v", err) } endpointLocal.IsLocal = true
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindingTest.java
String newInterfaceSyntax = "11111111-2222-3333-4444-555555555555:1.0"; String newEndpoint = "\\pipe\\" + newInterfaceName; DcerpcBinding.addInterface(newInterfaceName, newInterfaceSyntax); dcerpcBinding.setOption("endpoint", newEndpoint); assertEquals(newEndpoint, dcerpcBinding.getEndpoint(), "Endpoint should be set correctly for newly added interface.");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.5K bytes - Viewed (0)