Uses of Class
org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
Packages that use ThrowableCollector Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine.org.junit.jupiter.engine.support Internal support classes for the JUnit Jupiter test engine.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
Uses of ThrowableCollector in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as ThrowableCollector Modifier and Type Field Description private ThrowableCollectorClassExtensionContext. throwableCollectorprivate ThrowableCollectorMethodExtensionContext. throwableCollectorConstructors in org.junit.jupiter.engine.descriptor with parameters of type ThrowableCollector Constructor Description 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)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 ThrowableCollector Modifier and Type Field Description (package private) ThrowableCollectorJupiterEngineExecutionContext.State. throwableCollectorMethods in org.junit.jupiter.engine.execution that return ThrowableCollector Modifier and Type Method Description ThrowableCollectorJupiterEngineExecutionContext. getThrowableCollector()Methods in org.junit.jupiter.engine.execution with parameters of type ThrowableCollector Modifier and Type Method Description JupiterEngineExecutionContext.BuilderJupiterEngineExecutionContext.Builder. withThrowableCollector(ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.extension
Methods in org.junit.jupiter.engine.extension with parameters of type ThrowableCollector Modifier and Type Method Description private static voidAutoCloseExtension. closeFields(java.lang.Class<?> testClass, java.lang.Object testInstance, ThrowableCollector throwableCollector) -
Uses of ThrowableCollector in org.junit.jupiter.engine.support
Subclasses of ThrowableCollector in org.junit.jupiter.engine.support Modifier and Type Class Description (package private) classOpenTest4JAndJUnit4AwareThrowableCollectorSpecialization ofThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting.Methods in org.junit.jupiter.engine.support that return ThrowableCollector Modifier and Type Method Description static 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.hierarchical Modifier and Type Class Description classOpenTest4JAwareThrowableCollectorSpecialization ofThrowableCollectorthat treats instances ofTestAbortedExceptionas aborting.Fields in org.junit.platform.engine.support.hierarchical declared as ThrowableCollector Modifier and Type Field Description private ThrowableCollectorNodeTestTask. throwableCollectorMethods in org.junit.platform.engine.support.hierarchical that return ThrowableCollector Modifier and Type Method Description ThrowableCollectorThrowableCollector.Factory. create()Create a new instance of aThrowableCollector.
-