org.jboss.testharness.impl.testng
Class DisableIntegrationTestsMethodSelector

java.lang.Object
  extended by org.jboss.testharness.impl.testng.DisableIntegrationTestsMethodSelector
All Implemented Interfaces:
java.io.Serializable, org.testng.IMethodSelector

public class DisableIntegrationTestsMethodSelector
extends java.lang.Object
implements org.testng.IMethodSelector

See Also:
Serialized Form

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

Constructor Detail

DisableIntegrationTestsMethodSelector

public DisableIntegrationTestsMethodSelector()
Method Detail

includeMethod

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

setTestMethods

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


Copyright © 2009. All Rights Reserved.