Class AssertionMethods.UserAssertionMethod

  • Enclosing class:
    AssertionMethods

    private static class AssertionMethods.UserAssertionMethod
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String className  
      private java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserAssertionMethod​(java.lang.String className, java.lang.String methodName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()  
      java.lang.String getMethodName()  
      • Methods inherited from class java.lang.Object

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

      • className

        private final java.lang.String className
      • methodName

        private final java.lang.String methodName
    • Constructor Detail

      • UserAssertionMethod

        public UserAssertionMethod​(java.lang.String className,
                                   java.lang.String methodName)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • getMethodName

        public java.lang.String getMethodName()