Class ManagedTestSuite
- java.lang.Object
-
- junit.framework.TestSuite
-
- org.apache.axis2.transport.testkit.ManagedTestSuite
-
- All Implemented Interfaces:
junit.framework.Test
public class ManagedTestSuite extends junit.framework.TestSuite
-
-
Constructor Summary
Constructors Constructor Description ManagedTestSuite(Class<?> testClass)ManagedTestSuite(Class<?> testClass, boolean reuseResources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExclude(String filter)voidaddTest(junit.framework.Test test)Class<?>getTestClass()voidrun(junit.framework.TestResult result)voidsetInvertExcludes(boolean invertExcludes)
-
-
-
Method Detail
-
getTestClass
public Class<?> getTestClass()
-
addExclude
public void addExclude(String filter) throws org.osgi.framework.InvalidSyntaxException
- Throws:
org.osgi.framework.InvalidSyntaxException
-
setInvertExcludes
public void setInvertExcludes(boolean invertExcludes)
-
addTest
public void addTest(junit.framework.Test test)
- Overrides:
addTestin classjunit.framework.TestSuite
-
run
public void run(junit.framework.TestResult result)
- Specified by:
runin interfacejunit.framework.Test- Overrides:
runin classjunit.framework.TestSuite
-
-