public class JUnitReportingRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
JUnitReportingRunner(Class<? extends org.jbehave.core.ConfigurableEmbedder> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
childrenInvoker(org.junit.runner.notification.RunNotifier notifier)
Returns a
Statement: Call BlockJUnit4ClassRunner.runChild(Object, RunNotifier)
on each object returned by BlockJUnit4ClassRunner.getChildren() (subject to any imposed
filter and sort) |
org.junit.runner.Description |
getDescription() |
static org.jbehave.core.embedder.EmbedderControls |
recommandedControls(org.jbehave.core.embedder.Embedder embedder) |
static org.jbehave.core.embedder.EmbedderControls |
recommendedControls(org.jbehave.core.embedder.Embedder embedder) |
int |
testCount() |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>public int testCount()
testCount in class org.junit.runner.Runnerprotected org.junit.runners.model.Statement childrenInvoker(org.junit.runner.notification.RunNotifier notifier)
Statement: Call BlockJUnit4ClassRunner.runChild(Object, RunNotifier)
on each object returned by BlockJUnit4ClassRunner.getChildren() (subject to any imposed
filter and sort)childrenInvoker in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>public static org.jbehave.core.embedder.EmbedderControls recommandedControls(org.jbehave.core.embedder.Embedder embedder)
public static org.jbehave.core.embedder.EmbedderControls recommendedControls(org.jbehave.core.embedder.Embedder embedder)
Copyright © 2015 codecentric AG. All Rights Reserved.