ThrowableCollector is empty (i.e.,
has not collected any Throwables).TestDescriptor for tests based on Java classes.ConditionEvaluator evaluates ContainerExecutionCondition
and TestExecutionCondition extensions.ContainerExecutionCondition
extensions registered for the supplied ContainerExtensionContext.TestExecutionCondition
extensions registered for the supplied TestExtensionContext.Executable and
mask any
exception thrown as an unchecked exception.ExtensionRegistry holds all registered extensions (i.e.ExtensionValuesStore is used inside implementations of
ExtensionContext
to store and retrieve attributes with ExtensionValuesStore.get(org.junit.gen5.api.extension.ExtensionContext.Namespace, java.lang.Object), ExtensionValuesStore.put(org.junit.gen5.api.extension.ExtensionContext.Namespace, java.lang.Object, java.lang.Object), or
ExtensionValuesStore.getOrComputeIfAbsent(org.junit.gen5.api.extension.ExtensionContext.Namespace, java.lang.Object, java.util.function.Function<java.lang.Object, java.lang.Object>).ExtensionPoint.ExtensionPoint
is registered.ExtensionPoint.MethodInvocationContext based on the supplied
instance and method.MethodInvocationContext instances.MethodInvoker encapsulates the invocation of a method, including
support for dynamic resolution of method parameters via
MethodParameterResolvers.TestDescriptor for tests based on Java methods.TestDescriptor for tests based on nested (but not static) Java classes.ExtensionPoint registered in an ExtensionRegistry.RegisteredExtensionPoint from the supplied
extension point, source, and position.Throwable.