public class MethodAdapterImpl extends java.lang.Object implements MethodAdapter
| Constructor and Description |
|---|
MethodAdapterImpl(org.testng.ITestNGMethod method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeclaredClassName() |
java.lang.Object |
getMethod() |
java.lang.annotation.Annotation[] |
getMethodAnnotations() |
java.lang.String[] |
getMethodDependsOnMethods() |
java.lang.String |
getMethodName() |
java.lang.String |
getRealClassName() |
TestAnnotationAdapter |
getTestAnnotationAdapter() |
java.lang.String |
getTestClassName() |
boolean |
isAfterClassConfiguration() |
boolean |
isAfterTestConfiguration() |
boolean |
isBeforeClassConfiguration() |
boolean |
isBeforeTestConfiguration() |
public java.lang.Object getMethod()
getMethod in interface MethodAdapterpublic java.lang.annotation.Annotation[] getMethodAnnotations()
getMethodAnnotations in interface MethodAdapterpublic java.lang.String getMethodName()
getMethodName in interface MethodAdapterpublic java.lang.String getDeclaredClassName()
getDeclaredClassName in interface MethodAdapterpublic java.lang.String getTestClassName()
getTestClassName in interface MethodAdapterpublic java.lang.String getRealClassName()
getRealClassName in interface MethodAdapterpublic java.lang.String[] getMethodDependsOnMethods()
getMethodDependsOnMethods in interface MethodAdapterpublic boolean isBeforeClassConfiguration()
isBeforeClassConfiguration in interface MethodAdapterpublic boolean isAfterClassConfiguration()
isAfterClassConfiguration in interface MethodAdapterpublic boolean isBeforeTestConfiguration()
isBeforeTestConfiguration in interface MethodAdapterpublic boolean isAfterTestConfiguration()
isAfterTestConfiguration in interface MethodAdapterpublic TestAnnotationAdapter getTestAnnotationAdapter()
getTestAnnotationAdapter in interface MethodAdapter