|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.selenium.listener.TestMethodSelector
public class TestMethodSelector
Uses system property "method" to determine, if the test method should be run or not.
Disables the such test methods, which doesn't match the given method name. The '*' wildcard can be used to filter methods.
Must be registered in TestNG listeners to filter the methods.
| Constructor Summary | |
|---|---|
TestMethodSelector()
|
|
| Method Summary | |
|---|---|
void |
transform(org.testng.annotations.ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod)
Disables the test methods which doesn't match the given method name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestMethodSelector()
| Method Detail |
|---|
public void transform(org.testng.annotations.ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod)
transform in interface org.testng.IAnnotationTransformer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||