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.
Test extensions specific to 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.throwableCollectorConstructors in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollectorModifierConstructorDescription(package private)ClassExtensionContext(org.junit.jupiter.api.extension.ExtensionContext parent, EngineExecutionListener engineExecutionListener, ClassBasedTestDescriptor testDescriptor, org.junit.jupiter.api.TestInstance.Lifecycle lifecycle, JupiterConfiguration configuration, ExtensionRegistry extensionRegistry, LauncherStoreFacade launcherStoreFacade, ThrowableCollector throwableCollector) (package private)MethodExtensionContext(org.junit.jupiter.api.extension.ExtensionContext parent, EngineExecutionListener engineExecutionListener, TestMethodTestDescriptor testDescriptor, JupiterConfiguration configuration, ExtensionRegistry extensionRegistry, LauncherStoreFacade launcherStoreFacade, 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 TypeMethodDescriptionJupiterEngineExecutionContext.Builder.withThrowableCollector(ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.extension
Methods in org.junit.jupiter.engine.extension with parameters of type ThrowableCollectorModifier and TypeMethodDescriptionprivate static voidAutoCloseExtension.closeFields(Class<?> testClass, Object testInstance, 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.