ExpectationSetup.repeat

This expectation must match to at least min number of calls and at most to max number of calls.

  1. ExpectationSetup repeat(int min, int max)
    class ExpectationSetup
    repeat
    (
    int min
    ,
    int max
    )
  2. ExpectationSetup repeat(int i)

Meta