org.apache.maven.surefire.testng.utils
Class MethodSelector

java.lang.Object
  extended by org.apache.maven.surefire.testng.utils.MethodSelector
All Implemented Interfaces:
Serializable, org.testng.IMethodSelector

public class MethodSelector
extends Object
implements org.testng.IMethodSelector

For internal use only

Since:
2.7.3
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
MethodSelector()
           
 
Method Summary
 boolean includeMethod(org.testng.IMethodSelectorContext context, org.testng.ITestNGMethod testngMethod, boolean isTestMethod)
           
static void setMethodName(String methodName)
           
 void setTestMethods(List arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSelector

public MethodSelector()
Method Detail

setTestMethods

public void setTestMethods(List arg0)
Specified by:
setTestMethods in interface org.testng.IMethodSelector

includeMethod

public boolean includeMethod(org.testng.IMethodSelectorContext context,
                             org.testng.ITestNGMethod testngMethod,
                             boolean isTestMethod)
Specified by:
includeMethod in interface org.testng.IMethodSelector

setMethodName

public static void setMethodName(String methodName)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.