com.ibm.team.fvt.tests.clm.scenario
Class ClmScenarioRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runner.Runner>
          extended by org.junit.runners.Suite
              extended by com.ibm.team.fvt.tests.scenario.ScenarioRunner
                  extended by 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 Class Summary
 
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)
           
 
Method Summary
 ClmScenarioExecution getScenarioExecution()
           
 
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
 

Constructor Detail

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
Method Detail

getScenarioExecution

public ClmScenarioExecution getScenarioExecution()
Overrides:
getScenarioExecution in class com.ibm.team.fvt.tests.scenario.ScenarioRunner