Class CallStub

    • Constructor Summary

      Constructors 
      Constructor Description
      CallStub()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String methodName, java.lang.Object[] args)  
      void verify()
      Throw an AssertionFailedException if any expectations have not been met.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallStub

        public CallStub()
    • Method Detail

      • matches

        public boolean matches​(java.lang.String methodName,
                               java.lang.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