Interface LaunchDefinition
public interface LaunchDefinition
Defines the necessary context for launching the JUnit platform for running
tests.
-
Method Summary
-
Method Details
-
getTests
List<TestDefinition> getTests()- Returns:
- Returns the
tests
that have to be launched
-
getListeners
List<ListenerDefinition> getListeners() -
isPrintSummary
boolean isPrintSummary()- Returns:
- Returns true if a summary needs to be printed out after the execution of the tests. False otherwise.
-
isHaltOnFailure
boolean isHaltOnFailure()- Returns:
- Returns true if any remaining tests launch need to be stopped if any test execution failed. False otherwise.
-
getClassLoader
ClassLoader getClassLoader()- Returns:
- Returns the
ClassLoader
that has to be used for launching and execution of the tests
-
getIncludeTags
-
getExcludeTags
-