org.jboss.jsr299.tck.impl
Class WebProfileMethodSelector

java.lang.Object
  extended by org.jboss.jsr299.tck.impl.WebProfileMethodSelector
All Implemented Interfaces:
Serializable, org.testng.IMethodSelector

public class WebProfileMethodSelector
extends Object
implements org.testng.IMethodSelector

See Also:
Serialized Form

Constructor Summary
WebProfileMethodSelector()
           
 
Method Summary
 boolean includeMethod(org.testng.IMethodSelectorContext ctx, org.testng.ITestNGMethod method, boolean isTestMethod)
           
 void setTestMethods(List<org.testng.ITestNGMethod> arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebProfileMethodSelector

public WebProfileMethodSelector()
Method Detail

includeMethod

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

setTestMethods

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


Copyright © 2008-2012 Seam Framework. All Rights Reserved.