All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbortOnFailureLauncherDiscoveryListener |
|
| AbstractAnnotatedDescriptorWrapper<E extends java.lang.reflect.AnnotatedElement> |
Abstract base class for wrappers for test descriptors based on annotated
elements.
|
| AbstractClassNameFilter |
Abstract ClassNameFilter that servers as a superclass
for filters including or excluding fully qualified class names
based on pattern-matching.
|
| AbstractExtensionContext<T extends TestDescriptor> |
|
| AbstractMethodFilter |
Abstract MethodFilter that servers as a superclass
for filters including or excluding fully qualified method names
without parameters based on pattern-matching.
|
| AbstractOrderingVisitor |
Abstract base class for visitors that
order children nodes.
|
| AbstractOrderingVisitor.DescriptorWrapperOrderer<ORDERER,WRAPPER> |
|
| AbstractOrderingVisitor.MessageGenerator |
|
| AbstractParameterizedClassInvocationLifecycleMethodInvoker |
|
| AbstractTestDescriptor |
|
| AbstractTestRuleAdapter |
|
| AbstractTestRuleAnnotatedMember |
|
| AdditionalDiscoverySelectors |
|
| AfterEachMethodAdapter |
Functional interface for registering an @AfterEach method
as a pseudo-extension.
|
| AfterParameterizedClassInvocation |
@AfterParameterizedClassInvocation is used to signal that the
annotated method should be executed before each
invocation of the current @ParameterizedClass.
|
| AfterParameterizedClassInvocationMethodInvoker |
|
| AfterSuite |
@AfterSuite is used to signal that the annotated method should be
executed after all tests in the current test suite.
|
| AggregateWith |
|
| AnnotationBasedArgumentConverter<A extends java.lang.annotation.Annotation> |
AnnotationBasedArgumentConverter is an abstract base class for
ArgumentConverter implementations that also need to consume an
annotation in order to perform the conversion.
|
| AnnotationBasedArgumentsProvider<A extends java.lang.annotation.Annotation> |
AnnotationBasedArgumentsProvider is an abstract base class for
ArgumentsProvider implementations that also need to consume an
annotation in order to provide the arguments.
|
| AnnotationConsumer<A extends java.lang.annotation.Annotation> |
AnnotationConsumer is a functional
interface for consuming annotations.
|
| AnnotationConsumerInitializer |
AnnotationConsumerInitializer is an internal helper class for
initializing AnnotationConsumers.
|
| AnnotationConsumerInitializer.AnnotationConsumingMethodSignature |
|
| AnsiColorOptionMixin |
|
| ArgumentAccessException |
ArgumentAccessException is an exception thrown by an
ArgumentsAccessor if an error occurs while accessing
or converting an argument.
|
| ArgumentConversionException |
ArgumentConversionException is an exception that can occur when an
object is converted to another object by an implementation of an
ArgumentConverter.
|
| ArgumentConverter |
ArgumentConverter is an abstraction that allows an input object to
be converted to an instance of a different class.
|
| ArgumentCountValidationMode |
|
| ArgumentCountValidator |
|
| Arguments |
Arguments is an abstraction that provides access to an array of
objects to be used for invoking a @ParameterizedTest method.
|
| Arguments.ArgumentSet |
|
| ArgumentsAccessor |
|
| ArgumentsAggregationException |
ArgumentsAggregationException is an exception thrown by an
ArgumentsAggregator when an error occurs while aggregating
arguments.
|
| ArgumentsAggregator |
ArgumentsAggregator is an abstraction for the aggregation of arguments
provided by an ArgumentsProvider for a single invocation of a
@ParameterizedTest method
into a single object.
|
| ArgumentSetLifecycleMethod |
|
| ArgumentSetLifecycleMethod.ParameterResolver |
|
| ArgumentsProvider |
|
| ArgumentsSource |
@ArgumentsSource is a repeatable annotation
that is used to register arguments providers
for the annotated class or method.
|
| ArgumentsSources |
@ArgumentsSources is a simple container for one or more
ArgumentsSource annotations.
|
| ArgumentsUtils |
Collection of utilities for working with Arguments.
|
| Assertions |
Assertions is a collection of selected assertion utility methods
from JUnit Jupiter for use within the JUnit Platform Test Kit.
|
| Assertions.Executable |
|
| AutoCloseExtension |
AutoCloseExtension is a JUnit Jupiter extension that closes resources
if a field in a test class is annotated with @AutoClose.
|
| BannerOptionMixin |
|
| BaseCommand<T> |
|
| BeforeClassTemplateInvocationFieldInjector |
|
| BeforeEachMethodAdapter |
Functional interface for registering a @BeforeEach method
as a pseudo-extension.
|
| BeforeParameterizedClassInvocation |
@BeforeParameterizedClassInvocation is used to signal that the
annotated method should be executed before each
invocation of the current @ParameterizedClass.
|
| BeforeParameterizedClassInvocationMethodInvoker |
|
| BeforeSuite |
@BeforeSuite is used to signal that the annotated method should be
executed before all tests in the current test suite.
|
| CachingJupiterConfiguration |
|
| CallbackSupport |
|
| CallbackSupport.CallbackInvoker<T extends org.junit.jupiter.api.extension.Extension> |
|
| ClassBasedTestDescriptor |
|
| ClassBasedTestDescriptor.ClassInfo |
|
| ClassBasedTestDescriptor.LifecycleMethods |
|
| ClassContainerSelectorResolver |
|
| ClassExtensionContext |
|
| ClassNameFilter |
|
| ClassOrderingVisitor |
|
| ClasspathAlignmentChecker |
|
| ClasspathAlignmentCheckingLauncherInterceptor |
|
| ClasspathEntriesConverter |
|
| ClasspathResourceSelector |
A DiscoverySelector that selects the name of a classpath resource
so that TestEngines can load resources
from the classpath — for example, to load XML or JSON files from the classpath,
potentially within JARs.
|
| ClasspathResourceSelector.IdentifierParser |
|
| ClasspathResourceSource |
|
| ClasspathRootSelector |
A DiscoverySelector that selects a classpath root so that
TestEngines can search for class
files or resources within the physical classpath — for example, to
scan for test classes.
|
| ClasspathRootSelector.IdentifierParser |
|
| ClasspathScanningSupport |
Deprecated.
|
| ClassSelector |
|
| ClassSelector.IdentifierParser |
|
| ClassSelectorResolver |
|
| ClassSelectorResolver |
|
| ClassSelectorResolver.DummyClassTemplateInvocationContext |
|
| ClassSource |
|
| ClassTemplateConstructorParameterResolver |
|
| ClassTemplateInvocationExtensionContext |
|
| ClassTemplateInvocationTestDescriptor |
|
| ClassTemplateTestDescriptor |
|
| ClassTestDescriptor |
|
| ColorPalette |
|
| CommandFacade |
Internal facade to run a CLI command that exists to hide implementation
details such as the used library.
|
| CommandResult<T> |
|
| CompositeEngineExecutionListener |
|
| CompositeFilter<T> |
Combines a collection of Filters into a new filter that will
include elements if and only if all of the filters in the specified collection
include it.
|
| CompositeLauncherDiscoveryListener |
|
| CompositeLauncherSessionListener |
|
| CompositeLock |
|
| CompositeTestDescriptorVisitor |
|
| CompositeTestExecutionListener |
|
| CompositeTestExecutionListener.EagerTestExecutionListener |
|
| CompositeTestSource |
A CompositeTestSource contains one or more TestSources.
|
| ConditionEvaluationException |
Thrown if an error is encountered while evaluating an
ExecutionCondition.
|
| ConditionEvaluator |
ConditionEvaluator evaluates ExecutionCondition extensions.
|
| ConfigurationParameter |
@ConfigurationParameter is a repeatable
annotation that specifies a configuration key and
value pair to be added to the discovery request when running
a test suite on the JUnit Platform.
|
| ConfigurationParameters |
Configuration parameters that TestEngines may use to
influence test discovery and execution.
|
| ConfigurationParameters |
|
| ConfigurationParametersResource |
@ConfigurationParametersResource is a
repeatable annotation that specifies a configuration
file in Java's properties format on the classpath to be added to the
discovery request when running a test suite on the JUnit Platform.
|
| ConfigurationParametersResources |
|
| ConsoleLauncher |
The ConsoleLauncher is a stand-alone application for launching the
JUnit Platform from the console.
|
| ConsoleTestExecutor |
|
| ConsoleTestExecutor.Factory |
|
| ConsoleUtils |
Collection of utilities for working with java.io.Console
and friends.
|
| Constants |
|
| Constants |
|
| ConstructorInvocation<T> |
|
| ConvertWith |
@ConvertWith is an annotation that allows one to specify an explicit
ArgumentConverter.
|
| CsvArgumentsProvider |
|
| CsvFileArgumentsProvider |
|
| CsvFileArgumentsProvider.CsvParserIterator |
|
| CsvFileArgumentsProvider.DefaultInputStreamProvider |
|
| CsvFileArgumentsProvider.InputStreamProvider |
|
| CsvFileArgumentsProvider.Source |
|
| CsvFileSource |
|
| CsvFileSources |
@CsvFileSources is a simple container for one or more
CsvFileSource annotations.
|
| CsvParserFactory |
|
| CsvParsingException |
Thrown if an error is encountered while parsing CSV input.
|
| CsvSource |
|
| CsvSources |
@CsvSources is a simple container for one or more
CsvSource annotations.
|
| CustomClassLoaderCloseStrategy |
Defines the strategy for closing custom class loaders created for test
discovery and execution.
|
| CustomContextClassLoaderExecutor |
|
| DeclaredMethodSelector |
Jupiter-specific selector for methods, potentially in nested classes.
|
| DefaultArgumentConverter |
|
| DefaultArgumentConverter.LocaleConversionFormat |
|
| DefaultArgumentsAccessor |
|
| DefaultClassDescriptor |
|
| DefaultClassOrdererContext |
Default implementation of ClassOrdererContext.
|
| DefaultDiscoveryIssue |
|
| DefaultDiscoveryIssue.Builder |
|
| DefaultDiscoveryRequest |
|
| DefaultDynamicTestInvocationContext |
Default implementation of the DynamicTestInvocationContext API.
|
| DefaultExecutableInvoker |
|
| DefaultJupiterConfiguration |
|
| DefaultLauncher |
Default implementation of the Launcher API.
|
| DefaultLauncherConfig |
|
| DefaultLauncherSession |
|
| DefaultLauncherSession.ClosedLauncher |
|
| DefaultMethodDescriptor |
|
| DefaultMethodOrdererContext |
Default implementation of MethodOrdererContext.
|
| DefaultParallelExecutionConfiguration |
|
| DefaultParallelExecutionConfigurationStrategy |
Default implementations of configuration strategies for parallel test
execution.
|
| DefaultParameterContext |
|
| DefaultParameterInfo |
|
| DefaultPreInterruptContext |
|
| DefaultRepetitionInfo |
Default implementation of RepetitionInfo.
|
| DefaultTestInstanceFactoryContext |
Default implementation of the TestInstanceFactoryContext API.
|
| DefaultTestInstances |
|
| DefaultTestReporter |
|
| DefaultUriSource |
|
| DefensiveAllDefaultPossibilitiesBuilder |
Customization of AllDefaultPossibilitiesBuilder from JUnit 4 to
ignore certain classes that would otherwise be reported as errors or cause
infinite recursion.
|
| DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder |
Customization of AnnotatedBuilder that ignores classes annotated
with @RunWith(JUnitPlatform.class) to avoid infinite recursion.
|
| DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder |
Customization of JUnit4Builder that ignores classes that do not
contain any test methods in order not to report errors for them.
|
| DefensiveAllDefaultPossibilitiesBuilder.NullIgnoredBuilder |
Customization of IgnoredBuilder that always returns null.
|
| DelegatingEngineExecutionListener |
|
| DelegatingLauncher |
|
| DelegatingLauncherDiscoveryRequest |
|
| DequeStack<T> |
|
| DescriptionUtils |
|
| Details |
|
| DetailsPrintingListener |
|
| DirectorySelector |
|
| DirectorySelector.IdentifierParser |
|
| DirectorySource |
|
| DisabledCondition |
ExecutionCondition that supports the @Disabled annotation.
|
| DisableParentConfigurationParameters |
Disable parent configuration parameters.
|
| DiscoverTestsCommand |
|
| DiscoveryFilter<T> |
A DiscoveryFilter is applied during test discovery to determine if
a given container or test should be included in the test plan.
|
| DiscoveryIssue |
DiscoveryIssue represents an issue that was encountered during test
discovery by a TestEngine.
|
| DiscoveryIssue.Builder |
Builder for creating a DiscoveryIssue.
|
| DiscoveryIssue.Severity |
The severity of a DiscoveryIssue.
|
| DiscoveryIssueCollector |
|
| DiscoveryIssueException |
DiscoveryIssueException is an exception that is thrown if an engine
reports critical issues during test discovery.
|
| DiscoveryIssueNotifier |
|
| DiscoveryIssueReporter |
|
| DiscoveryIssueReporter.Condition<T> |
A Condition is a union of Predicate and Consumer.
|
| DiscoveryRequestCreator |
|
| DiscoverySelector |
A selector defines what a TestEngine can use to discover tests
— for example, the name of a Java class, the path to a file or
directory, etc.
|
| DiscoverySelectorIdentifier |
|
| DiscoverySelectorIdentifierParser |
|
| DiscoverySelectorIdentifierParser.Context |
|
| DiscoverySelectorIdentifierParsers |
|
| DiscoverySelectorIdentifierParsers.Singleton |
|
| DiscoverySelectorResolver |
|
| DiscoverySelectors |
|
| DisplayNameUtils |
Collection of utilities for working with display names.
|
| DynamicContainerTestDescriptor |
|
| DynamicDescendantFilter |
|
| DynamicDescendantFilter.Mode |
|
| DynamicExtensionContext |
|
| DynamicNodeTestDescriptor |
|
| DynamicTestTestDescriptor |
|
| EmptyArgumentsProvider |
|
| EmptySource |
@EmptySource is an ArgumentsSource which provides a single
empty argument to the annotated @ParameterizedClass
or @ParameterizedTest.
|
| EnableJUnit4MigrationSupport |
EnableJUnit4MigrationSupport is a class-level annotation that
enables all JUnit 4 migration support within JUnit Jupiter.
|
| EnableRuleMigrationSupport |
This class-level annotation enables native JUnit 4 rule support
within JUnit Jupiter.
|
| EngineDescriptor |
|
| EngineDiscoveryListener |
EngineDiscoveryListener defines the API which enables a TestEngine
to publish information about events that occur during test discovery.
|
| EngineDiscoveryOrchestrator |
Orchestrates test discovery using the configured test engines.
|
| EngineDiscoveryRequest |
EngineDiscoveryRequest provides a TestEngine access to the
information necessary to discover tests and containers.
|
| EngineDiscoveryRequestResolution |
|
| EngineDiscoveryRequestResolver<T extends TestDescriptor> |
|
| EngineDiscoveryRequestResolver.Builder<T extends TestDescriptor> |
|
| EngineDiscoveryRequestResolver.DefaultInitializationContext<T extends TestDescriptor> |
|
| EngineDiscoveryRequestResolver.InitializationContext<T extends TestDescriptor> |
|
| EngineDiscoveryResult |
EngineDiscoveryResult encapsulates the result of test discovery by a
TestEngine.
|
| EngineDiscoveryResult.Status |
|
| EngineDiscoveryResults |
EngineDiscoveryResults represents the results of test discovery
by a TestEngine on the JUnit
Platform and provides access to the TestDescriptor of the engine
and any DiscoveryIssues that were encountered.
|
| EngineDiscoveryResultValidator |
Perform common validation checks on the result from the `discover()` method.
|
| EngineExecutionContext |
Marker interface for an execution context used by a concrete implementation
of HierarchicalTestEngine and its collaborators.
|
| EngineExecutionListener |
Listener to be notified of test execution events by
test engines.
|
| EngineExecutionOrchestrator |
Orchestrates test execution using the configured test engines.
|
| EngineExecutionResults |
EngineExecutionResults provides a fluent API for processing the
results of executing a test plan on the JUnit Platform for a given
TestEngine.
|
| EngineFilter |
An EngineFilter is applied to all TestEngines
before they are used.
|
| EngineFilter.Type |
|
| EngineFilterer |
|
| EngineIdValidator |
|
| EngineTestKit |
EngineTestKit provides support for discovering and executing tests
for a given TestEngine and provides convenient access to the results.
|
| EngineTestKit.Builder |
|
| EngineTestKit.Builder.DisabledOutputDirectoryCreator |
|
| EnumArgumentsProvider |
|
| EnumConfigurationParameterConverter<E extends java.lang.Enum<E>> |
|
| EnumSource |
|
| EnumSource.Mode |
Enumeration of modes for selecting enum constants by name.
|
| EnumSource.Mode.Validator |
|
| EnumSources |
@EnumSources is a simple container for one or more
EnumSource annotations.
|
| EvaluatedArgumentSet |
Encapsulates the evaluation of an Arguments instance (so it happens
only once) and access to the resulting argument values.
|
| Event |
Event represents a single event fired during execution of
a test plan on the JUnit Platform.
|
| EventConditions |
Collection of AssertJ conditions for Event.
|
| Events |
Events is a facade that provides a fluent API for working with
events.
|
| EventStatistics |
EventStatistics provides a fluent API for asserting statistics
for events.
|
| EventType |
Enumeration of the different possible Event types.
|
| EventType |
|
| ExcludeClassNameFilter |
ClassNameFilter that matches fully qualified class names against
patterns in the form of regular expressions.
|
| ExcludeClassNamePatterns |
@ExcludeClassNamePatterns specifies regular expressions that are used
to match against fully qualified class names when running a test suite on the
JUnit Platform.
|
| ExcludeEngines |
@ExcludeEngines specifies the IDs of
TestEngines to be excluded
when running a test suite on the JUnit Platform.
|
| ExcludeMethodFilter |
MethodFilter that matches fully qualified method names against
patterns in the form of regular expressions.
|
| ExcludePackageNameFilter |
PackageNameFilter that matches fully qualified package names that
are not prefixed by one of the package names provided to the filter.
|
| ExcludePackages |
@ExcludePackages specifies the packages to be
excluded when running a test suite on the JUnit Platform.
|
| ExcludeTags |
|
| ExclusiveResource |
An exclusive resource identified by a key with a lock mode that is used to
synchronize access to shared resources when executing nodes in parallel.
|
| ExclusiveResource.LockMode |
LockMode translates to the respective ReadWriteLock
locks.
|
| ExclusiveResourceCollector |
|
| ExclusiveResourceCollector.DefaultExclusiveResourceCollector |
|
| ExecuteTestsCommand |
|
| ExecuteTestsCommand.ReportingOptions |
|
| Execution |
Execution encapsulates metadata for the execution of a single
TestDescriptor.
|
| ExecutionListenerAdapter |
|
| ExecutionRecorder |
|
| ExecutionRequest |
Provides a single TestEngine access to the information necessary to
execute its tests.
|
| Executions |
Executions is a facade that provides a fluent API for working with
executions.
|
| ExpectedExceptionAdapter |
|
| ExpectedExceptionSupport |
This Extension provides native support for the
ExpectedException rule from JUnit 4.
|
| ExtensionContextInternal |
ExtensionContextInternal extends the ExtensionContext with internal API.
|
| ExtensionContextSupplier |
Container of two instances of ExtensionContext to simplify the legacy for
#3445.
|
| ExtensionContextSupplier.ScopeBasedExtensionContextSupplier |
|
| ExtensionRegistrar |
An ExtensionRegistrar is used to register extensions.
|
| ExtensionRegistry |
An ExtensionRegistry holds all registered extensions (i.e.
|
| ExtensionUtils |
Collection of utilities for working with extensions and the extension registry.
|
| ExternalResourceAdapter |
|
| ExternalResourceSupport |
This Extension provides native support for subclasses of
the ExternalResource rule from JUnit 4.
|
| FieldArgumentsProvider |
|
| FieldContext |
|
| FieldSource |
@FieldSource is a repeatable
ArgumentsSource which provides access to values of
fields of the class in which this annotation is declared
or from static fields in external classes referenced by fully qualified
field name.
|
| FieldSources |
@FieldSources is a simple container for one or more
FieldSource annotations.
|
| FileEntry |
FileEntry encapsulates a file or directory to be published to the
reporting infrastructure.
|
| FilePosition |
Position inside a file represented by line and
column numbers.
|
| FilePosition |
Position inside a file represented by line and
column numbers.
|
| FileSelector |
|
| FileSelector.IdentifierParser |
|
| FileSource |
|
| FileSystemSource |
|
| Filter<T> |
A Filter can be applied to determine if an object should be
included or excluded in a result set.
|
| Filterable |
Filterable is implemented by
TestDescriptors that may
register dynamic tests during execution and support selective test execution.
|
| FilterableIgnoringRunnerDecorator |
|
| FilterResult |
The result of applying a Filter.
|
| FlatPrintingListener |
|
| ForkJoinPoolHierarchicalTestExecutorService |
|
| ForkJoinPoolHierarchicalTestExecutorService.TaskEventListener |
|
| ForkJoinPoolHierarchicalTestExecutorService.ThreadLock |
|
| ForkJoinPoolHierarchicalTestExecutorService.ThreadLock.NestedResourceLock |
|
| ForkJoinPoolHierarchicalTestExecutorService.WorkerThread |
|
| ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory |
|
| GenericBeforeAndAfterAdvice |
|
| HierarchicalOutputDirectoryCreator |
|
| HierarchicalTestEngine<C extends EngineExecutionContext> |
Abstract base class for all TestEngine implementations that wish
to organize test suites hierarchically based on the Node abstraction.
|
| HierarchicalTestExecutor<C extends EngineExecutionContext> |
Implementation core of all TestEngines that wish to
use the Node abstraction as the driving principle for structuring
and executing test suites.
|
| HierarchicalTestExecutorService |
|
| HierarchicalTestExecutorService.TestTask |
An executable task that represents a single test or container.
|
| IgnoreCondition |
ExecutionCondition that supports JUnit 4's @Ignore
annotation.
|
| IgnoringRunnerDecorator |
Decorator for Runners that will be ignored completely.
|
| IncludeClassNameFilter |
ClassNameFilter that matches fully qualified class names against
patterns in the form of regular expressions.
|
| IncludeClassNamePatterns |
@IncludeClassNamePatterns specifies regular expressions that are used
to match against fully qualified class names when running a test suite on the
JUnit Platform.
|
| IncludeEngines |
@IncludeEngines specifies the IDs of
TestEngines to be included
when running a test suite on the JUnit Platform.
|
| IncludeMethodFilter |
MethodFilter that matches fully qualified method names against
patterns in the form of regular expressions.
|
| IncludePackageNameFilter |
PackageNameFilter that matches fully qualified package names that
are prefixed by one of the package names provided to the filter.
|
| IncludePackages |
@IncludePackages specifies the packages to be
included when running a test suite on the JUnit Platform.
|
| IncludeTags |
|
| InstancePostProcessingClassTemplateFieldInjector |
|
| InstantiatingConfigurationParameterConverter<T> |
|
| InterceptingExecutableInvoker |
InterceptingExecutableInvoker encapsulates the invocation of a
Executable (i.e., method or constructor),
including support for dynamic resolution of method parameters via
ParameterResolvers.
|
| InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T> |
|
| InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall |
|
| InterceptingLauncher |
|
| InternalTestPlan |
|
| InvocationInterceptorChain |
|
| InvocationInterceptorChain.InterceptedInvocation<T> |
|
| InvocationInterceptorChain.InterceptorCall<T> |
|
| InvocationInterceptorChain.ValidatingInvocation<T> |
|
| InvocationInterceptorChain.VoidInterceptorCall |
|
| IsPotentialJUnit4TestClass |
|
| IsPotentialJUnit4TestMethod |
|
| IsTestableMethod |
|
| IsTestFactoryMethod |
Test if a method is a JUnit Jupiter @TestFactory method.
|
| IsTestMethod |
Test if a method is a JUnit Jupiter @Test method.
|
| IsTestTemplateMethod |
Test if a method is a JUnit Jupiter @TestTemplate method.
|
| IterationOrder |
|
| IterationSelector |
A DiscoverySelector that selects the iterations of a parent
DiscoverySelector via their indices so that
TestEngines can discover
a subset of the iterations of tests or containers.
|
| IterationSelector.IdentifierParser |
|
| JavaTimeArgumentConverter |
|
| JavaTimeConversionPattern |
|
| JUnit4VersionCheck |
|
| JUnitPlatform |
Deprecated.
|
| JUnitPlatformRunnerListener |
|
| JUnitPlatformTestTree |
|
| JupiterConfiguration |
|
| JupiterEngineDescriptor |
|
| JupiterEngineExecutionContext |
|
| JupiterEngineExecutionContext.Builder |
|
| JupiterEngineExecutionContext.State |
|
| JupiterEngineExtensionContext |
|
| JupiterTestDescriptor |
|
| JupiterTestDescriptor.ExceptionHandlerInvoker<E extends org.junit.jupiter.api.extension.Extension> |
|
| JupiterTestEngine |
|
| JupiterThrowableCollectorFactory |
|
| Launcher |
The Launcher API is the main entry point for client code that
wishes to discover and execute tests using one or more
test engines.
|
| LauncherConfig |
|
| LauncherConfig.Builder |
|
| LauncherConfigurationParameters |
|
| LauncherConfigurationParameters.Builder |
|
| LauncherConfigurationParameters.ParameterProvider |
|
| LauncherConstants |
Collection of constants related to Launcher.
|
| LauncherDiscoveryListener |
|
| LauncherDiscoveryListeners |
|
| LauncherDiscoveryListeners.LauncherDiscoveryListenerType |
|
| LauncherDiscoveryRequest |
|
| LauncherDiscoveryRequestBuilder |
|
| LauncherDiscoveryResult |
Represents the result of test discovery of the configured
test engines.
|
| LauncherDiscoveryResult.EngineResultInfo |
|
| LauncherFactory |
|
| LauncherInterceptor |
|
| LauncherInterceptor.Invocation<T> |
An invocation that can be intercepted.
|
| LauncherListenerRegistry |
|
| LauncherPhase |
|
| LauncherSession |
The LauncherSession API is the main entry point for client code that
wishes to repeatedly discover and execute tests using one
or more test engines.
|
| LauncherSessionListener |
Register an implementation of this interface to be notified when a
LauncherSession is opened and closed.
|
| LauncherSessionListeners |
|
| LauncherStoreFacade |
|
| LegacyReportingUtils |
Deprecated.
|
| LifecycleMethodUtils |
Collection of utilities for working with test lifecycle methods.
|
| ListenerRegistry<T> |
|
| ListTestEnginesCommand |
|
| LockManager |
|
| LoggingLauncherDiscoveryListener |
|
| LoggingListener |
Simple TestExecutionListener for logging informational messages
for all events via a BiConsumer that consumes Throwable
and Supplier<String>.
|
| MainCommand |
|
| ManifestVersionProvider |
|
| MethodArgumentsProvider |
|
| MethodBasedTestDescriptor |
|
| MethodBasedTestDescriptor.MethodInfo |
|
| MethodExtensionContext |
|
| MethodFilter |
|
| MethodInvocation<T> |
|
| MethodOrderingVisitor |
|
| MethodSegmentResolver |
|
| MethodSelector |
A DiscoverySelector that selects a Method or a combination of
class name, method name, and parameter types so that
TestEngines can discover tests
or containers based on methods.
|
| MethodSelector.IdentifierParser |
|
| MethodSelectorResolver |
|
| MethodSelectorResolver |
|
| MethodSelectorResolver.MethodType |
|
| MethodSelectorResolver.MethodType.TestDescriptorFactory |
|
| MethodSource |
@MethodSource is a repeatable
ArgumentsSource which provides access to values returned from
factory methods of the class in which this annotation
is declared or from static factory methods in external classes referenced
by fully qualified method name.
|
| MethodSource |
|
| MethodSources |
@MethodSources is a simple container for one or more
MethodSource annotations.
|
| MethodSourceSupport |
Jupiter internal support for creating MethodSource from URI.
|
| ModuleSelector |
|
| ModuleSelector.IdentifierParser |
|
| MutableExtensionRegistry |
|
| MutableExtensionRegistry.Entry |
|
| MutableExtensionRegistry.LateInitEntry |
|
| MutableExtensionRegistry.LateInitExtensions |
|
| MutableTestExecutionSummary |
|
| MutableTestExecutionSummary.DefaultFailure |
|
| Namespace |
|
| NamespaceAwareStore |
|
| NamespacedHierarchicalStore<N> |
NamespacedHierarchicalStore is a hierarchical, namespaced key-value store.
|
| NamespacedHierarchicalStore.CloseAction<N> |
|
| NamespacedHierarchicalStore.CompositeKey<N> |
|
| NamespacedHierarchicalStore.EvaluatedValue<N> |
|
| NamespacedHierarchicalStore.MemoizingSupplier |
Thread-safe Supplier that memoizes the result of calling its
delegate and ensures it is called at most once.
|
| NamespacedHierarchicalStore.MemoizingSupplier.Failure |
|
| NamespacedHierarchicalStore.StoredValue |
|
| NamespacedHierarchicalStoreException |
|
| NestedClassSelector |
A DiscoverySelector that selects a nested Class
or class name enclosed in other classes so that
TestEngines can discover
tests or containers based on classes.
|
| NestedClassSelector.IdentifierParser |
|
| NestedClassTestDescriptor |
TestDescriptor for tests based on nested (but not static) Java classes.
|
| NestedMethodSelector |
A DiscoverySelector that selects a nested Method or a
combination of enclosing class names, class name, method name, and parameter
types so that TestEngines can
discover tests or containers based on methods.
|
| NestedMethodSelector.IdentifierParser |
|
| Node<C extends EngineExecutionContext> |
A node within the execution hierarchy.
|
| Node.DynamicTestExecutor |
Executor for additional, dynamic test descriptors discovered during
execution of a Node.
|
| Node.ExecutionMode |
Supported execution modes for parallel execution.
|
| Node.Invocation<C extends EngineExecutionContext> |
Represents an invocation that runs with the supplied context.
|
| Node.SkipResult |
The result of determining whether the execution of a given context
should be skipped.
|
| NodeExecutionAdvisor |
|
| NodeTestTask<C extends EngineExecutionContext> |
|
| NodeTestTask.DynamicTaskState |
|
| NodeTestTaskContext |
|
| NodeTreeWalker |
|
| NodeUtils |
|
| NopLock |
|
| NullAndEmptySource |
|
| NullArgumentsProvider |
|
| NullEnum |
Dummy enum class used as default value for optional attributes of
annotations.
|
| NullSource |
@NullSource is an ArgumentsSource which provides a single
null argument to the annotated @ParameterizedClass or
@ParameterizedTest.
|
| OpenTest4JAndJUnit4AwareThrowableCollector |
Specialization of ThrowableCollector that treats instances of the
OTA's TestAbortedException and JUnit 4's
org.junit.AssumptionViolatedException as aborting.
|
| OpenTest4JAwareThrowableCollector |
Specialization of ThrowableCollector that treats instances of
TestAbortedException as aborting.
|
| Operator |
|
| Operator.Associativity |
|
| Operator.TagExpressionCreator |
|
| Operators |
|
| OrFilter |
|
| OutcomeDelayingEngineExecutionListener |
Delays reporting of engine skipped/finished events so that exceptions thrown
by engines can be reported to listeners.
|
| OutcomeDelayingEngineExecutionListener.Outcome |
|
| OutputDir |
|
| OutputDirectoryCreator |
Provider of output directories for test engines to write reports and other
output files to.
|
| OutputDirectoryProvider |
Deprecated.
|
| OutputDirectoryProviderAdapter |
|
| OutputStreamConfig |
|
| PackageNameFilter |
|
| PackageSelector |
|
| PackageSelector.IdentifierParser |
|
| PackageSource |
|
| ParallelExecutionConfiguration |
Configuration to use for parallel test execution.
|
| ParallelExecutionConfigurationStrategy |
A strategy to use for configuring parallel test execution.
|
| Parameter |
@Parameter is used to signal that a field in a
@ParameterizedClass constitutes a parameter and marks it for
field injection.
|
| ParameterDeclaration |
ParameterDeclaration encapsulates the declaration of an
indexed @ParameterizedClass or @ParameterizedTest parameter.
|
| ParameterDeclarations |
ParameterDeclarations encapsulates the combined declarations
of all indexed @ParameterizedClass or
@ParameterizedTest parameters.
|
| ParameterInfo |
ParameterInfo is used to provide information about the current
invocation of a parameterized class or test.
|
| ParameterInfo |
Deprecated.
|
| ParameterizedClass |
@ParameterizedClass is used to signal that the annotated class is
a parameterized test class.
|
| ParameterizedClassContext |
|
| ParameterizedClassContext.InjectionType |
|
| ParameterizedClassExtension |
|
| ParameterizedClassInvocationContext |
|
| ParameterizedDeclarationContext<C> |
|
| ParameterizedInvocationConstants |
|
| ParameterizedInvocationContext<T extends ParameterizedDeclarationContext<?>> |
|
| ParameterizedInvocationContext.CloseableArgument |
|
| ParameterizedInvocationContextProvider<T> |
|
| ParameterizedInvocationNameFormatter |
|
| ParameterizedInvocationNameFormatter.ArgumentsContext |
|
| ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter |
|
| ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter |
|
| ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter |
|
| ParameterizedInvocationNameFormatter.PartialFormatter |
|
| ParameterizedInvocationNameFormatter.PartialFormatters |
|
| ParameterizedInvocationNameFormatter.PlaceholderPosition |
|
| ParameterizedInvocationParameterResolver |
|
| ParameterizedTest |
@ParameterizedTest is used to signal that the annotated method is a
parameterized test method.
|
| ParameterizedTestContext |
Encapsulates access to the parameters of a parameterized test method and
caches the converters and aggregators used to resolve them.
|
| ParameterizedTestExtension |
|
| ParameterizedTestInvocationContext |
|
| ParameterizedTestMethodParameterResolver |
|
| ParameterizedTestSpiInstantiator |
|
| ParameterResolutionUtils |
ParameterResolutionUtils provides support for dynamic resolution
of executable parameters via ParameterResolvers.
|
| Parser |
|
| ParseResult |
|
| ParseResults |
|
| ParseStatus |
|
| PostDiscoveryFilter |
|
| PrefixedConfigurationParameters |
|
| PreInterruptCallbackInvocation |
|
| PreInterruptCallbackInvocationFactory |
|
| PreInterruptThreadDumpPrinter |
The default implementation for PreInterruptCallback,
which will print the stacks of all Threads to System.out.
|
| RepeatedTestDisplayNameFormatter |
Display name formatter for a @RepeatedTest.
|
| RepeatedTestExtension |
TestTemplateInvocationContextProvider that supports the
@RepeatedTest annotation.
|
| RepeatedTestInvocationContext |
TestTemplateInvocationContext for a @RepeatedTest.
|
| RepetitionExtension |
RepetitionExtension implements the following extension APIs to support
repetitions of a @RepeatedTest method.
|
| ReportEntry |
ReportEntry encapsulates a time-stamped map of String-based
key-value pairs to be published to the reporting infrastructure.
|
| ResolutionCache |
|
| ResolutionCache.Concurrent |
|
| ResolverFacade |
|
| ResolverFacade.Aggregator |
|
| ResolverFacade.Converter |
|
| ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver |
|
| ResolverFacade.DefaultParameterDeclarations |
|
| ResolverFacade.ExecutableParameterDeclaration |
|
| ResolverFacade.FieldParameterDeclaration |
|
| ResolverFacade.RequiredParameterCount |
|
| ResolverFacade.ResolvableParameterDeclaration |
|
| ResolverFacade.Resolver |
|
| ResourceContainerSelectorResolver |
|
| ResourceLock |
A lock for a one or more resources.
|
| ResourceLockAware |
|
| ResourceUtils |
Resource-related utilities to be used in conjunction with ReflectionSupport.
|
| RunListenerAdapter |
|
| RunnerDecorator |
|
| RunnerExecutor |
|
| RunnerRequest |
|
| RunnerTestDescriptor |
|
| RunnerTestDescriptor.ExcludeDescriptionFilter |
|
| RunnerTestDescriptorPostProcessor |
|
| SameThreadHierarchicalTestExecutorService |
|
| SameThreadTimeoutInvocation<T> |
|
| SameThreadTimeoutInvocation.InterruptTask |
|
| Select |
@Select is a repeatable annotation that
specifies which tests to select based on prefixed
selector identifiers.
|
| SelectClasses |
@SelectClasses specifies the classes to select when running
a test suite on the JUnit Platform.
|
| SelectClasspathResource |
@SelectClasspathResource is a repeatable
annotation that specifies a classpath resource to select when running
a test suite on the JUnit Platform.
|
| SelectClasspathResources |
|
| SelectDirectories |
@SelectDirectories specifies the directories to select when
running a test suite on the JUnit Platform.
|
| SelectFile |
@SelectFile is a repeatable annotation that
specifies a file to select when running a test suite on the JUnit
Platform.
|
| SelectFiles |
@SelectFiles is a container for one or more
@SelectFile declarations.
|
| SelectMethod |
@SelectMethod is a repeatable annotation that
specifies a method to select when running a test suite on the JUnit
Platform.
|
| SelectMethods |
@SelectMethods is a container for one or more
@SelectMethod declarations.
|
| SelectModules |
@SelectModules specifies the modules to select when running
a test suite on the JUnit Platform.
|
| SelectorConverter |
|
| SelectorConverter.Class |
|
| SelectorConverter.ClasspathResource |
|
| SelectorConverter.Directory |
|
| SelectorConverter.File |
|
| SelectorConverter.Identifier |
|
| SelectorConverter.Iteration |
|
| SelectorConverter.Method |
|
| SelectorConverter.Module |
|
| SelectorConverter.Package |
|
| SelectorConverter.UniqueId |
|
| SelectorConverter.Uri |
|
| SelectorResolutionResult |
|
| SelectorResolutionResult.Status |
|
| SelectorResolver |
|
| SelectorResolver.Context |
|
| SelectorResolver.Match |
|
| SelectorResolver.Match.Type |
|
| SelectorResolver.Resolution |
|
| SelectPackages |
@SelectPackages specifies the names of packages to select
when running a test suite on the JUnit Platform.
|
| Selects |
@Selects is a container for one or more
@Select declarations.
|
| SelectUris |
@SelectUris specifies the URIs to select when running a test
suite on the JUnit Platform.
|
| SeparateThreadTimeoutInvocation<T> |
|
| ServiceLoaderRegistry |
|
| ServiceLoaderTestEngineRegistry |
|
| SessionPerRequestLauncher |
|
| ShuntingYard |
|
| SimpleArgumentConverter |
SimpleArgumentConverter is an abstract base class for
ArgumentConverter implementations that only need to know the target
type and do not need access to the ParameterContext to perform the
conversion.
|
| SimpleArgumentsAggregator |
SimpleArgumentsAggregator is an abstract base class for
ArgumentsAggregator implementations that do not need to distinguish
between fields and method/constructor parameters.
|
| SingleLock |
|
| SingleTestExecutor |
Deprecated.
|
| SingleTestExecutor.Executable |
|
| Stack<T> |
|
| StackTracePruningEngineExecutionListener |
Prunes the stack trace in case of a failed event.
|
| StandardStreamsHandler |
|
| StreamInterceptingTestExecutionListener |
|
| StreamInterceptor |
|
| StreamInterceptor.RewindableByteArrayOutputStream |
|
| Style |
|
| Suite |
@Suite marks a class as a test suite on the JUnit Platform.
|
| SuiteDisplayName |
@SuiteDisplayName is used to declare a custom
display name for the annotated test class that is executed as a test suite
on the JUnit Platform.
|
| SuiteLauncherDiscoveryRequestBuilder |
The SuiteLauncherDiscoveryRequestBuilder provides a light-weight DSL
for generating a LauncherDiscoveryRequest specifically tailored for
suite execution.
|
| SummaryGeneratingListener |
|
| TagExpression |
A tag expression can be evaluated against a collection of
tags to determine if they match the expression.
|
| TagExpressions |
|
| TagFilter |
Factory methods for creating PostDiscoveryFilters
based on included and excluded tags or tag expressions.
|
| TempDirectory |
TempDirectory is a JUnit Jupiter extension that creates and cleans
up temporary directories if a field in a test class or a parameter in a
test class constructor, lifecycle method, or test method is annotated with
@TempDir.
|
| TempDirectory.CloseablePath |
|
| TempDirectory.FailureTracker |
|
| TempDirectory.FieldContext |
|
| TempDirectory.FileOperations |
|
| TempDirectory.Scope |
|
| TemplateExecutor<P extends org.junit.jupiter.api.extension.Extension,C> |
|
| TerminationInfo |
TerminationInfo is a union type that allows propagation of terminated
container/test state, supporting either the reason if the container/test
was skipped or the TestExecutionResult if the container/test was executed.
|
| TestClassAware |
|
| TestClassPredicates |
Predicates for determining whether a class is a JUnit Jupiter test class.
|
| TestClassPredicates.NestedClassInvalidityReason |
|
| TestConsoleOutputOptions |
|
| TestConsoleOutputOptionsMixin |
|
| TestConsoleOutputOptionsMixin.ConsoleOutputOptions |
|
| TestDescriptor |
Mutable descriptor for a test or container that has been discovered by a
TestEngine.
|
| TestDescriptor.Type |
|
| TestDescriptor.Visitor |
|
| TestDiscoveryOptions |
|
| TestDiscoveryOptionsMixin |
|
| TestDiscoveryOptionsMixin.FilterOptions |
|
| TestDiscoveryOptionsMixin.RuntimeConfigurationOptions |
|
| TestDiscoveryOptionsMixin.SelectorOptions |
|
| TestEngine |
A TestEngine facilitates discovery and execution of
tests for a particular programming model.
|
| TestEngineFormatter |
|
| TestExecutionListener |
Register a concrete implementation of this interface with a Launcher
to be notified of events that occur during test execution.
|
| TestExecutionResult |
TestExecutionResult encapsulates the result of executing a single test
or container.
|
| TestExecutionResult.Status |
Status of executing a single test or container.
|
| TestExecutionResultConditions |
|
| TestExecutionSummary |
Summary of test plan execution.
|
| TestExecutionSummary.Failure |
Failure of a test or container.
|
| TestFactoryTestDescriptor |
|
| TestFeedPrintingListener |
|
| TestIdentifier |
Immutable data transfer object that represents a test or container which is
usually part of a TestPlan.
|
| TestIdentifier.SerializedForm |
Represents the serialized output of TestIdentifier.
|
| TestInfoParameterResolver |
ParameterResolver that resolves the TestInfo for
the currently executing test.
|
| TestInfoParameterResolver.DefaultTestInfo |
|
| TestInstanceLifecycleUtils |
Collection of utilities for retrieving the test instance lifecycle mode.
|
| TestInstancesProvider |
|
| TestMethodTestDescriptor |
|
| TestPlan |
TestPlan describes the tree of tests and containers as discovered
by a Launcher.
|
| TestPlan.Visitor |
|
| TestReporterParameterResolver |
ParameterResolver that injects a TestReporter.
|
| TestRuleAnnotatedField |
|
| TestRuleAnnotatedMember |
|
| TestRuleAnnotatedMethod |
|
| TestRuleSupport |
|
| TestRuleSupport.AdviceInvoker |
|
| TestRun |
|
| TestRun.VintageDescriptors |
|
| TestSource |
Representation of the source of a test or container used to navigate to
its location by IDEs and build tools.
|
| TestSourceProvider |
|
| TestTag |
Immutable value object for a tag that is assigned to a test or
container.
|
| TestTemplateExtensionContext |
|
| TestTemplateInvocationTestDescriptor |
|
| TestTemplateTestDescriptor |
|
| Theme |
|
| ThrowableCollector |
Simple component that can be used to collect one or more instances of
Throwable.
|
| ThrowableCollector.Executable |
Functional interface for an executable block of code that may throw a
Throwable.
|
| ThrowableCollector.Factory |
Factory for ThrowableCollector instances.
|
| TimeoutConfiguration |
|
| TimeoutDuration |
|
| TimeoutDurationParser |
|
| TimeoutExceptionFactory |
|
| TimeoutExtension |
|
| TimeoutExtension.TimeoutProvider |
|
| TimeoutInvocationFactory |
|
| TimeoutInvocationFactory.ExecutorResource |
|
| TimeoutInvocationFactory.SingleThreadExecutorResource |
|
| TimeoutInvocationFactory.TimeoutInvocationParameters<T> |
|
| Token |
|
| Tokenizer |
|
| TokenWith<T> |
|
| TreeNode |
|
| TreePrinter |
|
| TreePrintingListener |
|
| TypedArgumentConverter<S,T> |
TypedArgumentConverter is an abstract base class for
ArgumentConverter implementations that always convert objects of a
given source type into a given target type.
|
| UniqueId |
UniqueId encapsulates the creation, parsing, and display of unique IDs
for TestDescriptors.
|
| UniqueId.Segment |
A segment of a UniqueId comprises a type and a
value.
|
| UniqueIdFilter |
|
| UniqueIdFormat |
|
| UniqueIdPrefixTransformer |
|
| UniqueIdReader |
|
| UniqueIdSelector |
|
| UniqueIdSelector.IdentifierParser |
|
| UniqueIdStringifier |
|
| UniqueIdTrackingListener |
|
| UriSelector |
|
| UriSelector.IdentifierParser |
|
| UriSource |
|
| UseTechnicalNames |
Deprecated.
|
| Validatable |
Interface for descriptors that can be validated during discovery.
|
| ValueArgumentsProvider |
|
| ValueSource |
@ValueSource is a repeatable
ArgumentsSource which provides access to an array of literal values.
|
| ValueSources |
@ValueSources is a simple container for one or more
ValueSource annotations.
|
| VerboseTreePrintingListener |
|
| VerifierAdapter |
|
| VerifierSupport |
This Extension provides native support for subclasses of
the Verifier rule from JUnit 4.
|
| VintageDiscoverer |
|
| VintageEngineDescriptor |
|
| VintageExecutor |
|
| VintageTestDescriptor |
|
| VintageTestEngine |
|