public interface MethodAdapter
| 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() |
java.lang.Object getMethod()
java.lang.annotation.Annotation[] getMethodAnnotations()
java.lang.String getMethodName()
java.lang.String getDeclaredClassName()
java.lang.String getTestClassName()
java.lang.String getRealClassName()
java.lang.String[] getMethodDependsOnMethods()
boolean isBeforeClassConfiguration()
boolean isAfterClassConfiguration()
boolean isBeforeTestConfiguration()
boolean isAfterTestConfiguration()
TestAnnotationAdapter getTestAnnotationAdapter()