(t *testing.T)
| 108 | } |
| 109 | |
| 110 | func TestWeakMultiplex(t *testing.T) { |
| 111 | testMultiplex(t, WeakMultiplex) |
| 112 | } |
| 113 | |
| 114 | func testTee(t *testing.T, tee func(input SimpleOutChannel, outputs ...SimpleInChannel)) { |
| 115 | a := NewNativeChannel(None) |
nothing calls this directly
no test coverage detected
searching dependent graphs…