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, toStringFromList
public CmdLineIpsTestRunner(String repositoryPackages)
repositoryPackages
- package name of the classpath repositorypublic static void main(String[] args)
protected List<IRuntimeRepository> createRepositories() throws ParserConfigurationException
AbstractIpsTestRunner
createRepositories
in class AbstractIpsTestRunner
ParserConfigurationException
public void testStarted(IpsTest2 test)
public void testFinished(IpsTest2 test)
public void testFailureOccured(IpsTestFailure failure)
Copyright © 2018. All rights reserved.