Package org.testng.junit
Class JUnit4ConfigurationMethod
- java.lang.Object
-
- org.testng.internal.ConstructorOrMethod
-
- org.testng.junit.JUnit4ConfigurationMethod
-
public class JUnit4ConfigurationMethod extends ConstructorOrMethod
-
-
Constructor Summary
Constructors Constructor Description JUnit4ConfigurationMethod(Class<?> declaringClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getDeclaringClass()
String
getName()
String
toString()
-
Methods inherited from class org.testng.internal.ConstructorOrMethod
equals, getConstructor, getEnabled, getMethod, getParameterTypes, hashCode, setEnabled
-
-
-
-
Constructor Detail
-
JUnit4ConfigurationMethod
public JUnit4ConfigurationMethod(Class<?> declaringClass)
-
-
Method Detail
-
getDeclaringClass
public Class<?> getDeclaringClass()
- Overrides:
getDeclaringClass
in classConstructorOrMethod
-
getName
public String getName()
- Overrides:
getName
in classConstructorOrMethod
-
toString
public String toString()
- Overrides:
toString
in classConstructorOrMethod
-
-