public class ComponentTestSuite
extends TestSuite
Modifier and Type | Field and Description |
---|---|
boolean |
aborted
Indicate when the suite is aborted due to excessibe run time.
|
Constructor and Description |
---|
ComponentTestSuite(File path,
File root,
String[] excludes)
Create a component test suite for components contained in a given path.
|
ComponentTestSuite(File path,
File root,
String[] excludes,
long timeout,
boolean broken,
boolean start)
Create a component test suite for components contained in a given path.
|
ComponentTestSuite(String[] args,
File path,
File root,
String[] excludes,
long timeout,
boolean broken,
boolean start)
Create a component test suite for components contained in a given path.
|
public boolean aborted
public ComponentTestSuite(File path, File root, String[] excludes) throws Exception
path
- The path to look for test cases in.root
- The classpath root corresponding to the path.excludes
- Files to exclude (if a pattern is contained in file path).Exception
public ComponentTestSuite(File path, File root, String[] excludes, long timeout, boolean broken, boolean start) throws Exception
path
- The path to look for test cases in.root
- The classpath root corresponding to the path.excludes
- Files to exclude (if a pattern is contained in file path).timeout
- The test suite timeout (if tests are not completed, execution will be aborted).broken
- Include broken components.start
- Try starting components, which are no test cases.Exception
public ComponentTestSuite(String[] args, File path, File root, String[] excludes, long timeout, boolean broken, boolean start) throws Exception
args
- The platform arguments.path
- The path to look for test cases in.excludes
- Files to exclude (if a pattern is contained in file path).timeout
- The test suite timeout (if tests are not completed, execution will be aborted).broken
- Include broken components.start
- Try starting components, which are no test cases.Exception
Copyright © 2012. All Rights Reserved.