Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- EmptySource - Annotation Interface in org.junit.jupiter.params.provider
 - 
@EmptySourceis anArgumentsSourcewhich provides a single empty argument to the annotated@ParameterizedClassor@ParameterizedTest. - emptyValue() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSource
 - 
The empty value to use when reading the CSV files.
 - emptyValue() - Element in annotation interface org.junit.jupiter.params.provider.CsvSource
 - 
The empty value to use when reading the records.
 - ENABLE_LAUNCHER_INTERCEPTORS - Static variable in class org.junit.platform.launcher.LauncherConstants
 - 
Property name used to enable support for
LauncherInterceptorinstances to be registered via theServiceLoadermechanism: "junit.platform.launcher.interceptors.enabled" - enabled(String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
 - 
Factory for creating enabled results.
 - EnabledForJreRange - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledForJreRangeis used to signal that the annotated test class or test method is only enabled for a specific range of Java Runtime Environment (JRE) versions. - EnabledIf - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledIfis used to signal that the annotated test class or test method is only enabled if the provided condition evaluates totrue. - EnabledIfEnvironmentVariable - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledIfEnvironmentVariableis used to signal that the annotated test class or test method is only enabled if the value of the specified environment variable matches the specified regular expression. - EnabledIfEnvironmentVariables - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledIfEnvironmentVariablesis a container for one or more@EnabledIfEnvironmentVariabledeclarations. - EnabledIfSystemProperties - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledIfSystemPropertiesis a container for one or more@EnabledIfSystemPropertydeclarations. - EnabledIfSystemProperty - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledIfSystemPropertyis used to signal that the annotated test class or test method is only enabled if the value of the specified system property matches the specified regular expression. - EnabledInNativeImage - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledInNativeImageis used to signal that the annotated test class or test method is only enabled when executing within a GraalVM native image. - EnabledOnJre - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledOnJreis used to signal that the annotated test class or test method is only enabled on one or more specified Java Runtime Environment (JRE) versions. - EnabledOnOs - Annotation Interface in org.junit.jupiter.api.condition
 - 
@EnabledOnOsis used to signal that the annotated test class or test method is only enabled on one or more specified operating systems or one or more specified architectures. - enableImplicitConfigurationParameters(boolean) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 - 
Configure whether implicit configuration parameters should be considered.
 - enableImplicitConfigurationParameters(boolean) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 - 
Configure whether implicit configuration parameters should be considered.
 - enableImplicitConfigurationParameters(boolean) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
 - 
Configure whether implicit configuration parameters should be considered.
 - EnableJUnit4MigrationSupport - Annotation Interface in org.junit.jupiter.migrationsupport
 - 
EnableJUnit4MigrationSupportis a class-level annotation that enables all JUnit 4 migration support within JUnit Jupiter. - enableLauncherDiscoveryListenerAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
 - 
Configure the auto-registration flag for launcher discovery listeners.
 - enableLauncherSessionListenerAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
 - 
Configure the auto-registration flag for launcher session listeners.
 - enablePostDiscoveryFilterAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
 - 
Configure the auto-registration flag for post discovery filters.
 - EnableRuleMigrationSupport - Annotation Interface in org.junit.jupiter.migrationsupport.rules
 - 
This class-level annotation enables native JUnit 4 rule support within JUnit Jupiter.
 - enableTestEngineAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
 - 
Configure the auto-registration flag for test engines.
 - enableTestExecutionListenerAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
 - 
Configure the auto-registration flag for test execution listeners.
 - encoding() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSource
 - 
The encoding to use when reading the CSV files; must be a valid charset.
 - end() - Method in enum class org.junit.platform.console.output.Theme
 - engine() - Static method in class org.junit.platform.testkit.engine.EventConditions
 - 
Create a new
Conditionthat matches if and only if anEvent's test descriptor is an instance ofEngineDescriptor. - engine(String) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Create an execution
EngineTestKit.Builderfor theTestEnginewith the supplied ID. - engine(TestEngine) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Create an execution
EngineTestKit.Builderfor the suppliedTestEngine. - ENGINE_ID - Static variable in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 - ENGINE_ID - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 - EngineDescriptor - Class in org.junit.platform.engine.support.descriptor
 - EngineDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.EngineDescriptor
 - 
Create a new
EngineDescriptorwith the suppliedUniqueIdand display name. - engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in class org.junit.platform.jfr.FlightRecordingDiscoveryListener
 - engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
 - 
Called when test discovery has finished for an engine.
 - EngineDiscoveryListener - Interface in org.junit.platform.engine
 - 
EngineDiscoveryListenerdefines the API which enables aTestEngineto publish information about events that occur during test discovery. - EngineDiscoveryOrchestrator - Class in org.junit.platform.launcher.core
 - 
Orchestrates test discovery using the configured test engines.
 - EngineDiscoveryOrchestrator(Iterable<TestEngine>, Collection<PostDiscoveryFilter>) - Constructor for class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 - EngineDiscoveryRequest - Interface in org.junit.platform.engine
 - 
EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers. - EngineDiscoveryRequestResolver<T> - Class in org.junit.platform.engine.support.discovery
 - 
Configurable test discovery implementation based on
SelectorResolverandTestDescriptor.Visitorthat can be reused by differentTestEngines. - EngineDiscoveryRequestResolver.Builder<T> - Class in org.junit.platform.engine.support.discovery
 - 
Builder for
EngineDiscoveryRequestResolver. - EngineDiscoveryRequestResolver.InitializationContext<T> - Interface in org.junit.platform.engine.support.discovery
 - 
The initialization context for creating resolvers and visitors that depend on the
EngineDiscoveryRequestto be resolved or the engine descriptor that will be used to collect the results. - EngineDiscoveryResult - Class in org.junit.platform.launcher
 - 
EngineDiscoveryResultencapsulates the result of test discovery by aTestEngine. - EngineDiscoveryResult.Status - Enum Class in org.junit.platform.launcher
 - 
Status of test discovery by a
TestEngine. - EngineDiscoveryResults - Class in org.junit.platform.testkit.engine
 - 
EngineDiscoveryResultsrepresents the results of test discovery by aTestEngineon the JUnit Platform and provides access to theTestDescriptorof the engine and anyDiscoveryIssuesthat were encountered. - engineDiscoveryStarted(UniqueId) - Method in class org.junit.platform.jfr.FlightRecordingDiscoveryListener
 - engineDiscoveryStarted(UniqueId) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
 - 
Called when test discovery is about to be started for an engine.
 - EngineExecutionContext - Interface in org.junit.platform.engine.support.hierarchical
 - 
Marker interface for an execution context used by a concrete implementation of
HierarchicalTestEngineand its collaborators. - EngineExecutionListener - Interface in org.junit.platform.engine
 - 
Listener to be notified of test execution events by test engines.
 - EngineExecutionOrchestrator - Class in org.junit.platform.launcher.core
 - 
Orchestrates test execution using the configured test engines.
 - EngineExecutionOrchestrator() - Constructor for class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 - EngineExecutionResults - Class in org.junit.platform.testkit.engine
 - 
EngineExecutionResultsprovides a fluent API for processing the results of executing a test plan on the JUnit Platform for a givenTestEngine. - EngineFilter - Class in org.junit.platform.launcher
 - 
An
EngineFilteris applied to allTestEnginesbefore they are used. - EngineTestKit - Class in org.junit.platform.testkit.engine
 - 
EngineTestKitprovides support for discovering and executing tests for a givenTestEngineand provides convenient access to the results. - EngineTestKit.Builder - Class in org.junit.platform.testkit.engine
 - 
TestEngineexecution builder. - entry() - Method in enum class org.junit.platform.console.output.Theme
 - EnumConfigurationParameterConverter<E> - Class in org.junit.jupiter.engine.config
 - EnumConfigurationParameterConverter(Class<E>, String) - Constructor for class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 - EnumSource - Annotation Interface in org.junit.jupiter.params.provider
 - EnumSource.Mode - Enum Class in org.junit.jupiter.params.provider
 - 
Enumeration of modes for selecting enum constants by name.
 - EnumSources - Annotation Interface in org.junit.jupiter.params.provider
 - 
@EnumSourcesis a simple container for one or moreEnumSourceannotations. - equals(Object) - Method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
 - equals(Object) - Method in class org.junit.jupiter.api.MediaType
 - equals(Object) - Method in class org.junit.jupiter.api.parallel.ResourceLocksProvider.Lock
 - equals(Object) - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.ClassSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.DirectorySelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.FilePosition
 - equals(Object) - Method in class org.junit.platform.engine.discovery.FileSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.IterationSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.MethodSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.ModuleSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.NestedClassSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.PackageSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
 - equals(Object) - Method in class org.junit.platform.engine.discovery.UriSelector
 - equals(Object) - Method in class org.junit.platform.engine.DiscoverySelectorIdentifier
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FileSource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 - equals(Object) - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 - equals(Object) - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 - equals(Object) - Method in class org.junit.platform.engine.support.store.Namespace
 - equals(Object) - Method in class org.junit.platform.engine.TestTag
 - equals(Object) - Method in class org.junit.platform.engine.UniqueId
 - equals(Object) - Method in class org.junit.platform.engine.UniqueId.Segment
 - equals(Object) - Method in class org.junit.platform.launcher.TestIdentifier
 - error(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
 - 
Log the provided
Throwableand message from the providedmessageSupplierat error level. - error(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
 - 
Log the message from the provided
messageSupplierat error level. - ERROR - Enum constant in enum class org.junit.platform.engine.DiscoveryIssue.Severity
 - 
Indicates that the engine encountered something that is definitely problematic and will lead to unexpected behavior.
 - errorMessage() - Method in interface org.junit.platform.launcher.tagexpression.ParseResult
 - 
Return the contained parse error message, if any.
 - evaluate(Collection<TestTag>) - Method in interface org.junit.platform.launcher.tagexpression.TagExpression
 - 
Evaluate this tag expression against the supplied collection of tags.
 - evaluate(ExtensionRegistry, JupiterConfiguration, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 - 
Evaluate all
ExecutionConditionextensions registered for the suppliedExtensionContext. - evaluateExecutionCondition(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ExecutionCondition
 - 
Evaluate this condition for the supplied
ExtensionContext. - evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
 - 
Containers/tests are disabled if
@Ignoreis present on the test class or method. - Evaluation Order - Search tag in annotation interface org.junit.jupiter.api.AutoClose
 - Section
 - event(Condition<? super Event>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
 - Event - Class in org.junit.platform.testkit.engine
 - 
Eventrepresents a single event fired during execution of a test plan on the JUnit Platform. - EventConditions - Class in org.junit.platform.testkit.engine
 - 
Collection of AssertJ conditions for
Event. - Events - Class in org.junit.platform.testkit.engine
 - 
Eventsis a facade that provides a fluent API for working with events. - EventStatistics - Class in org.junit.platform.testkit.engine
 - 
EventStatisticsprovides a fluent API for asserting statistics for events. - EventType - Enum Class in org.junit.platform.testkit.engine
 - 
Enumeration of the different possible
Eventtypes. - exact(TestDescriptor) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 - 
Factory for creating an exact match without any children.
 - exact(TestDescriptor, Supplier<Set<? extends DiscoverySelector>>) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 - 
Factory for creating an exact match with potential children.
 - Example - Search tag in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 - Section
 - Example - Search tag in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 - Section
 - Example - Search tag in interface org.junit.platform.launcher.core.LauncherConfig
 - Section
 - Example - Search tag in org.junit.jupiter.params.provider.CsvFileSource.useHeadersInDisplayName()
 - Section
 - Example - Search tag in org.junit.jupiter.params.provider.CsvSource.textBlock()
 - Section
 - Example - Search tag in org.junit.jupiter.params.provider.CsvSource.useHeadersInDisplayName()
 - Section
 - Example - Search tag in org.junit.jupiter.params.provider.CsvSource.value()
 - Section
 - Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchExactly(Condition<? super Event>...)
 - Section
 - Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchLoosely(Condition<? super Event>...)
 - Section
 - Example - Search tag in org.junit.platform.testkit.engine.Events.assertEventsMatchLooselyInOrder(Condition<? super Event>...)
 - Section
 - Example - Search tag in org.junit.platform.testkit.engine.Events.assertStatistics(Consumer<EventStatistics>)
 - Section
 - Examples - Search tag in annotation interface org.junit.jupiter.params.provider.FieldSource
 - Section
 - Examples - Search tag in annotation interface org.junit.jupiter.params.provider.MethodSource
 - Section
 - Examples - Search tag in org.junit.jupiter.engine.Constants.DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
 - Section
 - Examples - Search tag in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME
 - Section
 - Examples - Search tag in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME
 - Section
 - Examples - Search tag in org.junit.platform.launcher.LauncherConstants.DEACTIVATE_LISTENERS_PATTERN_PROPERTY_NAME
 - Section
 - Example Usage - Search tag in annotation interface org.junit.jupiter.api.TestClassOrder
 - Section
 - Example Usage - Search tag in annotation interface org.junit.jupiter.api.TestMethodOrder
 - Section
 - Example Usage - Search tag in annotation interface org.junit.jupiter.api.extension.RegisterExtension
 - Section
 - Example Usage - Search tag in org.junit.platform.testkit.engine.EngineTestKit.engine(String)
 - Section
 - Example Usage - Search tag in org.junit.platform.testkit.engine.EngineTestKit.engine(TestEngine)
 - Section
 - Exception Handling - Search tag in interface org.junit.jupiter.api.extension.TestWatcher
 - Section
 - ExceptionUtils - Class in org.junit.platform.commons.util
 - 
Collection of utilities for working with exceptions.
 - EXCLUDE - Enum constant in enum class org.junit.jupiter.params.provider.EnumSource.Mode
 - 
Select all declared enum constants except those supplied via the
EnumSource.names()attribute. - excludeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
 - 
Create a new exclude
ClassNameFilterbased on the supplied patterns. - ExcludeClassNamePatterns - Annotation Interface in org.junit.platform.suite.api
 - 
@ExcludeClassNamePatternsspecifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform. - excluded() - Method in class org.junit.platform.engine.FilterResult
 - excluded(String) - Static method in class org.junit.platform.engine.FilterResult
 - 
Factory for creating excluded results.
 - excludeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
 - 
Create a new exclude
EngineFilterbased on the supplied engine IDs. - excludeEngines(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
 - 
Create a new exclude
EngineFilterbased on the supplied engine IDs. - ExcludeEngines - Annotation Interface in org.junit.platform.suite.api
 - 
@ExcludeEnginesspecifies the IDs ofTestEnginesto be excluded when running a test suite on the JUnit Platform. - excludeMatchingClasses(String) - Static method in class org.junit.platform.commons.util.ClassNamePatternFilterUtils
 - 
Create a
Predicatethat can be used to exclude (i.e., filter out) objects of typeTwhose fully qualified class names match any of the supplied patterns. - excludeMatchingClassNames(String) - Static method in class org.junit.platform.commons.util.ClassNamePatternFilterUtils
 - 
Create a
Predicatethat can be used to exclude (i.e., filter out) fully qualified class names matching any of the supplied patterns. - excludeMethodNamePatterns(String...) - Static method in interface org.junit.platform.launcher.MethodFilter
 - 
Create a new exclude
MethodFilterbased on the supplied patterns. - excludeMethodNamePatterns(List<String>) - Static method in interface org.junit.platform.launcher.MethodFilter
 - 
Create a new exclude
MethodFilterbased on the supplied patterns. - excludePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
 - 
Create a new exclude
PackageNameFilterbased on the supplied package names. - excludePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
 - 
Create a new exclude
PackageNameFilterbased on the supplied package names. - ExcludePackages - Annotation Interface in org.junit.platform.suite.api
 - 
@ExcludePackagesspecifies the packages to be excluded when running a test suite on the JUnit Platform. - excludeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
 - 
Create an exclude filter based on the supplied tag expressions.
 - excludeTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
 - 
Create an exclude filter based on the supplied tag expressions.
 - ExcludeTags - Annotation Interface in org.junit.platform.suite.api
 - 
@ExcludeTagsspecifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform. - ExclusiveResource - Class in org.junit.platform.engine.support.hierarchical
 - 
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(String, ExclusiveResource.LockMode) - Constructor for class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 - 
Create a new
ExclusiveResource. - ExclusiveResource.LockMode - Enum Class in org.junit.platform.engine.support.hierarchical
 - 
LockModetranslates to the respectiveReadWriteLocklocks. - Executable - Interface in org.junit.jupiter.api.function
 - 
Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable. - ExecutableInvoker - Interface in org.junit.jupiter.api.extension
 - 
ExecutableInvokerallows invoking methods and constructors with support for dynamic resolution of parameters viaParameterResolvers. - execute() - Method in interface org.junit.jupiter.api.function.Executable
 - execute() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
 - 
Execute this task.
 - execute() - Method in interface org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
 - 
Deprecated.Execute the test.
 - execute() - Method in interface org.junit.platform.engine.support.hierarchical.ThrowableCollector.Executable
 - 
Execute this executable, potentially throwing a
Throwablethat signals abortion or failure. - execute() - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
 - 
Execute tests for the configured
TestEngine, discovery selectors, discovery filters, and configuration parameters. - execute(C, Node.DynamicTestExecutor) - Method in interface org.junit.platform.engine.support.hierarchical.Node
 - 
Execute the behavior of this node.
 - execute(PrintWriter, Optional<Path>) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 - execute(String, EngineDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Deprecated.
 - execute(String, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Execute tests for the given
LauncherDiscoveryRequestusing theTestEnginewith the supplied ID. - execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 - execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 - execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 - execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 - execute(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
 - 
Create an executor service; create an initial execution context; execute the behavior of all nodes in the hierarchy starting with the supplied
request's root and notify its execution listener of test execution events. - execute(ExecutionRequest) - Method in interface org.junit.platform.engine.TestEngine
 - 
Execute tests according to the supplied
ExecutionRequest. - execute(ExecutionRequest) - Method in class org.junit.platform.suite.engine.SuiteTestEngine
 - execute(ExecutionRequest) - Method in class org.junit.vintage.engine.VintageTestEngine
 - execute(ThrowableCollector.Executable) - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
 - 
Execute the supplied
ThrowableCollector.Executableand collect anyThrowablethrown during the execution. - execute(TestDescriptor) - Method in interface org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
 - 
Submit a dynamic test descriptor for immediate execution.
 - execute(TestDescriptor, EngineExecutionListener) - Method in interface org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
 - 
Submit a dynamic test descriptor for immediate execution with a custom, potentially no-op, execution listener.
 - execute(TestEngine, EngineDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Deprecated.Please use
EngineTestKit.execute(TestEngine, LauncherDiscoveryRequest)instead. - execute(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 - 
Execute tests for the given
LauncherDiscoveryRequestusing the suppliedTestEngine. - execute(LauncherDiscoveryResult, EngineExecutionListener, NamespacedHierarchicalStore<Namespace>) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 - 
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
 - execute(LauncherDiscoveryResult, EngineExecutionListener, TestExecutionListener, NamespacedHierarchicalStore<Namespace>) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 - 
Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.
 - execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
 - 
Execute a
TestPlanwhich is built according to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution. - execute(TestPlan, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
 - 
Execute the supplied
TestPlanand notify registered listeners about the progress and results of the execution. - execute(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.execution.RunnerExecutor
 - executeAllChildren() - Method in class org.junit.vintage.engine.execution.VintageExecutor
 - executed() - Method in class org.junit.platform.testkit.engine.TerminationInfo
 - 
Determine if this
TerminationInforepresents a completed execution. - executed(TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
 - 
Create an executed
TerminationInfoinstance for the suppliedTestExecutionResult. - executeMethod(String) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 - executeMethod(String, Class<?>[], Object...) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 - executeSafely(SingleTestExecutor.Executable) - Method in class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
 - 
Deprecated.Execute the supplied
SingleTestExecutor.Executableand return aTestExecutionResultbased on the outcome. - Execution - Class in org.junit.platform.testkit.engine
 - 
Executionencapsulates metadata for the execution of a singleTestDescriptor. - Execution - Annotation Interface in org.junit.jupiter.api.parallel
 - 
@Executionis used to configure the parallel execution mode of a test class or test method. - EXECUTION_REQUEST - Enum constant in enum class org.junit.jupiter.api.extension.ExtensionContext.StoreScope
 - 
The store is scoped to the current
ExecutionRequestof the JUnit PlatformLauncher. - ExecutionCondition - Interface in org.junit.jupiter.api.extension
 - 
ExecutionConditiondefines theExtensionAPI for programmatic, conditional test execution. - executionFinished(TestDescriptor, TestExecutionResult) - Method in interface org.junit.platform.engine.EngineExecutionListener
 - 
Must be called when the execution of a leaf or subtree of the test tree has finished, regardless of the outcome.
 - executionFinished(TestDescriptor, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Event
 - executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
 - 
Record an
Eventfor a container or test that completed with the providedTestExecutionResult. - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.console.output.FlatPrintingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.console.output.TreePrintingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.jfr.FlightRecordingExecutionListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in interface org.junit.platform.launcher.TestExecutionListener
 - 
Called when the execution of a leaf or subtree of the
TestPlanhas finished, regardless of the outcome. - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
 - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener
 - ExecutionMode - Enum Class in org.junit.jupiter.api.parallel
 - 
Supported execution modes for parallel test execution.
 - ExecutionRecorder - Class in org.junit.platform.testkit.engine
 - 
ExecutionRecorderis anEngineExecutionListenerthat records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state viaEngineExecutionResults. - ExecutionRecorder() - Constructor for class org.junit.platform.testkit.engine.ExecutionRecorder
 - ExecutionRequest - Class in org.junit.platform.engine
 - 
Provides a single
TestEngineaccess to the information necessary to execute its tests. - ExecutionRequest(TestDescriptor, EngineExecutionListener, ConfigurationParameters) - Constructor for class org.junit.platform.engine.ExecutionRequest
 - 
Deprecated.without replacement because it's an internal API.
 - executions() - Method in class org.junit.platform.testkit.engine.Events
 - 
Get the
Executionsfor the current set of events. - Executions - Class in org.junit.platform.testkit.engine
 - 
Executionsis a facade that provides a fluent API for working with executions. - executionSkipped(TestDescriptor, String) - Method in interface org.junit.platform.engine.EngineExecutionListener
 - 
Must be called when the execution of a leaf or subtree of the test tree has been skipped.
 - executionSkipped(TestDescriptor, String) - Static method in class org.junit.platform.testkit.engine.Event
 - executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
 - 
Record an
Eventfor a container or test that was skipped. - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.console.output.FlatPrintingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.console.output.TreePrintingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.jfr.FlightRecordingExecutionListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 - executionSkipped(TestIdentifier, String) - Method in interface org.junit.platform.launcher.TestExecutionListener
 - 
Called when the execution of a leaf or subtree of the
TestPlanhas been skipped. - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
 - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener
 - executionStarted(TestDescriptor) - Method in interface org.junit.platform.engine.EngineExecutionListener
 - 
Must be called when the execution of a leaf or subtree of the test tree is about to be started.
 - executionStarted(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
 - 
Create a started
Eventfor the suppliedTestDescriptor. - executionStarted(TestDescriptor) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
 - 
Record an
Eventfor a container or test that started. - executionStarted(TestIdentifier) - Method in class org.junit.platform.console.output.FlatPrintingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.console.output.TreePrintingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.jfr.FlightRecordingExecutionListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 - executionStarted(TestIdentifier) - Method in interface org.junit.platform.launcher.TestExecutionListener
 - 
Called when the execution of a leaf or subtree of the
TestPlanis about to be started. - executionStarted(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
 - executionStarted(TestIdentifier) - Method in class org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener
 - expand() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 - 
Expand this match in order to resolve the children of the contained
TestDescriptor. - expected(Object) - Method in class org.junit.jupiter.api.AssertionFailureBuilder
 - 
Set the expected value of the assertion.
 - ExpectedExceptionAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 - ExpectedExceptionAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 - ExpectedExceptionSupport - Class in org.junit.jupiter.migrationsupport.rules
 - 
This
Extensionprovides native support for theExpectedExceptionrule from JUnit 4. - ExpectedExceptionSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 - extend() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 - ExtendWith - Annotation Interface in org.junit.jupiter.api.extension
 - 
@ExtendWithis a repeatable annotation that is used to register extensions for the annotated test class, test interface, test method, parameter, or field. - Extensibility - Search tag in class org.junit.jupiter.api.Assertions
 - Section
 - Extension - Interface in org.junit.jupiter.api.extension
 - 
Marker interface for all extensions.
 - EXTENSION_CONTEXT - Enum constant in enum class org.junit.jupiter.api.extension.ExtensionContext.StoreScope
 - 
The store is scoped to the current
ExtensionContext. - ExtensionConfigurationException - Exception Class in org.junit.jupiter.api.extension
 - 
Thrown if an error is encountered regarding the configuration of an extension.
 - ExtensionConfigurationException(String) - Constructor for exception class org.junit.jupiter.api.extension.ExtensionConfigurationException
 - ExtensionConfigurationException(String, Throwable) - Constructor for exception class org.junit.jupiter.api.extension.ExtensionConfigurationException
 - ExtensionContext - Interface in org.junit.jupiter.api.extension
 - 
ExtensionContextencapsulates the context in which the current test or container is being executed. - ExtensionContext.Namespace - Class in org.junit.jupiter.api.extension
 - 
A
Namespaceis used to provide a scope for data saved by extensions within aExtensionContext.Store. - ExtensionContext.Store - Interface in org.junit.jupiter.api.extension
 - 
Storeprovides methods for extensions to save and retrieve data. - ExtensionContext.Store.CloseableResource - Interface in org.junit.jupiter.api.extension
 - 
Deprecated.Please extend
AutoCloseabledirectly. - ExtensionContext.StoreScope - Enum Class in org.junit.jupiter.api.extension
 - 
StoreScopeis an enumeration of the different scopes forExtensionContext.Storeinstances. - ExtensionContextException - Exception Class in org.junit.jupiter.api.extension
 - 
Thrown if an error is encountered regarding the use of an
ExtensionContextorExtensionContext.Store. - ExtensionContextException(String) - Constructor for exception class org.junit.jupiter.api.extension.ExtensionContextException
 - ExtensionContextException(String, Throwable) - Constructor for exception class org.junit.jupiter.api.extension.ExtensionContextException
 - ExtensionContextInternal - Interface in org.junit.jupiter.engine.extension
 - 
ExtensionContextInternalextends theExtensionContextwith internal API. - ExtensionContext Scope - Search tag in interface org.junit.jupiter.api.extension.InvocationInterceptor
 - Section
 - ExtensionContext Scope - Search tag in interface org.junit.jupiter.api.extension.ParameterResolver
 - Section
 - ExtensionContext Scope - Search tag in interface org.junit.jupiter.api.extension.TestInstanceFactory
 - Section
 - ExtensionContext Scope - Search tag in interface org.junit.jupiter.api.extension.TestInstancePostProcessor
 - Section
 - ExtensionContext Scope - Search tag in interface org.junit.jupiter.api.extension.TestInstancePreConstructCallback
 - Section
 - ExtensionContextSupplier - Interface in org.junit.jupiter.engine.execution
 - 
Container of two instances of
ExtensionContextto simplify the legacy for #3445. - ExtensionContextSupplier.ScopeBasedExtensionContextSupplier - Class in org.junit.jupiter.engine.execution
 - ExtensionRegistrar - Interface in org.junit.jupiter.engine.extension
 - 
An
ExtensionRegistraris used to register extensions. - ExtensionRegistry - Interface in org.junit.jupiter.engine.extension
 - 
An
ExtensionRegistryholds all registered extensions (i.e. - Extensions - Annotation Interface in org.junit.jupiter.api.extension
 - 
@Extensionsis a container for one or more@ExtendWithdeclarations. - EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 - EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
 - 
Property name used to enable auto-detection and registration of extensions via Java's
ServiceLoadermechanism: "junit.jupiter.extensions.autodetection.enabled" - EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 - EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
 - 
Property name used to exclude patterns for auto-detecting extensions: "junit.jupiter.extensions.autodetection.exclude"
 - EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 - EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
 - 
Property name used to include patterns for auto-detecting extensions: "junit.jupiter.extensions.autodetection.include"
 - EXTENSIONS_TIMEOUT_THREAD_DUMP_ENABLED_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 - EXTENSIONS_TIMEOUT_THREAD_DUMP_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
 - 
Property name used to enable dumping the stack of all threads to
System.outwhen a timeout has occurred. - ExternalResourceAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 - ExternalResourceAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
 - ExternalResourceSupport - Class in org.junit.jupiter.migrationsupport.rules
 - 
This
Extensionprovides native support for subclasses of theExternalResourcerule from JUnit 4. - ExternalResourceSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
EngineTestKit.execute(String, LauncherDiscoveryRequest)instead.