Class ExpectationCounter

    • Constructor Detail

      • ExpectationCounter

        public ExpectationCounter​(java.lang.String name)
    • Method Detail

      • inc

        public void inc()
      • setExpected

        public void setExpected​(int expectedCalls)
      • setExpectNothing

        public void setExpectNothing()
        Description copied from interface: Expectation
        Tell the object to expect nothing to happen to it, perhaps because the test is exercising the handling of an error. The Expectation will fail if any actual values are set. Note that this is not the same as not setting any expectations, in which case verify() will do nothing.