Class ConstructorOrMethod
java.lang.Object
org.testng.internal.ConstructorOrMethod
Encapsulation of either a method or a constructor.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanConstructor<?> Class<?> booleangetName()Class<?>[]inthashCode()voidsetEnabled(boolean enabled) toString()
-
Constructor Details
-
ConstructorOrMethod
-
ConstructorOrMethod
-
ConstructorOrMethod
-
-
Method Details
-
getDeclaringClass
-
getName
-
getParameterTypes
-
getMethod
-
getConstructor
-
equals
-
hashCode
-
setEnabled
public void setEnabled(boolean enabled) -
getEnabled
public boolean getEnabled() -
toString
-
stringifyParameterTypes
-