Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Internal support classes for the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of ThrowableCollector in org.junit.jupiter.engine.descriptor
Modifier and TypeMethodDescriptionprotected abstract TestInstances
ClassBasedTestDescriptor.instantiateTestClass
(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) protected TestInstances
ClassTestDescriptor.instantiateTestClass
(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) protected TestInstances
NestedClassTestDescriptor.instantiateTestClass
(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.execution
Modifier and TypeMethodDescriptionTestInstancesProvider.getTestInstances
(ExtensionRegistry extensionRegistry, ExtensionRegistrar extensionRegistrar, ThrowableCollector throwableCollector) default TestInstances
TestInstancesProvider.getTestInstances
(MutableExtensionRegistry extensionRegistry, ThrowableCollector throwableCollector) JupiterEngineExecutionContext.Builder.withThrowableCollector
(ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.support
Modifier and TypeMethodDescriptionstatic ThrowableCollector
JupiterThrowableCollectorFactory.createThrowableCollector()
Create a newThrowableCollector
that treats instances of the OTA'sTestAbortedException
and JUnit 4'sorg.junit.AssumptionViolatedException
as aborting. -
Uses of ThrowableCollector in org.junit.platform.engine.support.hierarchical
Modifier and TypeClassDescriptionclass
Specialization ofThrowableCollector
that treats instances ofTestAbortedException
as aborting.Modifier and TypeMethodDescriptionThrowableCollector.Factory.create()
Create a new instance of aThrowableCollector
.