|
||||||||||
| 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
patterntesting.runtime.junit.SmokeSuite
public class SmokeSuite
Suite implementation which understand the same annotations like the
SmokeRunner class.
In JUnit 4.4 the used constructors of the superclass throws an
InitializationError which was located in an internal package. Because
this exception is deprecated since JUnit 4.5 we no longer try to support
JUnit 4.4 (there were also other reasons we do not support JUnit 4.4 -
e.g we need an additional SmokeSuite(Class) constructor which would not
compile without tricks on new versions of JUnit).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.junit.runners.Suite |
|---|
org.junit.runners.Suite.SuiteClasses |
| Constructor Summary | |
|---|---|
protected |
SmokeSuite(Class<?> klass,
Class<?>[] suiteClasses)
Instantiates a new smoke suite. |
|
SmokeSuite(Class<?> klass,
List<org.junit.runner.Runner> runners)
Instantiates a new smoke suite. |
|
SmokeSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
Instantiates a new smoke suite. |
|
SmokeSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
Instantiates a new smoke suite. |
|
SmokeSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses)
Instantiates a new smoke suite. |
| Method Summary | |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier)
Run. |
| 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 SmokeSuite(Class<?> klass,
List<org.junit.runner.Runner> runners)
throws org.junit.runners.model.InitializationError
klass - the klassrunners - the runners
org.junit.runners.model.InitializationError - the initialization error
public SmokeSuite(Class<?> klass,
org.junit.runners.model.RunnerBuilder builder)
throws org.junit.runners.model.InitializationError
klass - the klassbuilder - the builder
org.junit.runners.model.InitializationError - the initialization error
public SmokeSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?> klass,
Class<?>[] suiteClasses)
throws org.junit.runners.model.InitializationError
builder - the builderklass - the klasssuiteClasses - the suite classes
org.junit.runners.model.InitializationError - the initialization error
public SmokeSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
throws org.junit.runners.model.InitializationError
builder - the builderclasses - the classes
org.junit.runners.model.InitializationError - the initialization error
protected SmokeSuite(Class<?> klass,
Class<?>[] suiteClasses)
throws org.junit.runners.model.InitializationError
klass - the klasssuiteClasses - the suite classes
org.junit.runners.model.InitializationError - the initialization error| Method Detail |
|---|
public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>notifier - the notifierParentRunner.run(org.junit.runner.notification.RunNotifier)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||