public class ManagedTestSuite
extends junit.framework.TestSuite
Constructor and Description |
---|
ManagedTestSuite(Class<?> testClass) |
ManagedTestSuite(Class<?> testClass,
boolean reuseResources) |
Modifier and Type | Method and Description |
---|---|
void |
addExclude(String filter) |
void |
addTest(junit.framework.Test test) |
Class<?> |
getTestClass() |
void |
run(junit.framework.TestResult result) |
void |
setInvertExcludes(boolean invertExcludes) |
public ManagedTestSuite(Class<?> testClass, boolean reuseResources)
public ManagedTestSuite(Class<?> testClass)
public Class<?> getTestClass()
public void addExclude(String filter) throws ParseException
ParseException
public void setInvertExcludes(boolean invertExcludes)
public void addTest(junit.framework.Test test)
addTest
in class junit.framework.TestSuite
public void run(junit.framework.TestResult result)
run
in interface junit.framework.Test
run
in class junit.framework.TestSuite
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.