public class TestAnnotationAdapterImpl extends java.lang.Object implements TestAnnotationAdapter
| Constructor and Description |
|---|
TestAnnotationAdapterImpl(org.testng.annotations.Test annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataProviderName() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getTestAnnotationClass() |
boolean |
isEnabled() |
public TestAnnotationAdapterImpl(org.testng.annotations.Test annotation)
public java.lang.Class<? extends java.lang.annotation.Annotation> getTestAnnotationClass()
getTestAnnotationClass in interface TestAnnotationAdapterpublic java.lang.String getDataProviderName()
getDataProviderName in interface TestAnnotationAdapterpublic boolean isEnabled()
isEnabled in interface TestAnnotationAdapter