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
Methods in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollectorModifier and TypeMethodDescriptionprotected 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) -
Uses of ThrowableCollector in org.junit.jupiter.engine.execution
Methods 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
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.Methods in org.junit.platform.engine.support.hierarchical that return ThrowableCollectorModifier and TypeMethodDescriptionThrowableCollector.Factory.create()Create a new instance of aThrowableCollector.