Class VoidStub

    • Constructor Summary

      Constructors 
      Constructor Description
      VoidStub()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(Mock mock, java.lang.String methodName, java.lang.Object[] args)  
      java.lang.String getDescription()  
      • Methods inherited from class java.lang.Object

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

      • VoidStub

        public VoidStub()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • call

        public java.lang.Object call​(Mock mock,
                                     java.lang.String methodName,
                                     java.lang.Object[] args)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable