Class AssertionMethods.UserAssertionMethod

java.lang.Object
edu.umd.cs.findbugs.ba.AssertionMethods.UserAssertionMethod
Enclosing class:
AssertionMethods

private static class AssertionMethods.UserAssertionMethod extends Object
  • Field Details

    • className

      private final String className
    • methodName

      private final String methodName
  • Constructor Details

    • UserAssertionMethod

      public UserAssertionMethod(String className, String methodName)
  • Method Details

    • getClassName

      public String getClassName()
    • getMethodName

      public String getMethodName()