com.ibm.team.fvt.tests.clm.scenario
Class ClmScenarioRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
com.ibm.team.fvt.tests.scenario.ScenarioRunner
com.ibm.team.fvt.tests.clm.scenario.ClmScenarioRunner
- All Implemented Interfaces:
- org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public abstract class ClmScenarioRunner
- extends com.ibm.team.fvt.tests.scenario.ScenarioRunner
Manage CLM scenario JUnit run.
This subclass filter scenario steps depending whether the express setup
is specified or not.
Nested classes/interfaces inherited from class org.junit.runners.Suite |
org.junit.runners.Suite.SuiteClasses |
Constructor Summary |
ClmScenarioRunner(java.lang.Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
|
Methods inherited from class com.ibm.team.fvt.tests.scenario.ScenarioRunner |
filter, run |
Methods inherited from class org.junit.runners.Suite |
emptySuite |
Methods inherited from class org.junit.runners.ParentRunner |
getDescription, getTestClass, setScheduler, sort |
Methods inherited from class org.junit.runner.Runner |
testCount |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClmScenarioRunner
public ClmScenarioRunner(java.lang.Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
getScenarioExecution
public ClmScenarioExecution getScenarioExecution()
- Overrides:
getScenarioExecution
in class com.ibm.team.fvt.tests.scenario.ScenarioRunner