org.databene.contiperf.junit
Class ContiPerfSuiteRunner

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 org.databene.contiperf.junit.ContiPerfSuiteRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class ContiPerfSuiteRunner
extends org.junit.runners.Suite

JUnit Runner class for wrapping test classes that are unaware of ContiPerf with a suite class that adds performance test and requirements configuration.

Created: 02.05.2010 07:32:02

Since:
1.05
Author:
Volker Bergmann

Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses
 
Constructor Summary
ContiPerfSuiteRunner(Class<?> suiteClass)
           
 
Method Summary
 void run(org.junit.runner.notification.RunNotifier runnotifier)
           
 
Methods inherited from class org.junit.runners.Suite
describeChild, emptySuite, getChildren, runChild
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getName, getRunnerAnnotations, getTestClass, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContiPerfSuiteRunner

public ContiPerfSuiteRunner(Class<?> suiteClass)
                     throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
Method Detail

run

public void run(org.junit.runner.notification.RunNotifier runnotifier)
Overrides:
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>


Copyright © 2013. All Rights Reserved.