1.2.7. ExpectationCounter

Another task is counting events. For that reason mockpp provides a counter-like class.


  ExpectationCounter ec ("verifyCounter", 0);

  ec.setExpected(5);
  ec.inc();