MCPcopy
hub / github.com/IBM/sarama / newTestStatefulStrategy

Function newTestStatefulStrategy

functional_consumer_group_test.go:650–655  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

648}
649
650func newTestStatefulStrategy(t *testing.T) *testStatefulStrategy {
651 return &testStatefulStrategy{
652 BalanceStrategy: NewBalanceStrategyRange(),
653 t: t,
654 }
655}
656
657type testStatefulStrategy struct {
658 BalanceStrategy

Calls 1

NewBalanceStrategyRangeFunction · 0.85

Tested by

no test coverage detected