Class StatelessInvocationMatcher

    • Constructor Detail

      • StatelessInvocationMatcher

        public StatelessInvocationMatcher()
    • Method Detail

      • verify

        public void verify()
        Description copied from interface: Verifiable
        Throw an AssertionFailedException if any expectations have not been met. Implementations of this method must be idempotent: jMock can call this method more than once when verifying expectations at the end of a test.
        Specified by:
        verify in interface Verifiable