MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / Test_Connectable_IterableJust_Composed

Function Test_Connectable_IterableJust_Composed

factory_connectable_test.go:185–193  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

183}
184
185func Test_Connectable_IterableJust_Composed(t *testing.T) {
186 defer goleak.VerifyNone(t)
187 ctx, cancel := context.WithCancel(context.Background())
188 defer cancel()
189 obs := &ObservableImpl{
190 iterable: newJustIterable(1, 2, 3)(WithPublishStrategy(), WithContext(ctx)),
191 }
192 testConnectableComposed(t, obs)
193}
194
195func Test_Connectable_IterableRange_Single(t *testing.T) {
196 defer goleak.VerifyNone(t)

Callers

nothing calls this directly

Calls 4

newJustIterableFunction · 0.85
WithPublishStrategyFunction · 0.85
WithContextFunction · 0.85
testConnectableComposedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…