public class CmdLineIpsTestRunner extends AbstractIpsTestRunner
classLoader| Constructor and Description |
|---|
CmdLineIpsTestRunner(String repositoryPackages) |
| Modifier and Type | Method and Description |
|---|---|
protected List<IRuntimeRepository> |
createRepositories()
Creates the repositories.
|
static void |
main(String[] args)
The entry point for the command line test runner.
|
void |
testFailureOccured(IpsTestFailure failure) |
void |
testFinished(IpsTest2 test) |
void |
testStarted(IpsTest2 test) |
countTests, extractListFromString, getRepositories, getRepositoryListFromInputString, getRepositoryPackages, getTests, run, setAdditionalRepositoryPackages, setClassLoader, setRepositoryPackages, toStringFromListpublic CmdLineIpsTestRunner(String repositoryPackages)
repositoryPackages - package name of the classpath repositorypublic static void main(String[] args)
protected List<IRuntimeRepository> createRepositories() throws ParserConfigurationException
AbstractIpsTestRunnercreateRepositories in class AbstractIpsTestRunnerParserConfigurationExceptionpublic void testStarted(IpsTest2 test)
public void testFinished(IpsTest2 test)
public void testFailureOccured(IpsTestFailure failure)
Copyright © 2016. All rights reserved.