|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
org.databene.contiperf.junit.ContiPerfSuiteRunner
public class ContiPerfSuiteRunner
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
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 |
---|
public ContiPerfSuiteRunner(Class<?> suiteClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
Method Detail |
---|
public void run(org.junit.runner.notification.RunNotifier runnotifier)
run
in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |