Class CallStub

java.lang.Object
com.mockobjects.dynamic.CallStub
All Implemented Interfaces:
Callable, Verifiable
Direct Known Subclasses:
ReturnStub, ThrowStub, VoidStub

public abstract class CallStub extends Object implements Callable
Author:
dev
  • Constructor Details

    • CallStub

      public CallStub()
  • Method Details

    • matches

      public boolean matches(String methodName, Object[] args)
      Specified by:
      matches in interface Callable
    • verify

      public void verify()
      Description copied from interface: Verifiable
      Throw an AssertionFailedException if any expectations have not been met.
      Specified by:
      verify in interface Verifiable