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