(t *testing.T)
| 784 | } |
| 785 | |
| 786 | func TestCustomTransportCanUseNodeHostID(t *testing.T) { |
| 787 | factory := &chanTransportFactory{} |
| 788 | testAddressByNodeHostID(t, true, factory) |
| 789 | } |
| 790 | |
| 791 | func TestCustomTransportCanGoWithoutNodeHostID(t *testing.T) { |
| 792 | factory := &chanTransportFactory{} |
nothing calls this directly
no test coverage detected