public class MethodEnabler extends Object implements org.testng.IAnnotationTransformer
Constructor and Description |
---|
MethodEnabler() |
Modifier and Type | Method and Description |
---|---|
static void |
excludeMethod(String name) |
static void |
includeMethod(String name) |
static void |
setDefault(boolean enabled) |
void |
transform(org.testng.annotations.ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) |
public MethodEnabler()
public static void includeMethod(String name)
public static void excludeMethod(String name)
public static void setDefault(boolean enabled)
public void transform(org.testng.annotations.ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
transform
in interface org.testng.IAnnotationTransformer
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.