Class WrappedRunners
java.lang.Object
org.apache.maven.surefire.junitcore.pc.WrappedRunners
We need to wrap runners in a suite and count children of these runners.
Old JUnit versions do not cache children after the first call of
Old JUnit versions do not cache children after the first call of
ParentRunner.getChildren()
.
Due to performance reasons, the children have to be observed just once.- Since:
- 2.17
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final long
(package private) final org.junit.runners.ParentRunner
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedRunners
(org.junit.runners.ParentRunner wrappingSuite, long embeddedChildrenCount) -
Method Summary
-
Field Details
-
wrappingSuite
final org.junit.runners.ParentRunner wrappingSuite -
embeddedChildrenCount
final long embeddedChildrenCount
-
-
Constructor Details
-
WrappedRunners
WrappedRunners(org.junit.runners.ParentRunner wrappingSuite, long embeddedChildrenCount) -
WrappedRunners
WrappedRunners()
-