Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
Packages that use 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
Fields in org.junit.jupiter.engine.descriptor declared as ThrowableCollectorModifier and TypeFieldDescriptionprivate final ThrowableCollectorClassExtensionContext.throwableCollectorprivate final ThrowableCollectorMethodExtensionContext.throwableCollectorMethods in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollectorModifier and TypeMethodDescriptionprivate TestInstancesClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(JupiterEngineExecutionContext parentExecutionContext, ExtensionContext extensionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ThrowableCollector throwableCollector) protected abstract TestInstancesClassBasedTestDescriptor.instantiateTestClass(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) protected TestInstancesClassTestDescriptor.instantiateTestClass(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) protected TestInstancesNestedClassTestDescriptor.instantiateTestClass(JupiterEngineExecutionContext parentExecutionContext, ExtensionRegistry registry, ExtensionRegistrar registrar, ExtensionContext extensionContext, ThrowableCollector throwableCollector) Constructors in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollectorModifierConstructorDescription(package private)ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, TestInstance.Lifecycle lifecycle, JupiterConfiguration configuration, ThrowableCollector throwableCollector) (package private)ClassExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector) Create a newClassExtensionContextwithTestInstance.Lifecycle.PER_METHOD.(package private)MethodExtensionContext(ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestMethodTestDescriptor testDescriptor, JupiterConfiguration configuration, ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as ThrowableCollectorModifier and TypeFieldDescription(package private) ThrowableCollectorJupiterEngineExecutionContext.State.throwableCollectorMethods in org.junit.jupiter.engine.execution that return ThrowableCollectorMethods in org.junit.jupiter.engine.execution with parameters of type ThrowableCollectorModifier and TypeMethodDescriptionTestInstancesProvider.getTestInstances(ExtensionRegistry extensionRegistry, ExtensionRegistrar extensionRegistrar, ThrowableCollector throwableCollector) default TestInstancesTestInstancesProvider.getTestInstances(MutableExtensionRegistry extensionRegistry, ThrowableCollector throwableCollector) JupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.support
Subclasses of ThrowableCollector in org.junit.jupiter.engine.supportModifier and TypeClassDescription(package private) classSpecialization ofThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting.Methods in org.junit.jupiter.engine.support that return ThrowableCollectorModifier and TypeMethodDescriptionstatic ThrowableCollectorJupiterThrowableCollectorFactory.createThrowableCollector()Create a newThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting. -
Uses of ThrowableCollector in org.junit.platform.engine.support.hierarchical
Subclasses of ThrowableCollector in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionclassSpecialization ofThrowableCollectorthat treats instances ofTestAbortedExceptionas aborting.Fields in org.junit.platform.engine.support.hierarchical declared as ThrowableCollectorMethods in org.junit.platform.engine.support.hierarchical that return ThrowableCollectorModifier and TypeMethodDescriptionThrowableCollector.Factory.create()Create a new instance of aThrowableCollector.