Class DefaultPrivateMethodVerification.VerificationArguments

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method method  
    • Constructor Summary

      Constructors 
      Constructor Description
      VerificationArguments​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void withArguments​(java.lang.Object firstArgument, java.lang.Object... additionalArguments)  
      void withNoArguments()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        private final java.lang.reflect.Method method
    • Constructor Detail

      • VerificationArguments

        public VerificationArguments​(java.lang.reflect.Method method)
    • Method Detail

      • withArguments

        public void withArguments​(java.lang.Object firstArgument,
                                  java.lang.Object... additionalArguments)
                           throws java.lang.Exception
        Specified by:
        withArguments in interface WithVerifiedArguments
        Throws:
        java.lang.Exception