MCPcopy
hub / github.com/lni/dragonboat / TestCustomTransportCanUseNodeHostID

Function TestCustomTransportCanUseNodeHostID

nodehost_test.go:786–789  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

784}
785
786func TestCustomTransportCanUseNodeHostID(t *testing.T) {
787 factory := &chanTransportFactory{}
788 testAddressByNodeHostID(t, true, factory)
789}
790
791func TestCustomTransportCanGoWithoutNodeHostID(t *testing.T) {
792 factory := &chanTransportFactory{}

Callers

nothing calls this directly

Calls 1

testAddressByNodeHostIDFunction · 0.85

Tested by

no test coverage detected