Class MethodSignature

java.lang.Object
org.junit.support.testng.engine.MethodSignature

class MethodSignature extends Object
  • Field Details

    • methodName

      final String methodName
    • parameterTypes

      final Class<?>[] parameterTypes
    • stringRepresentation

      final String stringRepresentation
  • Constructor Details

    • MethodSignature

      private MethodSignature(String methodName, Class<?>[] parameterTypes)
  • Method Details

    • from

      static MethodSignature from(org.testng.ITestNGMethod method)
    • getParameterTypes

      public static Class<?>[] getParameterTypes(org.testng.ITestNGMethod method)
    • toString

      public String toString()
      Overrides:
      toString in class Object