Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABORT_ON_FAILURE - Enum constant in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
 
aborted() - Method in enum org.junit.platform.console.output.Theme
 
aborted() - Method in class org.junit.platform.testkit.engine.Events
Get the aborted Events contained in this Events object.
aborted() - Method in class org.junit.platform.testkit.engine.Executions
Get the aborted Executions contained in this Executions object.
aborted(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected aborted events.
aborted(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
Create a TestExecutionResult for an aborted execution of a test or container with the supplied throwable.
ABORTED - Enum constant in enum org.junit.platform.console.output.Style
 
ABORTED - Enum constant in enum org.junit.platform.engine.TestExecutionResult.Status
Indicates that the execution of a test or container was aborted (started but not finished).
abortedExecutionPredicate - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
abortedExecutionPredicate - Variable in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
 
abortedWithReason(Condition...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of ABORTED as well as a cause that matches all of the supplied conditions.
abortOnFailure() - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
Create a LauncherDiscoveryListener that aborts test discovery on failures.
AbortOnFailureLauncherDiscoveryListener - Class in org.junit.platform.launcher.listeners.discovery
 
AbortOnFailureLauncherDiscoveryListener() - Constructor for class org.junit.platform.launcher.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
 
AbstractAnnotatedDescriptorWrapper<E> - Class in org.junit.jupiter.engine.discovery
Abstract base class for wrappers for test descriptors based on annotated elements.
AbstractAnnotatedDescriptorWrapper(TestDescriptor, E) - Constructor for class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
AbstractClassNameFilter - Class in org.junit.platform.engine.discovery
Abstract ClassNameFilter that servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.
AbstractClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
AbstractExtensionContext<T> - Class in org.junit.jupiter.engine.descriptor
 
AbstractExtensionContext(ExtensionContext, EngineExecutionListener, T, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
AbstractMethodFilter - Class in org.junit.platform.launcher
Abstract MethodFilter that servers as a superclass for filters including or excluding fully qualified method names without parameters based on pattern-matching.
AbstractMethodFilter(String...) - Constructor for class org.junit.platform.launcher.AbstractMethodFilter
 
AbstractOrderingVisitor - Class in org.junit.jupiter.engine.discovery
Abstract base class for visitors that order children nodes.
AbstractOrderingVisitor(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
AbstractOrderingVisitor.DescriptorWrapperOrderer<ORDERER,WRAPPER> - Class in org.junit.jupiter.engine.discovery
 
AbstractOrderingVisitor.MessageGenerator - Interface in org.junit.jupiter.engine.discovery
 
AbstractParameterizedClassInvocationLifecycleMethodInvoker - Class in org.junit.jupiter.params
 
AbstractParameterizedClassInvocationLifecycleMethodInvoker(ParameterizedClassContext, EvaluatedArgumentSet, int, ResolutionCache, ArgumentSetLifecycleMethod) - Constructor for class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
AbstractTestDescriptor - Class in org.junit.platform.engine.support.descriptor
Abstract base implementation of TestDescriptor that may be used by custom TestEngines.
AbstractTestDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId and display name.
AbstractTestDescriptor(UniqueId, String, TestSource) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId, display name, and source.
AbstractTestRuleAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
AbstractTestRuleAdapter(TestRuleAnnotatedMember, Class) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
AbstractTestRuleAnnotatedMember - Class in org.junit.jupiter.migrationsupport.rules.member
 
AbstractTestRuleAnnotatedMember(TestRule) - Constructor for class org.junit.jupiter.migrationsupport.rules.member.AbstractTestRuleAnnotatedMember
 
accept(A) - Method in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
 
accept(A) - Method in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
 
accept(TestDescriptor.Visitor) - Method in interface org.junit.platform.engine.TestDescriptor
Accept a TestDescriptor.Visitor to the subtree starting with this descriptor.
accept(TestPlan.Visitor) - Method in class org.junit.platform.launcher.TestPlan
Accept the supplied TestPlan.Visitor for a depth-first traversal of the test plan.
accept(TestPlan.Visitor, TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
 
acceptInAllTestEngines(Map, TestDescriptor.Visitor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
accessStore(Supplier) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
acquire() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
acquire() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
 
acquire() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Acquire this resource lock, potentially blocking.
acquire() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
acquireAllLocks() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
acquired - Variable in class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
 
acquired - Variable in class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
 
adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
adaptFilter(Filter, Function) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if the adapted Filter includes the value converted using the supplied Function.
add(String, String) - Method in class org.junit.platform.engine.reporting.ReportEntry
 
add(Throwable) - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Add the supplied Throwable to this ThrowableCollector.
add(MutableExtensionRegistry.LateInitEntry) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitExtensions
 
add(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
add(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Deprecated.
Calling this method is no longer supported and will throw an exception.
add(VintageTestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
add(T) - Method in class org.junit.platform.launcher.core.ListenerRegistry
 
addAll(Collection) - Method in class org.junit.platform.launcher.core.ListenerRegistry
 
addAll(T...) - Method in class org.junit.platform.launcher.core.ListenerRegistry
 
addCategoriesAsTags(Set) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
addChild(TreeNode) - Method in class org.junit.platform.console.output.TreeNode
 
addChild(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
addChild(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Add a child to this descriptor.
addChildrenRecursively(VintageTestDescriptor) - Method in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
addClassAndMethodSelectors(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
addClassContainerSelectorResolver(Predicate) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a predefined resolver that resolves ClasspathRootSelectors, ModuleSelectors, and PackageSelectors into ClassSelectors by scanning for classes that satisfy the supplied predicate in the respective class containers to this builder.
addClassContainerSelectorResolverWithContext(Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a predefined resolver that resolves ClasspathRootSelectors, ModuleSelectors, and PackageSelectors into ClassSelectors by scanning for classes that satisfy the predicate created by the supplied Function in the respective class containers to this builder.
addDeferredTask(ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
addDynamicDescription(TestIdentifier, UniqueId) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
addExcludeFilters(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
addFailure(TestIdentifier, Throwable) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
addFileEntry(FileEntry) - Method in class org.junit.platform.console.output.TreeNode
 
addFilter(TestDescriptor, Function) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
addFilters(LauncherDiscoveryRequestBuilder, TestDiscoveryOptions, List) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
addIncludeFilters(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
addInternal(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
addInternal(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
 
additionalClasspathEntries - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
additionalClasspathEntries - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
additionalClasspathEntries2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
AdditionalDiscoverySelectors - Class in org.junit.platform.suite.commons
 
AdditionalDiscoverySelectors() - Constructor for class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
additionalLauncherDiscoveryListeners - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
additionalLauncherSessionListeners - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
additionalPostDiscoveryFilters - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
additionalTestEngines - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
additionalTestExecutionListeners - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
addLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Add all of the supplied launcher discovery listeners to the configuration.
addLauncherSessionListeners(LauncherSessionListener...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Add all of the supplied launcher session listeners to the configuration.
addNode(TestIdentifier, TreeNode) - Method in class org.junit.platform.console.output.TreePrintingListener
 
addOtherSelectors(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
addPostDiscoveryFilters(PostDiscoveryFilter...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Add all of the supplied filters to the configuration.
addReportEntry(ReportEntry) - Method in class org.junit.platform.console.output.TreeNode
 
addResourceContainerSelectorResolver(Predicate) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
addResourceContainerSelectorResolver(ResourceFilter) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a predefined resolver that resolves ClasspathRootSelectors, ModuleSelectors, and PackageSelectors into ClasspathResourceSelectors by scanning for resources that match the supplied resource filter in the respective class containers to this builder.
addSelectorResolver(Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a context sensitive SelectorResolver to this builder.
addSelectorResolver(SelectorResolver) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a context insensitive SelectorResolver to this builder.
addTagsFromParent(Set) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
addTestDescriptorVisitor(Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Add a context sensitive TestDescriptor.Visitor to this builder.
addTestEngines(TestEngine...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Add all of the supplied test engines to the configuration.
addTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Add all of the supplied test execution listeners to the configuration.
addToParent(Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
addToParent(Function) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver.Context
Add a TestDescriptor to an unspecified parent, usually the engine descriptor, by applying the supplied Function to the new parent.
addToParent(Supplier, Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
addToParent(Supplier, Function) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver.Context
Add a TestDescriptor to a parent, specified by the DiscoverySelector returned by the supplied Supplier, by applying the supplied Function to the new parent.
advance() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
 
after() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
 
after(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Execute the after behavior of this node.
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
Avoid an OutOfMemoryError by releasing the reference to this descriptor's DynamicTest which holds a reference to the user-supplied Executable which may potentially consume large amounts of memory on the heap.
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
afterAll - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
afterAll(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
afterClassTemplateInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.AfterParameterizedClassInvocationMethodInvoker
 
afterEach - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
afterEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
AfterEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
Functional interface for registering an @AfterEach method as a pseudo-extension.
afterMethods - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
AfterParameterizedClassInvocation - Annotation Type in org.junit.jupiter.params
@AfterParameterizedClassInvocation is used to signal that the annotated method should be executed before each invocation of the current @ParameterizedClass.
AfterParameterizedClassInvocationMethodInvoker - Class in org.junit.jupiter.params
 
AfterParameterizedClassInvocationMethodInvoker(ParameterizedClassContext, EvaluatedArgumentSet, int, ResolutionCache, ArgumentSetLifecycleMethod) - Constructor for class org.junit.jupiter.params.AfterParameterizedClassInvocationMethodInvoker
 
AfterSuite - Annotation Type in org.junit.platform.suite.api
@AfterSuite is used to signal that the annotated method should be executed after all tests in the current test suite.
aggregateArguments(ArgumentsAccessor, Class, AnnotatedElementContext, int) - Method in class org.junit.jupiter.params.aggregator.SimpleArgumentsAggregator
 
aggregateArguments(ArgumentsAccessor, ParameterContext) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAggregator
Aggregate the arguments contained in the supplied accessor into a single object.
aggregateArguments(ArgumentsAccessor, ParameterContext) - Method in class org.junit.jupiter.params.aggregator.SimpleArgumentsAggregator
 
aggregateArguments(ArgumentsAccessor, FieldContext) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAggregator
Aggregate the arguments contained in the supplied accessor into a single object.
aggregateArguments(ArgumentsAccessor, FieldContext) - Method in class org.junit.jupiter.params.aggregator.SimpleArgumentsAggregator
 
AggregateWith - Annotation Type in org.junit.jupiter.params.aggregator
@AggregateWith is an annotation that allows one to specify an ArgumentsAggregator.
Aggregator(ArgumentsAggregator) - Constructor for class org.junit.jupiter.params.ResolverFacade.Aggregator
 
aggregatorParameters - Variable in class org.junit.jupiter.params.ResolverFacade
 
all - Variable in class org.junit.jupiter.params.EvaluatedArgumentSet
 
allEvents - Variable in class org.junit.platform.testkit.engine.EngineExecutionResults
 
allEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get all recorded events.
allIdentifiers - Variable in class org.junit.platform.launcher.TestPlan
 
allIssues - Variable in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
allOf(Arguments) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
ALLOW_ALL - Enum constant in enum org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
 
allowAll() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowedIndices - Variable in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowedUniqueIds - Variable in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowIndex(int) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowIndex(Set) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowUniqueIdPrefix(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
allowZeroInvocations() - Element in annotation type org.junit.jupiter.params.ParameterizedClass
Configure whether zero invocations are allowed for this parameterized class.
allowZeroInvocations() - Element in annotation type org.junit.jupiter.params.ParameterizedTest
Configure whether zero invocations are allowed for this parameterized test.
allParameters - Variable in class org.junit.platform.console.command.MainCommand
 
allPossibilities(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
ALWAYS_INCLUDED_FILTER - Static variable in class org.junit.platform.engine.CompositeFilter
 
ALWAYS_INCLUDED_RESULT - Static variable in class org.junit.platform.engine.CompositeFilter
 
alwaysExecuteSkipResult - Static variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
alwaysIncluded() - Static method in class org.junit.platform.engine.CompositeFilter
 
alwaysSatisfied() - Static method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter.Condition
Create a DiscoveryIssueReporter.Condition that is always satisfied.
and(DiscoveryIssueReporter.Condition) - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter.Condition
Return a composed condition that represents a logical AND of this and the supplied condition.
and(TagExpression, TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
And - Static variable in class org.junit.platform.launcher.tagexpression.Operators
 
annotatedBuilder - Variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
annotatedBuilder() - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
annotatedElement - Variable in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
annotatedElement - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
annotation - Variable in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
 
annotation - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
annotation - Variable in class org.junit.jupiter.params.ParameterizedTestContext
 
AnnotationBasedArgumentConverter<A> - Class in org.junit.jupiter.params.converter
AnnotationBasedArgumentConverter is an abstract base class for ArgumentConverter implementations that also need to consume an annotation in order to perform the conversion.
AnnotationBasedArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
 
AnnotationBasedArgumentsProvider<A> - Class in org.junit.jupiter.params.provider
AnnotationBasedArgumentsProvider is an abstract base class for ArgumentsProvider implementations that also need to consume an annotation in order to provide the arguments.
AnnotationBasedArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
 
AnnotationConsumer<A> - Interface in org.junit.jupiter.params.support
AnnotationConsumer is a functional interface for consuming annotations.
AnnotationConsumerInitializer - Class in org.junit.jupiter.params.support
AnnotationConsumerInitializer is an internal helper class for initializing AnnotationConsumers.
AnnotationConsumerInitializer() - Constructor for class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
AnnotationConsumerInitializer.AnnotationConsumingMethodSignature - Class in org.junit.jupiter.params.support
 
AnnotationConsumingMethodSignature(String, int, int) - Constructor for class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
annotationConsumingMethodSignatures - Static variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
annotationName - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter
 
annotationParameterIndex - Variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
annotations - Variable in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
annotations - Variable in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
 
annotationType - Variable in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
ansiColorOption - Variable in class org.junit.platform.console.command.BaseCommand
 
ansiColorOption - Variable in class org.junit.platform.console.command.MainCommand
 
AnsiColorOptionMixin - Class in org.junit.platform.console.options
 
AnsiColorOptionMixin() - Constructor for class org.junit.platform.console.options.AnsiColorOptionMixin
 
ansiColorOutputDisabled - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
any() - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
append(Object...) - Method in class org.junit.platform.engine.support.store.Namespace
Create a new namespace by appending the supplied parts to the existing sequence of parts in this namespace.
append(String, String) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment, based on the supplied segmentType and value, to the end of this UniqueId.
append(ParameterizedInvocationNameFormatter.ArgumentsContext, StringBuffer) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter
 
append(ParameterizedInvocationNameFormatter.ArgumentsContext, StringBuffer) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
 
append(ParameterizedInvocationNameFormatter.ArgumentsContext, StringBuffer) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
append(ParameterizedInvocationNameFormatter.ArgumentsContext, StringBuffer) - Method in interface org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatter
 
append(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment to the end of this UniqueId.
appendEngine(String) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment, based on the supplied engineId, to the end of this UniqueId.
appendIdeCompatibleLink(StringBuilder, String, String) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
appendThreadName(StringBuilder, Thread) - Method in class org.junit.jupiter.engine.extension.PreInterruptThreadDumpPrinter
Appends the Thread name and ID in a similar fashion as jstack.
apply(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
apply(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
apply(InvocationInterceptor, InvocationInterceptor.Invocation) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.VoidInterceptorCall
 
apply(InvocationInterceptor, InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
 
apply(InvocationInterceptor, InvocationInterceptor.Invocation) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
 
apply(InvocationInterceptor, InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
 
apply(TestDescriptor) - Method in class org.junit.platform.launcher.ExcludeMethodFilter
 
apply(TestDescriptor) - Method in class org.junit.platform.launcher.IncludeMethodFilter
 
apply(TestEngine) - Method in class org.junit.platform.launcher.EngineFilter
 
apply(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
 
apply(Description) - Method in class org.junit.vintage.engine.support.UniqueIdReader
 
apply(T) - Method in class org.junit.platform.engine.CompositeFilter
 
apply(T) - Method in interface org.junit.platform.engine.Filter
Apply this filter to the supplied object.
applyConfigurationParametersFromSuite(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Apply a suite's annotation-based configuration to this builder.
applyFilters(Consumer) - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
applyFiltersAndCreateDescendants(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
applyFilterToDescriptions(Filter) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
applyPostDiscoveryFilters(Map, List) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
applySelectorsAndFiltersFromSuite(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Apply a suite's annotation-based discovery selectors and filters to this builder.
applyTo(TestConsoleOutputOptions) - Method in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
applyTo(TestDiscoveryOptions) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
applyTo(TestDiscoveryOptions) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
applyTo(TestDiscoveryOptions) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
applyTo(CommandLine) - Method in class org.junit.platform.console.command.OutputStreamConfig
 
areAllFinishedOrSkipped(Set) - Method in class org.junit.vintage.engine.execution.TestRun
 
areAllHeldLocksCompatibleWith(ResourceLock) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
ARGUMENT_COUNT_VALIDATION_KEY - Static variable in class org.junit.jupiter.params.ArgumentCountValidator
 
ARGUMENT_MAX_LENGTH_KEY - Static variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
ARGUMENT_SET_NAME_OR_ARGUMENTS_WITH_NAMES_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for either ParameterizedInvocationConstants.ARGUMENT_SET_NAME_PLACEHOLDER or ParameterizedInvocationConstants.ARGUMENTS_WITH_NAMES_PLACEHOLDER, depending on whether the current set of arguments was created via argumentSet(): {argumentSetNameOrArgumentsWithNames}.
ARGUMENT_SET_NAME_OR_ARGUMENTS_WITH_NAMES_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
ARGUMENT_SET_NAME_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the name of the argument set for the current invocation of a @ParameterizedTest method: {argumentSetName}.
ARGUMENT_SET_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
ArgumentAccessException - Exception Class in org.junit.jupiter.params.aggregator
ArgumentAccessException is an exception thrown by an ArgumentsAccessor if an error occurs while accessing or converting an argument.
ArgumentAccessException(String) - Constructor for exception class org.junit.jupiter.params.aggregator.ArgumentAccessException
 
ArgumentAccessException(String, Throwable) - Constructor for exception class org.junit.jupiter.params.aggregator.ArgumentAccessException
 
Argument Conversion - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
Argument Conversion - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
ArgumentConversionException - Exception Class in org.junit.jupiter.params.converter
ArgumentConversionException is an exception that can occur when an object is converted to another object by an implementation of an ArgumentConverter.
ArgumentConversionException(String) - Constructor for exception class org.junit.jupiter.params.converter.ArgumentConversionException
 
ArgumentConversionException(String, Throwable) - Constructor for exception class org.junit.jupiter.params.converter.ArgumentConversionException
 
argumentConverter - Variable in class org.junit.jupiter.params.ResolverFacade.Converter
 
ArgumentConverter - Interface in org.junit.jupiter.params.converter
ArgumentConverter is an abstraction that allows an input object to be converted to an instance of a different class.
argumentCountValidation() - Element in annotation type org.junit.jupiter.params.ParameterizedClass
Configure how the number of arguments provided by an ArgumentsSource are validated.
argumentCountValidation() - Element in annotation type org.junit.jupiter.params.ParameterizedTest
Configure how the number of arguments provided by an ArgumentsSource are validated.
ArgumentCountValidationMode - Enum in org.junit.jupiter.params
Enumeration of argument count validation modes for @ParameterizedClass and @ParameterizedTest.
ArgumentCountValidationMode() - Constructor for enum org.junit.jupiter.params.ArgumentCountValidationMode
 
ArgumentCountValidator - Class in org.junit.jupiter.params
 
ArgumentCountValidator(ParameterizedDeclarationContext, EvaluatedArgumentSet) - Constructor for class org.junit.jupiter.params.ArgumentCountValidator
 
argumentMaxLength - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
arguments - Variable in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
arguments - Variable in class org.junit.jupiter.engine.execution.MethodInvocation
 
arguments - Variable in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
arguments - Variable in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
arguments - Variable in class org.junit.jupiter.params.ArgumentCountValidator
 
arguments - Variable in class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
arguments - Variable in class org.junit.jupiter.params.DefaultParameterInfo
 
arguments - Variable in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
arguments - Variable in class org.junit.jupiter.params.ParameterizedInvocationContext
 
arguments - Variable in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
arguments - Variable in class org.junit.jupiter.params.provider.Arguments.ArgumentSet
 
arguments(Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
Factory method for creating an instance of Arguments based on the supplied arguments.
arguments(ArgumentsProvider, ParameterDeclarations, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedInvocationContextProvider
 
Arguments - Interface in org.junit.jupiter.params.provider
Arguments is an abstraction that provides access to an array of objects to be used for invoking a @ParameterizedTest method.
ARGUMENTS_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the complete, comma-separated arguments list of the current invocation of a @ParameterizedTest method: {arguments}
ARGUMENTS_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
Deprecated.
ARGUMENTS_WITH_NAMES_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the complete, comma-separated named arguments list of the current invocation of a @ParameterizedTest method: {argumentsWithNames}
ARGUMENTS_WITH_NAMES_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
Arguments.ArgumentSet - Class in org.junit.jupiter.params.provider
Specialization of Arguments that associates a name with a set of arguments.
ArgumentsAccessor - Interface in org.junit.jupiter.params.aggregator
ArgumentsAccessor defines the public API for accessing arguments provided by an ArgumentsProvider for a single invocation of a @ParameterizedTest method.
ArgumentsAggregationException - Exception Class in org.junit.jupiter.params.aggregator
ArgumentsAggregationException is an exception thrown by an ArgumentsAggregator when an error occurs while aggregating arguments.
ArgumentsAggregationException(String) - Constructor for exception class org.junit.jupiter.params.aggregator.ArgumentsAggregationException
 
ArgumentsAggregationException(String, Throwable) - Constructor for exception class org.junit.jupiter.params.aggregator.ArgumentsAggregationException
 
argumentsAggregator - Variable in class org.junit.jupiter.params.ResolverFacade.Aggregator
 
ArgumentsAggregator - Interface in org.junit.jupiter.params.aggregator
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.
ArgumentsContext(int, Object[], Optional) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
 
argumentSet(String, Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
Factory method for creating an Arguments.ArgumentSet based on the supplied name and arguments.
ArgumentSet(String, Object[]) - Constructor for class org.junit.jupiter.params.provider.Arguments.ArgumentSet
 
ArgumentSetLifecycleMethod - Class in org.junit.jupiter.params
 
ArgumentSetLifecycleMethod(Method) - Constructor for class org.junit.jupiter.params.ArgumentSetLifecycleMethod
 
ArgumentSetLifecycleMethod(Method, ArgumentSetLifecycleMethod.ParameterResolver) - Constructor for class org.junit.jupiter.params.ArgumentSetLifecycleMethod
 
ArgumentSetLifecycleMethod.ParameterResolver - Interface in org.junit.jupiter.params
 
argumentSetName - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
 
ArgumentSetNameFormatter(String) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter
 
argumentsPattern(int) - Static method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
ArgumentsProvider - Interface in org.junit.jupiter.params.provider
An ArgumentsProvider is responsible for providing a stream of arguments to be passed to a @ParameterizedClass or @ParameterizedTest.
Arguments Providers and Sources - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
Arguments Providers and Sources - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
ArgumentsSource - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSource is a repeatable annotation that is used to register arguments providers for the annotated class or method.
ArgumentsSources - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSources is a simple container for one or more ArgumentsSource annotations.
ArgumentsUtils - Class in org.junit.jupiter.params.provider
Collection of utilities for working with Arguments.
ArgumentsUtils() - Constructor for class org.junit.jupiter.params.provider.ArgumentsUtils
 
argumentsWithNamesPattern(int, ParameterizedDeclarationContext) - Static method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
arity - Variable in class org.junit.platform.launcher.tagexpression.Operator
 
around(C, Node.Invocation) - Method in interface org.junit.platform.engine.support.hierarchical.Node
ASCII - Enum constant in enum org.junit.platform.console.output.Theme
ASCII 7-bit characters form the tree branch.
asLabel(Executable) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
asNode(TestDescriptor) - Static method in class org.junit.platform.engine.support.hierarchical.NodeUtils
 
assertAll() - Method in class org.junit.platform.testkit.engine.EventStatistics
 
assertAll(String, Stream) - Static method in class org.junit.platform.testkit.engine.Assertions
 
assertEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Assert that this ThrowableCollector is empty (i.e., has not collected any Throwables).
assertEquals(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
 
assertEventsMatchExactly(List, Condition...) - Static method in class org.junit.platform.testkit.engine.Events
 
assertEventsMatchExactly(Condition...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all events contained in this Events object exactly match the provided conditions.
assertEventsMatchLoosely(List, Condition...) - Static method in class org.junit.platform.testkit.engine.Events
 
assertEventsMatchLoosely(Condition...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all provided conditions are matched by an event contained in this Events object, regardless of order.
assertEventsMatchLooselyInOrder(List, Condition...) - Static method in class org.junit.platform.testkit.engine.Events
 
assertEventsMatchLooselyInOrder(Condition...) - Method in class org.junit.platform.testkit.engine.Events
Assert that all provided conditions are matched by an event contained in this Events object.
Assertions - Class in org.junit.platform.testkit.engine
Assertions is a collection of selected assertion utility methods from JUnit Jupiter for use within the JUnit Platform Test Kit.
Assertions() - Constructor for class org.junit.platform.testkit.engine.Assertions
 
Assertions.Executable - Interface in org.junit.platform.testkit.engine
 
assertNonFinalField(Field) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
assertStatistics(Consumer) - Method in class org.junit.platform.testkit.engine.Events
Assert statistics for the events contained in this Events object.
assertSupportedType(String, Class) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
assertThatEvents() - Method in class org.junit.platform.testkit.engine.Events
Shortcut for org.assertj.core.api.Assertions.assertThat(events.list()).
assertThatExecutions() - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for org.assertj.core.api.Assertions.assertThat(executions.list()).
associativity - Variable in class org.junit.platform.launcher.tagexpression.Operator
 
Associativity() - Constructor for enum org.junit.platform.launcher.tagexpression.Operator.Associativity
 
ASSUMPTION_VIOLATED_EXCEPTION - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
attachSuppressedExceptions(Throwable) - Method in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
autoCloseable - Variable in class org.junit.jupiter.params.ParameterizedInvocationContext.CloseableArgument
 
autoCloseArguments() - Element in annotation type org.junit.jupiter.params.ParameterizedClass
Configure whether all arguments of the parameterized class that implement AutoCloseable will be closed after their corresponding invocation.
autoCloseArguments() - Element in annotation type org.junit.jupiter.params.ParameterizedTest
Configure whether all arguments of the parameterized test that implement AutoCloseable will be closed after their corresponding invocation.
AutoCloseExtension - Class in org.junit.jupiter.engine.extension
AutoCloseExtension is a JUnit Jupiter extension that closes resources if a field in a test class is annotated with @AutoClose.
AutoCloseExtension() - Constructor for class org.junit.jupiter.engine.extension.AutoCloseExtension
 
awaitFinished() - Method in interface org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
Block until all dynamic test descriptors submitted to this executor are finished.
awaitFinished() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
 
awaitFinished() - Method in interface org.junit.platform.engine.support.hierarchical.NodeTestTask.DynamicTaskState
 

B

bannerOption - Variable in class org.junit.platform.console.command.BaseCommand
 
BannerOptionMixin - Class in org.junit.platform.console.command
 
BannerOptionMixin() - Constructor for class org.junit.platform.console.command.BannerOptionMixin
 
BaseCommand<T> - Class in org.junit.platform.console.command
 
BaseCommand() - Constructor for class org.junit.platform.console.command.BaseCommand
 
BCP_47 - Enum constant in enum org.junit.jupiter.params.converter.DefaultArgumentConverter.LocaleConversionFormat
 
before() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
 
before() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
before(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Execute the before behavior of this node.
before(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
before(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
beforeAll - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
beforeAll(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
Perform field injection for non-private, static fields (i.e., class fields) of type Path or File that are annotated with @TempDir.
beforeAll(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
beforeAllCallbacksExecuted - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllCallbacksExecuted() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllCallbacksExecuted(boolean) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
Track that an attempt was made to execute BeforeAllCallback extensions.
beforeAllMethodsExecuted - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllMethodsExecuted() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllMethodsExecuted(boolean) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
Track that an attempt was made to execute @BeforeAll methods.
beforeClassTemplateInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
beforeClassTemplateInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.BeforeParameterizedClassInvocationMethodInvoker
 
BeforeClassTemplateInvocationFieldInjector - Class in org.junit.jupiter.params
 
BeforeClassTemplateInvocationFieldInjector(ResolverFacade, EvaluatedArgumentSet, int, ResolutionCache) - Constructor for class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
beforeEach - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
beforeEach(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
Perform field injection for non-private, non-static fields (i.e., instance fields) of type Path or File that are annotated with @TempDir.
beforeEach(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
beforeEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
beforeEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
BeforeEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
Functional interface for registering a @BeforeEach method as a pseudo-extension.
beforeMethods - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
BeforeParameterizedClassInvocation - Annotation Type in org.junit.jupiter.params
@BeforeParameterizedClassInvocation is used to signal that the annotated method should be executed before each invocation of the current @ParameterizedClass.
BeforeParameterizedClassInvocationMethodInvoker - Class in org.junit.jupiter.params
 
BeforeParameterizedClassInvocationMethodInvoker(ParameterizedClassContext, EvaluatedArgumentSet, int, ResolutionCache, ArgumentSetLifecycleMethod) - Constructor for class org.junit.jupiter.params.BeforeParameterizedClassInvocationMethodInvoker
 
BeforeSuite - Annotation Type in org.junit.platform.suite.api
@BeforeSuite is used to signal that the annotated method should be executed before all tests in the current test suite.
beforeThreadInterrupt(PreInterruptContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.PreInterruptThreadDumpPrinter
 
beginParsing(InputStream, CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
binaryOperator(String, int, Operator.Associativity, BiFunction) - Static method in class org.junit.platform.launcher.tagexpression.Operator
 
blank - Variable in enum org.junit.platform.console.output.Theme
 
blank() - Method in enum org.junit.platform.console.output.Theme
 
block() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
 
block() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
 
booleans() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The boolean values to use as sources of arguments; must not be empty.
build() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
build() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
build() - Method in interface org.junit.platform.engine.DiscoveryIssue.Builder
Build the DiscoveryIssue.
build() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
Build the EngineDiscoveryRequestResolver that has been configured via this builder.
build() - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Build the LauncherConfig that has been configured via this builder.
build() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
build() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Build the LauncherDiscoveryRequest that has been configured via this builder.
build() - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Build the LauncherDiscoveryRequest that has been configured via this builder.
buildClassFilter(EngineDiscoveryRequest, Predicate) - Static method in class org.junit.platform.engine.support.filter.ClasspathScanningSupport
Deprecated.
Please use EngineDiscoveryRequestResolver instead.
buildClassNamePredicate(EngineDiscoveryRequest) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
Build a Predicate for fully qualified class names to be used for classpath scanning from an EngineDiscoveryRequest.
buildClassNamePredicate(EngineDiscoveryRequest) - Static method in class org.junit.platform.engine.support.filter.ClasspathScanningSupport
Deprecated.
Please use EngineDiscoveryRequestResolver instead.
buildDescription(TestIdentifier, Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
buildDescriptionTree(Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
buildEngineExecutionListener(EngineExecutionListener, TestExecutionListener, TestPlan) - Static method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
builder() - Static method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
builder() - Static method in interface org.junit.platform.launcher.core.LauncherConfig
builder() - Static method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
builder(DiscoveryIssue.Severity, String) - Static method in interface org.junit.platform.engine.DiscoveryIssue
Create a new DiscoveryIssue.Builder for creating a DiscoveryIssue with the supplied DiscoveryIssue.Severity and message.
Builder() - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
 
Builder() - Constructor for class org.junit.platform.launcher.core.LauncherConfig.Builder
 
Builder() - Constructor for class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
Builder(JupiterEngineExecutionContext.State) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
Builder(DiscoveryIssue.Severity, String) - Constructor for class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
Builder(TestEngine) - Constructor for class org.junit.platform.testkit.engine.EngineTestKit.Builder
 
buildLauncherConfigurationParameters() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
buildListenerRegistryForExecution(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
buildPackagePredicate(EngineDiscoveryRequest) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
buildPrefix(String) - Static method in class org.junit.platform.testkit.engine.Assertions
 
buildRunner(Class, Class) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder
 
buildSourceInfo(Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
byPayload(Class, Predicate) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose payload types match the supplied payloadType and whose payloads match the supplied payloadPredicate.
bytes() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The byte values to use as sources of arguments; must not be empty.
byTestDescriptor(Predicate) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose TestDescriptors match the supplied testDescriptorPredicate.
byType(EventType) - Static method in class org.junit.platform.testkit.engine.Event
Create a Predicate for events whose event types match the supplied type.

C

cache - Variable in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
cache - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
cache - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
 
cache - Variable in class org.junit.jupiter.params.ResolutionCache.Concurrent
 
CachingByArgumentsLengthPartialFormatter(Function) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
 
CachingJupiterConfiguration - Class in org.junit.jupiter.engine.config
Caching implementation of the JupiterConfiguration API.
CachingJupiterConfiguration(JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
call - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
call() - Method in class org.junit.platform.console.command.BaseCommand
 
call() - Method in class org.junit.platform.console.command.MainCommand
 
CallbackSupport - Class in org.junit.jupiter.engine.descriptor
 
CallbackSupport() - Constructor for class org.junit.jupiter.engine.descriptor.CallbackSupport
 
CallbackSupport.CallbackInvoker<T> - Interface in org.junit.jupiter.engine.descriptor
 
canBeRemovedFromHierarchy() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
canBeRemovedFromHierarchy() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
canFinish(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
canOrderWrappers() - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
canStart(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
caption - Variable in class org.junit.platform.console.output.TreeNode
 
caption() - Method in class org.junit.platform.console.output.TreeNode
 
capture() - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
CAPTURE_MAX_BUFFER_DEFAULT - Static variable in class org.junit.platform.launcher.LauncherConstants
Default maximum number of bytes for buffering to use per thread and output type if output capturing is enabled.
CAPTURE_MAX_BUFFER_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to configure the maximum number of bytes for buffering to use per thread and output type if output capturing is enabled: "junit.platform.output.capture.maxBuffer"
CAPTURE_STDERR_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to enable capturing output to System.err: "junit.platform.output.capture.stderr"
CAPTURE_STDOUT_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to enable capturing output to System.out: "junit.platform.output.capture.stdout"
castOrAdapt(OutputDirectoryCreator) - Static method in interface org.junit.platform.engine.reporting.OutputDirectoryProvider
Deprecated.
Cast or adapt an OutputDirectoryCreator to a OutputDirectoryProvider.
castToRequiredType(Object, Object, Class) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
category - Variable in class org.junit.platform.testkit.engine.Events
 
category - Variable in class org.junit.platform.testkit.engine.Executions
 
cause - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
cause - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue
 
cause - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
cause() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
cause() - Method in interface org.junit.platform.engine.DiscoveryIssue
Returns the cause of this issue.
cause(Throwable) - Method in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
cause(Throwable) - Method in interface org.junit.platform.engine.DiscoveryIssue.Builder
Set the Throwable that caused the DiscoveryIssue.
cause(Optional) - Method in interface org.junit.platform.engine.DiscoveryIssue.Builder
Set the Throwable that caused the DiscoveryIssue.
cause(Condition) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
 
cause(Condition...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's cause matches all supplied conditions.
CAUSED_BY - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
chainAndInvoke(InvocationInterceptor.Invocation, InvocationInterceptorChain.InterceptorCall, List) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
chainInterceptors(InvocationInterceptor.Invocation, InvocationInterceptorChain.InterceptorCall, List) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
chars() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The char values to use as sources of arguments; must not be empty.
charset - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
charset() - Static method in class org.junit.platform.console.options.ConsoleUtils
Returns the charset of the console.
CHARSET - Static variable in class org.junit.vintage.engine.support.UniqueIdStringifier
 
check(LinkageError) - Static method in class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
check(LinkageError, Function) - Static method in class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
check(T) - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter.Condition
Evaluate this condition to potentially report an issue.
checkAllowed(String) - Method in class org.junit.platform.engine.UniqueIdFormat
 
checkCondition(boolean, String, Field) - Static method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
checkCondition(List, SoftAssertions, Condition) - Static method in class org.junit.platform.testkit.engine.Events
 
checkDoesNotContain(String, char) - Method in class org.junit.platform.engine.UniqueIdFormat
 
checkedTestEngines - Variable in class org.junit.platform.launcher.core.EngineFilterer
 
checkNoUnmatchedIncludeFilter() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
checkSupported() - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
 
checkSupported(Supplier) - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
 
checkWhetherSkipped() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
CHILD_FAILED - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
 
children - Variable in class org.junit.platform.console.output.TreeNode
 
children - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
The synchronized set of children associated with this TestDescriptor.
children - Variable in class org.junit.platform.launcher.TestPlan
 
childrenPrototypes - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
childrenPrototypesByIndex - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
childSelectorsSupplier - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 
choose(T, T, T) - Static method in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin
 
CIRCULAR - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
Class() - Constructor for class org.junit.platform.console.options.SelectorConverter.Class
 
CLASS_SCHEME - Static variable in class org.junit.platform.engine.support.descriptor.ClassSource
URI scheme for class sources: "class"
ClassBasedTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on Java classes.
ClassBasedTestDescriptor(UniqueId, Class, String, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
ClassBasedTestDescriptor(UniqueId, Class, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
ClassBasedTestDescriptor.ClassInfo - Class in org.junit.jupiter.engine.descriptor
 
ClassBasedTestDescriptor.LifecycleMethods - Class in org.junit.jupiter.engine.descriptor
 
ClassContainerSelectorResolver - Class in org.junit.platform.engine.support.discovery
 
ClassContainerSelectorResolver(Predicate, Predicate) - Constructor for class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
classDescriptors - Variable in class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
 
classes - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
classes() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The Class values to use as sources of arguments; must not be empty.
ClassExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
ClassExtensionContext(ExtensionContext, EngineExecutionListener, ClassBasedTestDescriptor, TestInstance.Lifecycle, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
classFilter - Variable in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
classFilter - Variable in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
classInfo - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
ClassInfo(Class, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
classLoader - Variable in class org.junit.platform.engine.discovery.ClassSelector
 
classLoader - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
classLoader - Variable in class org.junit.platform.engine.discovery.NestedClassSelector
 
classLoaderCloseStrategy - Variable in class org.junit.platform.console.command.ConsoleTestExecutor
 
className - Variable in class org.junit.platform.engine.discovery.ClassSelector
 
className - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
className - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
className - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
classNameFilter - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
classNameFilter - Variable in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
classNameFilter - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
ClassNameFilter - Interface in org.junit.platform.engine.discovery
DiscoveryFilter that is applied to the name of a Class.
classOrdererConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
ClassOrderingVisitor - Class in org.junit.jupiter.engine.discovery
 
ClassOrderingVisitor(JupiterConfiguration, DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
CLASSPATH_RESOURCE_PATH_SEPARATOR - Static variable in class org.junit.platform.engine.support.discovery.ResourceUtils
 
CLASSPATH_SCHEME - Static variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
URI scheme for classpath resources: "classpath"
ClasspathAlignmentChecker - Class in org.junit.platform.launcher.core
 
ClasspathAlignmentChecker() - Constructor for class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
ClasspathAlignmentCheckingLauncherInterceptor - Class in org.junit.platform.launcher.core
 
ClasspathAlignmentCheckingLauncherInterceptor() - Constructor for class org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor
 
ClasspathEntriesConverter - Class in org.junit.platform.console.options
 
ClasspathEntriesConverter() - Constructor for class org.junit.platform.console.options.ClasspathEntriesConverter
 
classpathResource(String) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.InputStreamProvider
 
ClasspathResource() - Constructor for class org.junit.platform.console.options.SelectorConverter.ClasspathResource
 
classpathResourceName - Variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
classpathResourceName - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
ClasspathResourceSelector - Class in org.junit.platform.engine.discovery
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(String, FilePosition) - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
ClasspathResourceSelector(Set) - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
ClasspathResourceSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
ClasspathResourceSource - Class in org.junit.platform.engine.support.descriptor
Classpath resource based TestSource with an optional position.
ClasspathResourceSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
ClasspathResourceSource(String, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
classpathRoot - Variable in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
ClasspathRootSelector - Class in org.junit.platform.engine.discovery
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(URI) - Constructor for class org.junit.platform.engine.discovery.ClasspathRootSelector
 
ClasspathRootSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
ClasspathScanningSupport - Class in org.junit.platform.engine.support.filter
Deprecated.
Please use EngineDiscoveryRequestResolver instead.
ClasspathScanningSupport() - Constructor for class org.junit.platform.engine.support.filter.ClasspathScanningSupport
Deprecated.
 
ClassSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a Class or class name so that TestEngines can discover tests or containers based on classes.
ClassSelector(Class) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
 
ClassSelector(ClassLoader, String) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
 
ClassSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
ClassSelectorResolver - Class in org.junit.jupiter.engine.discovery
 
ClassSelectorResolver - Class in org.junit.vintage.engine.discovery
 
ClassSelectorResolver(Predicate, JupiterConfiguration, DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
ClassSelectorResolver(ClassFilter) - Constructor for class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
ClassSelectorResolver.DummyClassTemplateInvocationContext - Class in org.junit.jupiter.engine.discovery
 
classSelectors(List) - Method in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
ClassSource - Class in org.junit.platform.engine.support.descriptor
Class based TestSource with an optional file position.
ClassSource(Class) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
 
ClassSource(Class, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
 
ClassSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
 
ClassSource(String, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
 
classTemplateClass - Variable in class org.junit.jupiter.params.ClassTemplateConstructorParameterResolver
 
ClassTemplateConstructorParameterResolver - Class in org.junit.jupiter.params
 
ClassTemplateConstructorParameterResolver(ParameterizedClassContext, EvaluatedArgumentSet, int, ResolutionCache) - Constructor for class org.junit.jupiter.params.ClassTemplateConstructorParameterResolver
 
ClassTemplateExecutor() - Constructor for class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
ClassTemplateInvocationExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
ClassTemplateInvocationExtensionContext(ExtensionContext, EngineExecutionListener, ClassTemplateInvocationTestDescriptor, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
classTemplateInvocationLifecycleMethodAnnotationName(Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
ClassTemplateInvocationTestDescriptor - Class in org.junit.jupiter.engine.descriptor
 
ClassTemplateInvocationTestDescriptor(UniqueId, ClassTemplateTestDescriptor, ClassTemplateInvocationContext, int, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
ClassTemplateTestDescriptor - Class in org.junit.jupiter.engine.descriptor
 
ClassTemplateTestDescriptor(UniqueId, ClassBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
ClassTemplateTestDescriptor(UniqueId, ClassBasedTestDescriptor, DynamicDescendantFilter) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
ClassTemplateTestDescriptor.ClassTemplateExecutor - Class in org.junit.jupiter.engine.descriptor
 
ClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on Java classes.
ClassTestDescriptor(UniqueId, Class, String, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
ClassTestDescriptor(UniqueId, Class, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
clazz - Variable in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
cleanUp() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
cleanUp(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Clean up the supplied context after execution.
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
cleanupMode - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
cleanupModeConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
clearFilters() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
clone() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
clone() - Method in class org.junit.platform.engine.UniqueId
 
close() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
close() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
close() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
close() - Method in class org.junit.jupiter.engine.extension.TempDirectory.FailureTracker
 
close() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.ExecutorResource
 
close() - Method in class org.junit.jupiter.params.ParameterizedInvocationContext.CloseableArgument
 
close() - Method in class org.junit.platform.console.command.StandardStreamsHandler
 
close() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
close() - Method in interface org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock.NestedResourceLock
 
close() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
Close this service and let it perform any required cleanup work.
close() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
 
close() - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
 
close() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
If a NamespacedHierarchicalStore.CloseAction is configured, it will be called with all successfully stored values in reverse insertion order.
close() - Method in class org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor
 
close() - Method in class org.junit.platform.launcher.core.DefaultLauncherSession
 
close() - Method in interface org.junit.platform.launcher.LauncherInterceptor
Closes this interceptor.
close() - Method in interface org.junit.platform.launcher.LauncherSession
Close this session and notify all registered LauncherSessionListeners.
close(N, Object, Object) - Method in interface org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CloseAction
Close the supplied value.
close(NamespacedHierarchicalStore.CloseAction) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
CLOSE_AFTER_CALLING_LAUNCHER - Enum constant in enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Close the custom class loader after calling the Launcher for test discovery or execution.
CLOSEABLE_RESOURCE_LOGGING_NAMESPACE - Static variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
CloseableArgument(AutoCloseable) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationContext.CloseableArgument
 
CloseablePath(TempDirFactory, CleanupMode, Class, AnnotatedElementContext, ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
closeAction - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
closeAutoCloseables() - Static method in interface org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CloseAction
 
closed - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
ClosedLauncher() - Constructor for class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
closeField(Field, Object) - Static method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
closeFields(Class, Object, ThrowableCollector) - Static method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
closeSegment - Variable in class org.junit.platform.engine.UniqueIdFormat
 
closeStrategy - Variable in class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 
CLOSING_STORED_AUTO_CLOSEABLE_ENABLED_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
CLOSING_STORED_AUTO_CLOSEABLE_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to enable auto-closing of AutoCloseable instances
collectArgumentSources(ParameterizedDeclarationContext) - Static method in class org.junit.jupiter.params.ParameterizedInvocationContextProvider
 
collectChildren(int, UniqueId) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
collectDisplayNames(UniqueId) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
collecting(Collection) - Static method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Create a new DiscoveryIssueReporter that adds reported issues to the supplied collection.
collectLauncherInterceptors(LauncherConfigurationParameters) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
collectPostDiscoveryFilters(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
collectRunnerTestDescriptors(ExecutorService) - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
collectTestDescription(TestIdentifier, List) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
collectTestEngines(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
color(Style, String) - Method in class org.junit.platform.console.output.TreePrinter
 
colorCaption(TreeNode) - Method in class org.junit.platform.console.output.TreePrinter
 
colorPalette - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
colorPalette - Variable in class org.junit.platform.console.output.FlatPrintingListener
 
colorPalette - Variable in class org.junit.platform.console.output.TestFeedPrintingListener
 
colorPalette - Variable in class org.junit.platform.console.output.TreePrinter
 
colorPalette - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
ColorPalette - Class in org.junit.platform.console.output
 
ColorPalette(Reader) - Constructor for class org.junit.platform.console.output.ColorPalette
 
ColorPalette(Path) - Constructor for class org.junit.platform.console.output.ColorPalette
 
ColorPalette(Map) - Constructor for class org.junit.platform.console.output.ColorPalette
 
ColorPalette(Map, boolean) - Constructor for class org.junit.platform.console.output.ColorPalette
 
ColorPalette(Properties) - Constructor for class org.junit.platform.console.output.ColorPalette
 
colorPalette2 - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
colorPalettePath - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
colorsToAnsiSequences - Variable in class org.junit.platform.console.output.ColorPalette
 
column - Variable in class org.junit.platform.engine.discovery.FilePosition
 
column - Variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
column() - Element in annotation type org.junit.platform.suite.api.SelectClasspathResource
The column number within the classpath resource; ignored if the line number is ignored or if not greater than zero.
column() - Element in annotation type org.junit.platform.suite.api.SelectFile
The column number within the file; ignored if the line number is ignored or if not greater than zero.
CommandFacade - Class in org.junit.platform.console.command
Internal facade to run a CLI command that exists to hide implementation details such as the used library.
CommandFacade(ConsoleTestExecutor.Factory) - Constructor for class org.junit.platform.console.command.CommandFacade
 
commandResult - Variable in class org.junit.platform.console.command.MainCommand
 
CommandResult<T> - Class in org.junit.platform.console.command
 
CommandResult(int, T) - Constructor for class org.junit.platform.console.command.CommandResult
 
commandSpec - Variable in class org.junit.platform.console.command.BaseCommand
 
commandSpec - Variable in class org.junit.platform.console.command.MainCommand
 
commandSpec - Variable in class org.junit.platform.console.options.AnsiColorOptionMixin
 
COMMENT_PROCESSING_FOR_CSV_FILE_SOURCE - Static variable in class org.junit.jupiter.params.provider.CsvParserFactory
 
COMMON_FAILURE_MESSAGE - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
COMPARATOR - Static variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
completed(TestDescriptor, DiscoveryIssueNotifier) - Static method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
Composed Annotations - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
Composed Annotations - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
composeFilters(Collection) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if all of the filters in the supplied collection of filters include it.
composeFilters(Filter...) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if all of the filters in the supplied array of filters include it.
composite(List) - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
 
composite(List) - Static method in class org.junit.platform.launcher.core.DefaultLauncherSession
 
composite(List) - Static method in class org.junit.platform.launcher.listeners.session.LauncherSessionListeners
 
composite(TestDescriptor.Visitor...) - Static method in interface org.junit.platform.engine.TestDescriptor.Visitor
Combine the supplied visitors into a single Visitor.
CompositeEngineExecutionListener - Class in org.junit.platform.launcher.core
 
CompositeEngineExecutionListener(List) - Constructor for class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
CompositeFilter<T> - Class in org.junit.platform.engine
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.
CompositeFilter(Collection) - Constructor for class org.junit.platform.engine.CompositeFilter
 
compositeKey - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
CompositeKey(N, Object) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CompositeKey
 
CompositeLauncherDiscoveryListener - Class in org.junit.platform.launcher.listeners.discovery
 
CompositeLauncherDiscoveryListener(List) - Constructor for class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
CompositeLauncherSessionListener - Class in org.junit.platform.launcher.listeners.session
 
CompositeLauncherSessionListener(List) - Constructor for class org.junit.platform.launcher.listeners.session.CompositeLauncherSessionListener
 
compositeListenerFactory - Variable in class org.junit.platform.launcher.core.ListenerRegistry
 
CompositeLock - Class in org.junit.platform.engine.support.hierarchical
 
CompositeLock(List, List) - Constructor for class org.junit.platform.engine.support.hierarchical.CompositeLock
 
CompositeLock.CompositeLockManagedBlocker - Class in org.junit.platform.engine.support.hierarchical
 
CompositeLockManagedBlocker() - Constructor for class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
 
CompositeTestDescriptorVisitor - Class in org.junit.platform.engine
 
CompositeTestDescriptorVisitor(TestDescriptor.Visitor[]) - Constructor for class org.junit.platform.engine.CompositeTestDescriptorVisitor
 
CompositeTestExecutionListener - Class in org.junit.platform.launcher.core
 
CompositeTestExecutionListener(List) - Constructor for class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
CompositeTestExecutionListener.EagerTestExecutionListener - Interface in org.junit.platform.launcher.core
 
CompositeTestSource - Class in org.junit.platform.engine.support.descriptor
A CompositeTestSource contains one or more TestSources.
CompositeTestSource(Collection) - Constructor for class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
Composition - Section in annotation type org.junit.jupiter.params.AfterParameterizedClassInvocation
 
Composition - Section in annotation type org.junit.jupiter.params.BeforeParameterizedClassInvocation
 
Composition - Section in annotation type org.junit.platform.suite.api.AfterSuite
 
Composition - Section in annotation type org.junit.platform.suite.api.BeforeSuite
 
computeAttributes(TestEngine) - Static method in class org.junit.platform.launcher.core.TestEngineFormatter
 
computeTestSource(Description) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
computeValue() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
concatenate(Token) - Method in class org.junit.platform.launcher.tagexpression.Token
 
Concurrent() - Constructor for class org.junit.jupiter.params.ResolutionCache.Concurrent
 
CONCURRENT - Enum constant in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Allow concurrent execution with any other node.
condition - Variable in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
ConditionEvaluationException - Exception Class in org.junit.jupiter.engine.execution
Thrown if an error is encountered while evaluating an ExecutionCondition.
ConditionEvaluationException(String, Throwable) - Constructor for exception class org.junit.jupiter.engine.execution.ConditionEvaluationException
 
conditionEvaluator - Static variable in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
ConditionEvaluator - Class in org.junit.jupiter.engine.execution
ConditionEvaluator evaluates ExecutionCondition extensions.
ConditionEvaluator() - Constructor for class org.junit.jupiter.engine.execution.ConditionEvaluator
 
CONFIG_CUSTOM_CLASS_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to specify the fully qualified class name of the ParallelExecutionConfigurationStrategy to be used by the DefaultParallelExecutionConfigurationStrategy.CUSTOM configuration strategy.
CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name of the factor used to determine the desired parallelism for the DefaultParallelExecutionConfigurationStrategy.DYNAMIC configuration strategy.
CONFIG_DYNAMIC_MAX_POOL_SIZE_FACTOR_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name of the factor used to determine the maximum pool size of the underlying fork-join pool for the DefaultParallelExecutionConfigurationStrategy.DYNAMIC configuration strategy.
CONFIG_DYNAMIC_SATURATE_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to disable saturation of the underlying fork-join pool for the DefaultParallelExecutionConfigurationStrategy.DYNAMIC configuration strategy.
CONFIG_FILE_NAME - Static variable in interface org.junit.platform.engine.ConfigurationParameters
Name of the JUnit Platform configuration file: "junit-platform.properties".
CONFIG_FIXED_MAX_POOL_SIZE_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to configure the maximum pool size of the underlying fork-join pool for the DefaultParallelExecutionConfigurationStrategy.FIXED configuration strategy.
CONFIG_FIXED_PARALLELISM_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to determine the desired parallelism for the DefaultParallelExecutionConfigurationStrategy.FIXED configuration strategy.
CONFIG_FIXED_SATURATE_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to disable saturation of the underlying fork-join pool for the DefaultParallelExecutionConfigurationStrategy.FIXED configuration strategy.
CONFIG_STRATEGY_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Property name used to determine the desired configuration strategy.
configFileName - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
configFileName(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
configResources - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
configuration - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
configuration - Variable in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
configuration - Variable in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
configuration - Variable in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
configuration - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
configuration - Variable in class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
 
configuration - Variable in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
configuration - Variable in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
configuration - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
configuration - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
configuration - Variable in class org.junit.jupiter.engine.extension.TempDirectory
 
Configuration and Defaults - Section in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
configurationErrorOrSuccess(List, Supplier) - Static method in class org.junit.jupiter.params.ResolverFacade
 
configurationParameter(String, String) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add the supplied configuration parameter to the request.
configurationParameter(String, String) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add the supplied configuration parameter to the request.
configurationParameter(String, String) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add the supplied configuration parameter.
ConfigurationParameter - Annotation Type in org.junit.platform.suite.api
@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 - Variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
configurationParameters - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
configurationParameters - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
configurationParameters - Variable in class org.junit.platform.engine.ExecutionRequest
 
configurationParameters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
configurationParameters - Variable in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
configurationParameters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
configurationParameters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
configurationParameters - Variable in class org.junit.platform.launcher.TestPlan
 
configurationParameters(Map) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all supplied configuration parameters to the request.
configurationParameters(Map) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add all supplied configuration parameters to the request.
configurationParameters(Map) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied configuration parameters.
ConfigurationParameters - Interface in org.junit.platform.engine
Configuration parameters that TestEngines may use to influence test discovery and execution.
ConfigurationParameters - Annotation Type in org.junit.platform.suite.api
@ConfigurationParameters is a container for one or more @ConfigurationParameter declarations.
configurationParametersResource(String) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
ConfigurationParametersResource - Annotation Type in org.junit.platform.suite.api
@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 - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
configurationParametersResources - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
configurationParametersResources - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
configurationParametersResources(String...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied configuration parameters resource files to the request.
ConfigurationParametersResources - Annotation Type in org.junit.platform.suite.api
@ConfigurationParametersResources is a container for one or more @ConfigurationParametersResource declarations.
configurationResources(List) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
configure(UnaryOperator, DynamicDescendantFilter) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
ConsoleLauncher - Class in org.junit.platform.console
The ConsoleLauncher is a stand-alone application for launching the JUnit Platform from the console.
ConsoleLauncher() - Constructor for class org.junit.platform.console.ConsoleLauncher
 
consoleOutputOptions - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin
 
ConsoleOutputOptions() - Constructor for class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
ConsoleTestExecutor - Class in org.junit.platform.console.command
 
ConsoleTestExecutor(TestDiscoveryOptions, TestConsoleOutputOptions) - Constructor for class org.junit.platform.console.command.ConsoleTestExecutor
 
ConsoleTestExecutor(TestDiscoveryOptions, TestConsoleOutputOptions, Supplier) - Constructor for class org.junit.platform.console.command.ConsoleTestExecutor
 
ConsoleTestExecutor(TestDiscoveryOptions, TestConsoleOutputOptions, CustomClassLoaderCloseStrategy) - Constructor for class org.junit.platform.console.command.ConsoleTestExecutor
 
ConsoleTestExecutor(TestDiscoveryOptions, TestConsoleOutputOptions, CustomClassLoaderCloseStrategy, Supplier) - Constructor for class org.junit.platform.console.command.ConsoleTestExecutor
 
ConsoleTestExecutor.Factory - Interface in org.junit.platform.console.command
 
consoleTestExecutorFactory - Variable in class org.junit.platform.console.command.CommandFacade
 
consoleTestExecutorFactory - Variable in class org.junit.platform.console.command.DiscoverTestsCommand
 
consoleTestExecutorFactory - Variable in class org.junit.platform.console.command.ExecuteTestsCommand
 
consoleTestExecutorFactory - Variable in class org.junit.platform.console.command.MainCommand
 
ConsoleUtils - Class in org.junit.platform.console.options
Collection of utilities for working with java.io.Console and friends.
ConsoleUtils() - Constructor for class org.junit.platform.console.options.ConsoleUtils
 
Constants - Class in org.junit.jupiter.engine
Collection of constants related to the JupiterTestEngine.
Constants - Class in org.junit.vintage.engine
Collection of constants related to the VintageTestEngine.
Constants() - Constructor for class org.junit.jupiter.engine.Constants
 
Constants() - Constructor for class org.junit.vintage.engine.Constants
 
constructExpressionFrom(List) - Method in class org.junit.platform.launcher.tagexpression.Parser
 
constructor - Variable in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
CONSTRUCTOR - Enum constant in enum org.junit.jupiter.params.ParameterizedClassContext.InjectionType
 
Constructor Injection - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
ConstructorInvocation<T> - Class in org.junit.jupiter.engine.execution
 
ConstructorInvocation(Constructor, Object[]) - Constructor for class org.junit.jupiter.engine.execution.ConstructorInvocation
 
consume() - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
consumed - Variable in class org.junit.jupiter.params.EvaluatedArgumentSet
 
consumedArguments - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
 
consumeRemainingOperators() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
consuming(Consumer) - Static method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Create a new DiscoveryIssueReporter that adds reported issues to the supplied consumer.
container() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container.
container(Class) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the fully qualified name of the supplied Class.
container(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the supplied String.
container(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition and its test descriptor is a container.
CONTAINER - Enum constant in enum org.junit.platform.console.output.Style
 
CONTAINER - Enum constant in enum org.junit.platform.engine.TestDescriptor.Type
Denotes that the TestDescriptor is for a container.
CONTAINER_AND_TEST - Enum constant in enum org.junit.platform.engine.TestDescriptor.Type
Denotes that the TestDescriptor is for a test that may potentially also be a container.
containerEvents - Variable in class org.junit.platform.testkit.engine.EngineExecutionResults
 
containerEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get recorded events for containers.
containersAborted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containersFailed - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containersFound - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containersSkipped - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containersStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containersSucceeded - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
containsCriticalIssuesOrContainsTests() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
containsCriticalIssuesOrContainsTests() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
containsFilesWithExtensions(Path, String...) - Static method in class org.junit.platform.launcher.listeners.OutputDir
Determine if the supplied directory contains files with any of the supplied extensions.
containsTestMethods(Class) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
containsTests - Variable in class org.junit.platform.launcher.TestPlan
 
containsTests() - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
containsTests() - Method in class org.junit.platform.launcher.TestPlan
Return whether this test plan contains any tests.
containsTests(TestDescriptor) - Static method in interface org.junit.platform.engine.TestDescriptor
Determine if the supplied descriptor (or any of its descendants) is a test or may potentially register tests dynamically.
context - Variable in class org.junit.jupiter.engine.extension.TempDirectory.FailureTracker
 
context - Variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
context - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
contextBySelector - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
contextClassLoader - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
 
convert(Object, Class) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
Convert the supplied source object into the supplied targetType.
convert(Object, Class) - Method in class org.junit.jupiter.params.converter.TypedArgumentConverter
 
convert(Object, Class, A) - Method in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
Convert the supplied source object into the supplied targetType, based on metadata in the provided annotation.
convert(Object, Class, ClassLoader) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
convert(Object, Class, JavaTimeConversionPattern) - Method in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
 
convert(Object, ParameterContext) - Method in interface org.junit.jupiter.params.converter.ArgumentConverter
Convert the supplied source object according to the supplied context.
convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
 
convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.TypedArgumentConverter
 
convert(Object, FieldContext) - Method in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
 
convert(Object, FieldContext) - Method in interface org.junit.jupiter.params.converter.ArgumentConverter
Convert the supplied source object according to the supplied context.
convert(Object, FieldContext) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
convert(Object, FieldContext) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
 
convert(Object, FieldContext) - Method in class org.junit.jupiter.params.converter.TypedArgumentConverter
 
convert(String) - Method in class org.junit.platform.console.options.ClasspathEntriesConverter
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Class
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.ClasspathResource
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Directory
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.File
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Identifier
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Iteration
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Method
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Module
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Package
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.UniqueId
 
convert(String) - Method in class org.junit.platform.console.options.SelectorConverter.Uri
 
convert(String, Class, ClassLoader) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
convert(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
convert(FilePosition) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
convert(S) - Method in class org.junit.jupiter.params.converter.TypedArgumentConverter
Convert the supplied source object of type S into an object of type T.
converter - Variable in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
Converter(ArgumentConverter) - Constructor for class org.junit.jupiter.params.ResolverFacade.Converter
 
convertLeafTokenToExpression(String) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
ConvertWith - Annotation Type in org.junit.jupiter.params.converter
@ConvertWith is an annotation that allows one to specify an explicit ArgumentConverter.
copy() - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
copy(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
copy(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
 
copyIncludingDescendants(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
copyIncludingDescendants(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Returns a deep copy (with copies of children) of this descriptor with the supplied unique ID.
copyOf(Set) - Method in class org.junit.platform.launcher.TestIdentifier
 
copyOf(ListenerRegistry) - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
corePoolSize - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
count() - Method in class org.junit.platform.testkit.engine.Events
Get the number of events contained in this Events object.
count() - Method in class org.junit.platform.testkit.engine.Executions
Get the number of executions contained in this Executions object.
countTestIdentifiers(Predicate) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
countTestIdentifiers(Predicate) - Method in class org.junit.platform.launcher.TestPlan
Count all TestIdentifiers that satisfy the given predicate.
CP_OPTION - Static variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
create() - Method in interface org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
Create a new instance of a ThrowableCollector.
create() - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for creating a new Launcher using the default LauncherConfig.
create(int, T) - Static method in class org.junit.platform.console.command.CommandResult
 
create(Class, List) - Static method in class org.junit.jupiter.params.ResolverFacade
 
create(Object...) - Static method in class org.junit.platform.engine.support.store.Namespace
Create a namespace which restricts access to data to all extensions which use the same sequence of parts for creating a namespace.
create(Object[], Object[], Arguments) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
create(Constructor, ParameterizedClass) - Static method in class org.junit.jupiter.params.ResolverFacade
 
create(Executable, Annotation, int) - Static method in class org.junit.jupiter.params.ResolverFacade
Create a new ResolverFacade for the supplied Executable.
create(Method, Annotation) - Static method in class org.junit.jupiter.params.ResolverFacade
 
create(String) - Static method in class org.junit.platform.engine.TestTag
Create a TestTag from the supplied name.
create(String, String) - Static method in class org.junit.platform.engine.DiscoverySelectorIdentifier
Create a new DiscoverySelectorIdentifier with the supplied prefix and value.
create(String, TimeoutDuration) - Static method in class org.junit.jupiter.engine.extension.TimeoutExceptionFactory
 
create(String, TimeoutDuration, Throwable) - Static method in class org.junit.jupiter.engine.extension.TimeoutExceptionFactory
 
create(Function) - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
create(List) - Static method in class org.junit.platform.engine.support.store.Namespace
Create a namespace which restricts access to data to all extensions which use the same sequence of objects for creating a namespace.
create(Optional) - Static method in class org.junit.platform.launcher.listeners.OutputDir
 
create(Optional, Supplier) - Static method in class org.junit.platform.launcher.listeners.OutputDir
 
create(ExtensionContext, int, ClassLoader, Object[]) - Static method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
create(ExtensionContext, ExtensionContext, JupiterConfiguration) - Static method in interface org.junit.jupiter.engine.execution.ExtensionContextSupplier
 
create(ExtensionContext, ParameterizedDeclarationContext) - Static method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
create(Timeout.ThreadMode, TimeoutInvocationFactory.TimeoutInvocationParameters) - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
 
create(ExtensionContextInternal) - Static method in class org.junit.jupiter.engine.extension.PreInterruptCallbackInvocationFactory
 
create(TestDiscoveryOptions, TestConsoleOutputOptions) - Method in interface org.junit.platform.console.command.ConsoleTestExecutor.Factory
 
create(ConfigurationParameters, BiConsumer) - Static method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
create(DiscoveryIssue.Severity, String) - Static method in interface org.junit.platform.engine.DiscoveryIssue
Create a new DiscoveryIssue with the supplied DiscoveryIssue.Severity and message.
create(TestDescriptor, EngineExecutionListener, ConfigurationParameters) - Static method in class org.junit.platform.engine.ExecutionRequest
Deprecated.
without replacement
create(TestDescriptor, EngineExecutionListener, ConfigurationParameters, OutputDirectoryCreator, NamespacedHierarchicalStore) - Static method in class org.junit.platform.engine.ExecutionRequest
Factory for creating an execution request.
create(UniqueId, Class, Method, Supplier, JupiterConfiguration) - Method in interface org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType.TestDescriptorFactory
 
create(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for creating a new Launcher using the supplied LauncherConfig.
createAbortedExecutionPredicate() - Static method in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
createAfterParameterizedClassInvocationMethodInvoker(ArgumentSetLifecycleMethod) - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createAggregator(ParameterDeclaration, ExtensionContext) - Static method in class org.junit.jupiter.params.ResolverFacade
 
createAndAdd(TestDescriptor, Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
createAndAddExpressionTo(Stack, Token) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
createAndCacheClassLevelOrderer(ClassBasedTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
createBeforeParameterizedClassInvocationMethodInvoker(ArgumentSetLifecycleMethod) - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createCaption(String) - Static method in class org.junit.platform.console.output.TreeNode
 
createClassContext(ExtensionContext, Class, ParameterizedClass) - Static method in class org.junit.jupiter.params.ParameterizedClassExtension
 
createClassLevelOrderer(ClassBasedTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
createClasspathRootSelectors(TestDiscoveryOptions) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
createCloseAction() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
createConfiguration(ConfigurationParameters) - Static method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
createConfiguration(ConfigurationParameters) - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfigurationStrategy
Create a configuration for parallel test execution based on the supplied ConfigurationParameters.
createConverter(ParameterDeclaration, ExtensionContext) - Static method in class org.junit.jupiter.params.ResolverFacade
 
createCustomClassLoader() - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
createCustomContextClassLoaderExecutor() - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
createDefault(ExtensionContext) - Static method in class org.junit.jupiter.params.ResolverFacade.Converter
 
createDefaultLauncher(LauncherConfig, LauncherConfigurationParameters, NamespacedHierarchicalStore) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
createDescriptorWrapperOrderer(Class, Optional) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
createDescriptorWrapperOrderer(Class, MethodOrderer) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
createDescriptorWrapperOrderer(ClassOrderer) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
createDetailsPrintingListener(PrintWriter) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
createDiscoveryRequest() - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
createDiscoveryRequestForUniqueIds(Set) - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
createDiscoverySelectors(TestDiscoveryOptions) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
createDisplayNameSupplier(Supplier, Class, JupiterConfiguration, BiFunction) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
createDisplayNameSupplierForClass(Class, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
createDisplayNameSupplierForMethod(Supplier, Class, Method, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
createDisplayNameSupplierForNestedClass(Supplier, Class, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
createDynamicDescriptor(JupiterTestDescriptor, DynamicNode, int, TestSource, DynamicDescendantFilter, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
createExceptionForCriticalIssues(TestEngine) - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
createExecutionContext(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
createExecutionContext(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
Create the initial execution context for executing the supplied request.
createExecutions(List) - Static method in class org.junit.platform.testkit.engine.Executions
Create executions from the supplied list of events.
createExecutorService(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
createExecutorService(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
Create the executor service to use for executing the supplied request.
createExpressionAndAddTo(Stack, Token) - Method in interface org.junit.platform.launcher.tagexpression.Operator.TagExpressionCreator
 
createExtensionForConstructorInjection() - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createExtensionForFieldInjection() - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createFile(String, String) - Method in class org.junit.platform.launcher.listeners.OutputDir
 
createForkJoinPool(ParallelExecutionConfiguration) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
createGlobalOrderer(JupiterConfiguration) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
createIncludeClassNameFilter(String...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
createInvocationContext(ParameterizedInvocationNameFormatter, Arguments, int) - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
createInvocationContext(ParameterizedInvocationNameFormatter, Arguments, int) - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
createInvocationContext(ParameterizedInvocationNameFormatter, Arguments, int) - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
createInvocationTestDescriptor(C, int) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
createInvocationTestDescriptor(UniqueId, C, int) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
createInvocationTestDescriptor(UniqueId, ClassTemplateInvocationContext, int) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
createInvocationTestDescriptor(UniqueId, TestTemplateInvocationContext, int) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
createInvocationUniqueId(UniqueId, int) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
createInvocationUniqueId(UniqueId, int) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
createInvocationUniqueId(UniqueId, int) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
createIOExceptionWithAttachedFailures(SortedMap) - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
createIssue(Class, Method, String) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
createIssue(String, Class, String) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
createIssue(String, Class, String, String) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
createIssue(DiscoveryIssue.Severity, String, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
createJUnit4Description(TestIdentifier, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
createLauncherSessionListener(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
createLifecycleMethodInvokers() - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createLifecycleMethodParameterResolver(Method, Annotation) - Method in class org.junit.jupiter.params.ResolverFacade
 
createMethodsBeforeNestedClassesOrderer() - Static method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
createMissingOperandMessage(Stack, Token) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
createOutputDirectory() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
createOutputDirectory(TestDescriptor) - Method in interface org.junit.platform.engine.OutputDirectoryCreator
Create an output directory for the supplied test descriptor.
createOutputDirectory(TestDescriptor) - Method in class org.junit.platform.engine.reporting.OutputDirectoryProviderAdapter
 
createOutputDirectory(TestDescriptor) - Method in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
createOutputDirectory(TestDescriptor) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder.DisabledOutputDirectoryCreator
 
createOutputFile(ConfigurationParameters) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
createParameterInjector() - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
createParser(String, String, char, String, int, boolean, boolean, boolean) - Static method in class org.junit.jupiter.params.provider.CsvParserFactory
 
createParserFor(CsvFileSource) - Static method in class org.junit.jupiter.params.provider.CsvParserFactory
 
createParserFor(CsvSource) - Static method in class org.junit.jupiter.params.provider.CsvParserFactory
 
createParserSettings(String, String, char, String, int, boolean, boolean, boolean) - Static method in class org.junit.jupiter.params.provider.CsvParserFactory
 
createPartialFormatters(String, ParameterizedDeclarationContext, int) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
createRegistryFrom(MutableExtensionRegistry, Stream) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
Factory for creating and populating a new registry from a list of extension types and a parent registry.
createRegistryWithDefaultExtensions(JupiterConfiguration) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
Factory for creating and populating a new root registry with the default extensions.
createReportingCondition(Predicate, Function) - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Create a DiscoveryIssueReporter.Condition that reports a DiscoveryIssue when the supplied Predicate is not met.
createRequestLevelStore() - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
createRunnerTestDescriptor(TestDescriptor, Class, Runner) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
createSafely(Optional, Supplier) - Static method in class org.junit.platform.launcher.listeners.OutputDir
Package private for testing purposes.
createSafely(Optional, Supplier, SecureRandom) - Static method in class org.junit.platform.launcher.listeners.OutputDir
 
createSegment(String) - Method in class org.junit.platform.engine.UniqueIdFormat
 
createSession() - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
createTempDir(TempDirFactory, CleanupMode, Class, AnnotatedElementContext, ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
createTestDescriptor(TestDescriptor, Class, Method, JupiterConfiguration) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
createThrowableCollector() - Static method in class org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory
Create a new ThrowableCollector that treats instances of the OTA's TestAbortedException and JUnit 4's org.junit.AssumptionViolatedException as aborting.
createThrowableCollectorFactory(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
createThrowableCollectorFactory(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
Create the factory for creating ThrowableCollector instances used to handle exceptions that occur during execution of this engine's tests.
createTooGenericReturnTypeIssue(Method) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
createUniqueId(Method, TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
createXmlWritingListener(PrintWriter, Optional) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
creation - Variable in class org.junit.platform.console.output.TreeNode
 
creator - Variable in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
 
CRITICAL_DISCOVERY_ISSUE_SEVERITY_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to configure the critical severity of issues encountered during test discovery.
criticalIssues - Variable in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
CsvArgumentsProvider - Class in org.junit.jupiter.params.provider
 
CsvArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
CsvFileArgumentsProvider - Class in org.junit.jupiter.params.provider
 
CsvFileArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
CsvFileArgumentsProvider(CsvFileArgumentsProvider.InputStreamProvider) - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
CsvFileArgumentsProvider.CsvParserIterator - Class in org.junit.jupiter.params.provider
 
CsvFileArgumentsProvider.DefaultInputStreamProvider - Class in org.junit.jupiter.params.provider
 
CsvFileArgumentsProvider.InputStreamProvider - Interface in org.junit.jupiter.params.provider
 
CsvFileArgumentsProvider.Source - Interface in org.junit.jupiter.params.provider
 
csvFileSource - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
CsvFileSource - Annotation Type in org.junit.jupiter.params.provider
@CsvFileSource is a repeatable ArgumentsSource which is used to load comma-separated value (CSV) files from one or more classpath CsvFileSource.resources() or CsvFileSource.files().
CsvFileSources - Annotation Type in org.junit.jupiter.params.provider
@CsvFileSources is a simple container for one or more CsvFileSource annotations.
csvParser - Variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
csvParser - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
csvParser - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
CsvParserFactory - Class in org.junit.jupiter.params.provider
 
CsvParserFactory() - Constructor for class org.junit.jupiter.params.provider.CsvParserFactory
 
CsvParserIterator(CsvParser, CsvFileSource) - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
CsvParsingException - Exception Class in org.junit.jupiter.params.provider
Thrown if an error is encountered while parsing CSV input.
CsvParsingException(String) - Constructor for exception class org.junit.jupiter.params.provider.CsvParsingException
 
CsvParsingException(String, Throwable) - Constructor for exception class org.junit.jupiter.params.provider.CsvParsingException
 
CsvSource - Annotation Type in org.junit.jupiter.params.provider
@CsvSource is a repeatable ArgumentsSource which reads comma-separated values (CSV) from one or more CSV records supplied via the CsvSource.value() attribute or CsvSource.textBlock() attribute.
CsvSources - Annotation Type in org.junit.jupiter.params.provider
@CsvSources is a simple container for one or more CsvSource annotations.
currentExtensionContext - Variable in class org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
 
currentRepetition - Variable in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
CUSTOM - Enum constant in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Allows the specification of a custom ParallelExecutionConfigurationStrategy implementation via the mandatory "custom.class" configuration parameter to determine the desired configuration.
customClassLoader - Variable in class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 
CustomClassLoaderCloseStrategy - Enum in org.junit.platform.console.command
Defines the strategy for closing custom class loaders created for test discovery and execution.
CustomClassLoaderCloseStrategy() - Constructor for enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
 
CustomContextClassLoaderExecutor - Class in org.junit.platform.console.command
 
CustomContextClassLoaderExecutor(Optional) - Constructor for class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 
CustomContextClassLoaderExecutor(Optional, CustomClassLoaderCloseStrategy) - Constructor for class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 

D

DEACTIVATE_ALL_CONDITIONS_PATTERN - Static variable in class org.junit.jupiter.engine.Constants
Wildcard pattern which signals that all conditions should be deactivated: "*"
DEACTIVATE_ALL_LISTENERS_PATTERN - Static variable in class org.junit.platform.launcher.LauncherConstants
Wildcard pattern which signals that all listeners registered via the ServiceLoader mechanism should be deactivated: "*"
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to provide patterns for deactivating conditions: "junit.jupiter.conditions.deactivate"
DEACTIVATE_LISTENERS_PATTERN_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to provide patterns for deactivating listeners registered via the ServiceLoader mechanism: "junit.platform.execution.listeners.deactivate"
debug() - Method in class org.junit.platform.testkit.engine.Events
Print all events to System.out.
debug() - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to System.out.
debug(OutputStream) - Method in class org.junit.platform.testkit.engine.Events
Print all events to the supplied OutputStream.
debug(OutputStream) - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to the supplied OutputStream.
debug(PrintWriter) - Method in class org.junit.platform.testkit.engine.Events
 
debug(PrintWriter) - Method in class org.junit.platform.testkit.engine.Executions
 
debug(Writer) - Method in class org.junit.platform.testkit.engine.Events
Print all events to the supplied Writer.
debug(Writer) - Method in class org.junit.platform.testkit.engine.Executions
Print all executions to the supplied Writer.
DECLARATION_CONTEXT_KEY - Static variable in class org.junit.jupiter.params.ParameterizedClassExtension
 
DECLARATION_CONTEXT_KEY - Static variable in class org.junit.jupiter.params.ParameterizedTestExtension
 
declarationContext - Variable in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
declarationContext - Variable in class org.junit.jupiter.params.ArgumentCountValidator
 
declarationContext - Variable in class org.junit.jupiter.params.ParameterizedInvocationContext
 
declarations - Variable in class org.junit.jupiter.params.DefaultParameterInfo
 
declarationsByIndex - Variable in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
DeclaredMethodSelector - Class in org.junit.jupiter.engine.discovery
Jupiter-specific selector for methods, potentially in nested classes.
DeclaredMethodSelector(List, Method) - Constructor for class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
decode(String) - Static method in class org.junit.platform.engine.UniqueIdFormat
 
decorate(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext, TimeoutDuration) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
decorateIgnoredTestClass(Runner) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
Instead of checking for the Ignore annotation and returning an IgnoredClassRunner from IgnoredBuilder, we've let the super class determine the regular runner that would have been used if Ignore hadn't been present.
deduplicating(DiscoveryIssueReporter) - Static method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Create a new DiscoveryIssueReporter that avoids reporting duplicate issues.
DEFAULT - Enum constant in enum org.junit.jupiter.params.ArgumentCountValidationMode
Use the default validation mode.
DEFAULT - Static variable in interface org.junit.jupiter.engine.extension.TempDirectory.FileOperations
 
DEFAULT - Static variable in class org.junit.jupiter.params.ResolverFacade.Aggregator
 
DEFAULT - Static variable in class org.junit.platform.console.output.ColorPalette
 
DEFAULT - Static variable in interface org.junit.platform.launcher.core.LauncherConfig
The default LauncherConfig which uses automatic registration for test engines, supported listeners, and post-discovery filters.
DEFAULT_AFTER_ALL_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @AfterAll methods: "junit.jupiter.execution.timeout.afterall.method.default".
DEFAULT_AFTER_EACH_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @AfterEach methods: "junit.jupiter.execution.timeout.aftereach.method.default".
DEFAULT_BEFORE_ALL_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @BeforeAll methods: "junit.jupiter.execution.timeout.beforeall.method.default".
DEFAULT_BEFORE_EACH_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @BeforeEach methods: "junit.jupiter.execution.timeout.beforeeach.method.default".
DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_CLASSES_EXECUTION_MODE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default test execution mode for top-level classes: "junit.jupiter.execution.parallel.mode.classes.default"
DEFAULT_DELIMITER - Static variable in class org.junit.jupiter.params.provider.CsvParserFactory
 
DEFAULT_DETAILS - Static variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
DEFAULT_DETAILS_NAME - Static variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
DEFAULT_DISCOVERY_LISTENER_CONFIGURATION_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Property name used to set the default discovery listener that is added to all : "junit.platform.discovery.listener.default"
DEFAULT_DISCOVERY_LISTENER_CONFIGURATION_PROPERTY_VALUE - Static variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
DEFAULT_DISPLAY_NAME - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Default display name pattern for the current invocation of a @ParameterizedTest method: "[{index}] {argumentSetNameOrArgumentsWithNames}"
DEFAULT_DISPLAY_NAME - Static variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
DEFAULT_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
Deprecated.
DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_DISPLAY_NAME_GENERATOR_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default display name generator class name: "junit.jupiter.displayname.generator.default"
DEFAULT_DISPLAY_NAME_PATTERN - Static variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
DEFAULT_EXECUTION_MODE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all lifecycle methods: "junit.jupiter.execution.timeout.lifecycle.method.default".
DEFAULT_LOCALE_CONVERSION_FORMAT_PROPERTY_NAME - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
Property name used to set the format for the conversion of Locale arguments: "junit.jupiter.params.arguments.conversion.locale.format"
DEFAULT_MAX_STACKTRACE_LINES - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
DEFAULT_OUTPUT_FILE_PREFIX - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
The default prefix for the name of the file generated by the UniqueIdTrackingListener: "junit-platform-unique-ids"
DEFAULT_PACKAGE_NAME - Static variable in class org.junit.platform.engine.support.discovery.ResourceUtils
 
DEFAULT_PARALLEL_EXECUTION_MODE - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default test execution mode: "junit.jupiter.execution.parallel.mode.default"
DEFAULT_STATELESS_EXTENSIONS - Static variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
DEFAULT_TEMP_DIR_FACTORY_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default factory for temporary directories created via the @TempDir annotation: "junit.jupiter.tempdir.factory.default"
DEFAULT_TEST_CLASS_INSTANCE_CONSTRUCTION_EXTENSION_CONTEXT_SCOPE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default extension context scope for extensions that participate in test instantiation: "junit.jupiter.extensions.testinstantiation.extensioncontextscope.default"
DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_TEST_CLASS_ORDER_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default class orderer class name: "junit.jupiter.testclass.order.default"
DEFAULT_TEST_FACTORY_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @TestFactory methods: "junit.jupiter.execution.timeout.testfactory.method.default".
DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_TEST_INSTANCE_LIFECYCLE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default test instance lifecycle mode: "junit.jupiter.testinstance.lifecycle.default"
DEFAULT_TEST_INSTANTIATION_EXTENSION_CONTEXT_SCOPE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
DEFAULT_TEST_METHOD_ORDER_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default method orderer class name: "junit.jupiter.testmethod.order.default"
DEFAULT_TEST_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @Test methods: "junit.jupiter.execution.timeout.test.method.default".
DEFAULT_TEST_TEMPLATE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all @TestTemplate methods: "junit.jupiter.execution.timeout.testtemplate.method.default".
DEFAULT_TESTABLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all testable methods: "junit.jupiter.execution.timeout.testable.method.default".
DEFAULT_THEME - Static variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
DEFAULT_THREAD_POOL_SIZE - Static variable in class org.junit.vintage.engine.execution.VintageExecutor
 
DEFAULT_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout for all testable and lifecycle methods: "junit.jupiter.execution.timeout.default".
DEFAULT_TIMEOUT_THREAD_MODE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the default timeout thread mode.
DefaultArgumentConverter - Class in org.junit.jupiter.params.converter
DefaultArgumentConverter is the default implementation of the ArgumentConverter API.
DefaultArgumentConverter(ExtensionContext) - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
DefaultArgumentConverter.LocaleConversionFormat - Enum in org.junit.jupiter.params.converter
 
DefaultArgumentsAccessor - Class in org.junit.jupiter.params.aggregator
Default implementation of the ArgumentsAccessor API.
DefaultArgumentsAccessor(BiFunction, int, Object...) - Constructor for class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
DefaultArgumentSetLifecycleMethodParameterResolver(ResolverFacade, ResolverFacade, Map) - Constructor for class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
defaultChildExecutionMode - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
DefaultClassDescriptor - Class in org.junit.jupiter.engine.discovery
Default implementation of ClassDescriptor, backed by a ClassBasedTestDescriptor.
DefaultClassDescriptor(ClassBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.discovery.DefaultClassDescriptor
 
DefaultClassOrdererContext - Class in org.junit.jupiter.engine.discovery
Default implementation of ClassOrdererContext.
DefaultClassOrdererContext(List, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
 
defaultContext - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
DefaultContext(TestDescriptor) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
DefaultDiscoveryIssue - Class in org.junit.platform.engine
 
DefaultDiscoveryIssue(DefaultDiscoveryIssue.Builder) - Constructor for class org.junit.platform.engine.DefaultDiscoveryIssue
 
DefaultDiscoveryIssue.Builder - Class in org.junit.platform.engine
 
DefaultDiscoveryRequest - Class in org.junit.platform.launcher.core
DefaultDiscoveryRequest is the default implementation of the EngineDiscoveryRequest and LauncherDiscoveryRequest APIs.
DefaultDiscoveryRequest(List, List, List, List, LauncherConfigurationParameters, LauncherDiscoveryListener, OutputDirectoryCreator) - Constructor for class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
Default Display Names - Section in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
Default Display Names - Section in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
Default Display Names - Section in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
DefaultDynamicTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
 
DefaultDynamicTestInvocationContext - Class in org.junit.jupiter.engine.descriptor
Default implementation of the DynamicTestInvocationContext API.
DefaultDynamicTestInvocationContext(Executable) - Constructor for class org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
 
DefaultExclusiveResourceCollector(List) - Constructor for class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
DefaultExecutableInvoker - Class in org.junit.jupiter.engine.execution
 
DefaultExecutableInvoker(ExtensionContext, ExtensionRegistry) - Constructor for class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
DefaultFailure(TestIdentifier, Throwable) - Constructor for class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
defaultFormat - Static variable in class org.junit.platform.engine.UniqueIdFormat
 
DefaultInitializationContext(EngineDiscoveryRequest, T, DiscoveryIssueReporter) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
DefaultInputStreamProvider() - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.DefaultInputStreamProvider
 
defaultInterceptorCall - Static variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
DefaultJupiterConfiguration - Class in org.junit.jupiter.engine.config
Default implementation of the JupiterConfiguration API.
DefaultJupiterConfiguration(ConfigurationParameters, OutputDirectoryCreator) - Constructor for class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
DefaultLauncher - Class in org.junit.platform.launcher.core
Default implementation of the Launcher API.
DefaultLauncher(Iterable, Collection, NamespacedHierarchicalStore) - Constructor for class org.junit.platform.launcher.core.DefaultLauncher
Construct a new DefaultLauncher with the supplied test engines.
DefaultLauncherConfig - Class in org.junit.platform.launcher.core
Default implementation of the LauncherConfig API.
DefaultLauncherConfig(boolean, boolean, boolean, boolean, boolean, Collection, Collection, Collection, Collection, Collection) - Constructor for class org.junit.platform.launcher.core.DefaultLauncherConfig
 
DefaultLauncherSession - Class in org.junit.platform.launcher.core
 
DefaultLauncherSession(List, Supplier, Function) - Constructor for class org.junit.platform.launcher.core.DefaultLauncherSession
 
DefaultLauncherSession.ClosedLauncher - Class in org.junit.platform.launcher.core
 
DefaultMethodDescriptor - Class in org.junit.jupiter.engine.discovery
Default implementation of MethodDescriptor, backed by a MethodBasedTestDescriptor.
DefaultMethodDescriptor(MethodBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
 
DefaultMethodOrdererContext - Class in org.junit.jupiter.engine.discovery
Default implementation of MethodOrdererContext.
DefaultMethodOrdererContext(Class, List, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
defaultPalette() - Static method in class org.junit.platform.console.output.ColorPalette
 
DefaultParallelExecutionConfiguration - Class in org.junit.platform.engine.support.hierarchical
 
DefaultParallelExecutionConfiguration(int, int, int, int, int, Predicate) - Constructor for class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
DefaultParallelExecutionConfigurationStrategy - Enum in org.junit.platform.engine.support.hierarchical
Default implementations of configuration strategies for parallel test execution.
DefaultParallelExecutionConfigurationStrategy() - Constructor for enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
 
DefaultParameterContext - Class in org.junit.jupiter.engine.execution
 
DefaultParameterContext(Parameter, int, Optional) - Constructor for class org.junit.jupiter.engine.execution.DefaultParameterContext
 
DefaultParameterDeclarations(AnnotatedElement, NavigableMap) - Constructor for class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
DefaultParameterInfo - Class in org.junit.jupiter.params
 
DefaultParameterInfo(ParameterDeclarations, ArgumentsAccessor) - Constructor for class org.junit.jupiter.params.DefaultParameterInfo
 
DefaultPreInterruptContext - Class in org.junit.jupiter.engine.extension
 
DefaultPreInterruptContext(Thread) - Constructor for class org.junit.jupiter.engine.extension.DefaultPreInterruptContext
 
DefaultRepetitionInfo - Class in org.junit.jupiter.engine.extension
Default implementation of RepetitionInfo.
DefaultRepetitionInfo(int, int, AtomicInteger, int) - Constructor for class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
DefaultTestInfo(ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
DefaultTestInstanceFactoryContext - Class in org.junit.jupiter.engine.descriptor
Default implementation of the TestInstanceFactoryContext API.
DefaultTestInstanceFactoryContext(Class, Optional) - Constructor for class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
DefaultTestInstances - Class in org.junit.jupiter.engine.execution
 
DefaultTestInstances(List) - Constructor for class org.junit.jupiter.engine.execution.DefaultTestInstances
 
DefaultTestReporter - Class in org.junit.jupiter.engine.extension
 
DefaultTestReporter(ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.DefaultTestReporter
 
DefaultUriSource - Class in org.junit.platform.engine.support.descriptor
Default implementation of UriSource.
DefaultUriSource(URI) - Constructor for class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
DefensiveAllDefaultPossibilitiesBuilder - Class in org.junit.vintage.engine.discovery
Customization of AllDefaultPossibilitiesBuilder from JUnit 4 to ignore certain classes that would otherwise be reported as errors or cause infinite recursion.
DefensiveAllDefaultPossibilitiesBuilder() - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder - Class in org.junit.vintage.engine.discovery
Customization of AnnotatedBuilder that ignores classes annotated with @RunWith(JUnitPlatform.class) to avoid infinite recursion.
DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder - Class in org.junit.vintage.engine.discovery
Customization of JUnit4Builder that ignores classes that do not contain any test methods in order not to report errors for them.
DefensiveAllDefaultPossibilitiesBuilder.NullIgnoredBuilder - Class in org.junit.vintage.engine.discovery
Customization of IgnoredBuilder that always returns null.
DefensiveAnnotatedBuilder(RunnerBuilder) - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder
 
DefensiveJUnit4Builder() - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
deferred(HierarchicalTestExecutorService.TestTask) - Method in interface org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.TaskEventListener
 
deferredTasks - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
delegate - Variable in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
delegate - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
delegate - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
delegate - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
delegate - Variable in class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
delegate - Variable in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
delegate - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
delegate - Variable in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
delegate - Variable in class org.junit.platform.launcher.core.DelegatingLauncher
 
delegate - Variable in class org.junit.platform.launcher.core.InternalTestPlan
 
delegate - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
DelegatingEngineExecutionListener - Class in org.junit.platform.launcher.core
 
DelegatingEngineExecutionListener(EngineExecutionListener) - Constructor for class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
DelegatingLauncher - Class in org.junit.platform.launcher.core
 
DelegatingLauncher(Launcher) - Constructor for class org.junit.platform.launcher.core.DelegatingLauncher
 
DelegatingLauncherDiscoveryRequest - Class in org.junit.platform.launcher.core
 
DelegatingLauncherDiscoveryRequest(LauncherDiscoveryRequest) - Constructor for class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
delete(Path) - Method in interface org.junit.jupiter.engine.extension.TempDirectory.FileOperations
 
deleteAllFilesAndDirectories(TempDirectory.FileOperations) - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
delimiter() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The column delimiter character to use when reading the CSV files.
delimiter() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The column delimiter character to use when reading the records.
delimiterString() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The column delimiter string to use when reading the CSV files.
delimiterString() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The column delimiter string to use when reading the records.
deque - Variable in class org.junit.platform.launcher.tagexpression.DequeStack
 
DequeStack<T> - Class in org.junit.platform.launcher.tagexpression
 
DequeStack() - Constructor for class org.junit.platform.launcher.tagexpression.DequeStack
 
descendants - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
describe() - Method in class org.junit.vintage.engine.descriptor.OrFilter
 
describe() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
describe() - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
describe(AnnotatedElement) - Static method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
describe(ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
describe(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueIdFormat
 
describeTest(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
description - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
description - Variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
descriptionFor(AnnotatedElement) - Static method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
descriptionFor(Executable) - Static method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
descriptions - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
descriptionSupplier - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
descriptionSupplier - Variable in class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
descriptionSupplier - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
descriptionToDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
DescriptionUtils - Class in org.junit.vintage.engine.descriptor
 
DescriptionUtils() - Constructor for class org.junit.vintage.engine.descriptor.DescriptionUtils
 
descriptors - Variable in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
descriptorsAddedMessageGenerator - Variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
descriptorsRemovedMessageGenerator - Variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
DescriptorWrapperOrderer(ORDERER, Consumer, AbstractOrderingVisitor.MessageGenerator, AbstractOrderingVisitor.MessageGenerator) - Constructor for class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
deserialize(ObjectInputStream) - Static method in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
details - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
details - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
Details - Enum in org.junit.platform.console.options
 
Details() - Constructor for enum org.junit.platform.console.options.Details
 
details2 - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
DetailsPrintingListener - Interface in org.junit.platform.console.output
 
determineClasspathRoots(TestDiscoveryOptions) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
determineCleanupMode(TempDir) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineCleanupModeForField(Field) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineCleanupModeForParameter(ParameterContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineConsumedArgumentCount(EvaluatedArgumentSet) - Method in class org.junit.jupiter.params.ResolverFacade
Determine the number of arguments that are considered consumed by the parameter declarations in this resolver.
determineConsumedArgumentLength(int) - Method in class org.junit.jupiter.params.ResolverFacade
Determine the length of the arguments array that is considered consumed by the parameter declarations in this resolver.
determineDescendants(Optional) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
determineDisplayName(AnnotatedElement, Supplier) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
determineDisplayNameForMethod(Supplier, Class, Method, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
determineEnumClass(ParameterDeclarations, EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
determineExclusiveResources() - Method in interface org.junit.jupiter.engine.descriptor.ResourceLockAware
 
determineName(Arguments) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
determineNonPlaceholderFormatter(String, int) - Static method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
determineOwnExclusiveResources(Function) - Method in interface org.junit.jupiter.engine.descriptor.ResourceLockAware
 
determinePath(RunnerTestDescriptor, Optional) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
determineReasonForIgnoredTest(TestDescriptor, Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
determineTempDirFactory(TempDir, TempDirectory.Scope) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineTempDirFactoryForField(Field, TempDirectory.Scope) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineTempDirFactoryForParameter(ParameterContext, TempDirectory.Scope) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
determineUniqueIdGenerator(String, List) - Method in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
dir - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
directory - Variable in class org.junit.platform.engine.support.descriptor.DirectorySource
 
Directory() - Constructor for class org.junit.platform.console.options.SelectorConverter.Directory
 
DirectorySelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a directory so that TestEngines can discover tests or containers based on directories in the file system.
DirectorySelector(String) - Constructor for class org.junit.platform.engine.discovery.DirectorySelector
 
DirectorySelector.IdentifierParser - Class in org.junit.platform.engine.discovery
DirectorySource - Class in org.junit.platform.engine.support.descriptor
Directory based TestSource.
DirectorySource(File) - Constructor for class org.junit.platform.engine.support.descriptor.DirectorySource
 
disableAnsiColors - Variable in class org.junit.platform.console.options.AnsiColorOptionMixin
 
disableAnsiColors - Variable in class org.junit.platform.console.output.ColorPalette
 
disableBanner - Variable in class org.junit.platform.console.command.BannerOptionMixin
 
disableBanner2 - Variable in class org.junit.platform.console.command.BannerOptionMixin
 
DISABLED - Static variable in interface org.junit.jupiter.params.ArgumentSetLifecycleMethod.ParameterResolver
 
DISABLED - Static variable in interface org.junit.jupiter.params.ResolutionCache
 
DISABLED_MODE_VALUE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
DISABLED_ON_DEBUG_MODE_VALUE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
DisabledCondition - Class in org.junit.jupiter.engine.extension
ExecutionCondition that supports the @Disabled annotation.
DisabledCondition() - Constructor for class org.junit.jupiter.engine.extension.DisabledCondition
 
DisabledOutputDirectoryCreator() - Constructor for class org.junit.platform.testkit.engine.EngineTestKit.Builder.DisabledOutputDirectoryCreator
 
DisableParentConfigurationParameters - Annotation Type in org.junit.platform.suite.api
Disable parent configuration parameters.
DISCLAIMER - Section in class org.junit.platform.console.options.ConsoleUtils
 
DISCLAIMER - Section in package org.junit.platform.suite.commons
 
discover() - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Discover tests for the configured TestEngine, discovery selectors, discovery filters, and configuration parameters.
discover(PrintWriter) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
discover(String, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Discover tests for the given LauncherDiscoveryRequest using the TestEngine with the supplied ID.
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
discover(EngineDiscoveryRequest, UniqueId) - Method in interface org.junit.platform.engine.TestEngine
Discover tests according to the supplied EngineDiscoveryRequest.
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.VintageTestEngine
 
discover(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Discover tests for the given LauncherDiscoveryRequest using the supplied TestEngine.
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DelegatingLauncher
 
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
Discovers tests for the supplied request using the configured test engines.
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.InterceptingLauncher
 
discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
discover(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.Launcher
Discover tests and build a TestPlan according to the supplied LauncherDiscoveryRequest by querying all registered engines and collecting their results.
discover(LauncherDiscoveryRequest, Optional, Function) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
discover(LauncherDiscoveryRequest, UniqueId) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
Discovers tests for the supplied request in the supplied phase using the configured test engines to be used by the suite engine.
discover(LauncherDiscoveryRequest, LauncherPhase) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
discover(LauncherDiscoveryRequest, LauncherPhase) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
discoverEngineRoot(TestEngine, LauncherDiscoveryRequest, DiscoveryIssueCollector, Function) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
discoverSafely(LauncherDiscoveryRequest, Optional, DiscoveryIssueCollector, Function) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
discoverTests(PrintWriter) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
DiscoverTestsCommand - Class in org.junit.platform.console.command
 
DiscoverTestsCommand(ConsoleTestExecutor.Factory) - Constructor for class org.junit.platform.console.command.DiscoverTestsCommand
 
discoverUsingOrchestrator(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
DISCOVERY - Enum constant in enum org.junit.platform.launcher.core.LauncherPhase
 
DISCOVERY_ISSUE_FAILURE_PHASE_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to configure the phase that critical discovery issues should cause a failure
DiscoveryFilter<T> - Interface in org.junit.platform.engine
A DiscoveryFilter is applied during test discovery to determine if a given container or test should be included in the test plan.
discoveryFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
discoveryFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
DiscoveryIssue - Interface in org.junit.platform.engine
DiscoveryIssue represents an issue that was encountered during test discovery by a TestEngine.
DiscoveryIssue.Builder - Interface in org.junit.platform.engine
Builder for creating a DiscoveryIssue.
DiscoveryIssue.Severity - Enum in org.junit.platform.engine
The severity of a DiscoveryIssue.
DiscoveryIssueCollector - Class in org.junit.platform.launcher.core
 
DiscoveryIssueCollector(ConfigurationParameters) - Constructor for class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
DiscoveryIssueException - Exception Class in org.junit.platform.launcher.core
DiscoveryIssueException is an exception that is thrown if an engine reports critical issues during test discovery.
DiscoveryIssueException(String) - Constructor for exception class org.junit.platform.launcher.core.DiscoveryIssueException
 
discoveryIssueNotifier - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
DiscoveryIssueNotifier - Class in org.junit.platform.launcher.core
 
DiscoveryIssueNotifier(List, List, List) - Constructor for class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
DiscoveryIssueReporter - Interface in org.junit.platform.engine.support.discovery
DiscoveryIssueReporter defines the API for reporting DiscoveryIssues.
DiscoveryIssueReporter.Condition<T> - Interface in org.junit.platform.engine.support.discovery
A Condition is a union of Predicate and Consumer.
discoveryIssues - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
discoveryIssues - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
discoveryIssues - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
 
discoveryIssues - Variable in class org.junit.platform.testkit.engine.EngineDiscoveryResults
 
discoveryListener - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
discoveryListeners - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
discoveryListeners - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
discoveryOptions - Variable in class org.junit.platform.console.command.ConsoleTestExecutor
 
discoveryOptions - Variable in class org.junit.platform.console.command.DiscoverTestsCommand
 
discoveryOptions - Variable in class org.junit.platform.console.command.ExecuteTestsCommand
 
discoveryOrchestrator - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
DiscoveryRequestCreator - Class in org.junit.platform.console.command
 
DiscoveryRequestCreator() - Constructor for class org.junit.platform.console.command.DiscoveryRequestCreator
 
discoveryResult - Variable in class org.junit.platform.launcher.core.InternalTestPlan
 
discoveryResultValidator - Variable in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
DiscoverySelector - Interface in org.junit.platform.engine
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 - Class in org.junit.platform.engine
Identifier for a DiscoverySelector with a specific prefix.
DiscoverySelectorIdentifier(String, String) - Constructor for class org.junit.platform.engine.DiscoverySelectorIdentifier
 
DiscoverySelectorIdentifierParser - Interface in org.junit.platform.engine.discovery
Parser for a DiscoverySelectorIdentifier with a specific prefix.
DiscoverySelectorIdentifierParser.Context - Interface in org.junit.platform.engine.discovery
Context for parsing DiscoverySelectorIdentifiers.
DiscoverySelectorIdentifierParsers - Class in org.junit.platform.engine.discovery
Utility class for parsing DiscoverySelectorIdentifiers.
DiscoverySelectorIdentifierParsers() - Constructor for class org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers
 
DiscoverySelectorIdentifierParsers.Singleton - Enum in org.junit.platform.engine.discovery
 
DiscoverySelectorResolver - Class in org.junit.jupiter.engine.discovery
DiscoverySelectorResolver resolves TestDescriptors for containers and tests selected by DiscoverySelectors, with the help of an EngineDiscoveryRequestResolver.
DiscoverySelectorResolver() - Constructor for class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
DiscoverySelectors - Class in org.junit.platform.engine.discovery
Collection of static factory methods for creating DiscoverySelectors.
DiscoverySelectors() - Constructor for class org.junit.platform.engine.discovery.DiscoverySelectors
 
DISPLAY_NAME_PATTERN_KEY - Static variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
DISPLAY_NAME_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the display name of a @ParameterizedTest method: {displayName}
DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
Deprecated.
displayBanner(PrintWriter) - Method in class org.junit.platform.console.command.BaseCommand
 
displayEngine(PrintWriter, TestEngine) - Method in class org.junit.platform.console.command.ListTestEnginesCommand
 
displayEngines(PrintWriter) - Method in class org.junit.platform.console.command.ListTestEnginesCommand
 
displayName - Variable in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
displayName - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
displayName - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
displayName - Variable in class org.junit.platform.launcher.TestIdentifier
 
displayName - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
displayName(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the display name of an Event's test descriptor is equal to the supplied String.
displayNameFormatter(RepeatedTest, Method, String) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
displayNameGeneratorConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
DisplayNameUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for working with display names.
DisplayNameUtils() - Constructor for class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
distinctWrappersToIndex(List) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
doesNotContainReservedCharacter(String) - Static method in class org.junit.platform.engine.TestTag
 
doForChildrenRecursively(TestDescriptor, Consumer) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
doNotSkip() - Static method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Factory for creating do not skip results.
DOUBLE_TAB - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
doubles() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The double values to use as sources of arguments; must not be empty.
doWithMatchingDescriptor(Class, TestDescriptor, Consumer, Function) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
dropSurplus(Object[], int) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
DRY_RUN_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to enable dry-run mode for test execution.
dryRun(TestPlan, TestExecutionListener) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
DummyClassTemplateInvocationContext() - Constructor for class org.junit.jupiter.engine.discovery.ClassSelectorResolver.DummyClassTemplateInvocationContext
 
duration - Variable in class org.junit.platform.console.output.TreeNode
 
duration - Variable in class org.junit.platform.testkit.engine.Execution
 
DYNAMIC - Enum constant in enum org.junit.platform.console.output.Style
 
DYNAMIC - Enum constant in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Computes the desired parallelism based on the number of available processors/cores multiplied by the "dynamic.factor" configuration parameter.
DYNAMIC_CONTAINER_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
DYNAMIC_TEST_REGISTERED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor has been dynamically registered.
DYNAMIC_TEST_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
dynamicallyRegistered() - Method in class org.junit.platform.testkit.engine.Events
Get the dynamic registration Events contained in this Events object.
dynamicallyRegistered(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected dynamic registration events.
dynamicContainer - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
DynamicContainerTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for a DynamicContainer.
DynamicContainerTestDescriptor(UniqueId, int, DynamicContainer, TestSource, DynamicDescendantFilter, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
DynamicDescendantFilter - Class in org.junit.jupiter.engine.descriptor
Filter for dynamic descendants of TestDescriptors that implement Filterable.
DynamicDescendantFilter() - Constructor for class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
DynamicDescendantFilter.Mode - Enum in org.junit.jupiter.engine.descriptor
 
DynamicDescendantFilter.WithoutIndexFiltering - Class in org.junit.jupiter.engine.descriptor
 
dynamicDescendantSegmentTypes - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
DynamicExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
DynamicExtensionContext(ExtensionContext, EngineExecutionListener, DynamicNodeTestDescriptor, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
DynamicNodeTestDescriptor - Class in org.junit.jupiter.engine.descriptor
Base TestDescriptor for a DynamicNode.
DynamicNodeTestDescriptor(UniqueId, int, DynamicNode, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
 
dynamicTest - Variable in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
dynamicTestRegistered(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.DYNAMIC_TEST_REGISTERED and its unique id contains the supplied String.
dynamicTestRegistered(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.DYNAMIC_TEST_REGISTERED and it matches the supplied Condition.
dynamicTestRegistered(TestDescriptor) - Method in interface org.junit.platform.engine.EngineExecutionListener
Must be called when a new, dynamic TestDescriptor has been registered.
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
dynamicTestRegistered(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for the dynamic registration of the supplied TestDescriptor.
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a dynamically registered container or test.
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
dynamicTestRegistered(TestIdentifier) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when a new, dynamic TestIdentifier has been registered.
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
DynamicTestTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for a DynamicTest.
DynamicTestTestDescriptor(UniqueId, int, DynamicTest, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 

E

eagerTestExecutionListeners - Variable in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
element - Variable in class org.junit.platform.launcher.tagexpression.TokenWith
 
ELLIPSIS - Static variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
EMPTY_CHAR - Static variable in class org.junit.jupiter.params.provider.CsvParserFactory
 
EmptyArgumentsProvider - Class in org.junit.jupiter.params.provider
 
EmptyArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.EmptyArgumentsProvider
 
EmptySource - Annotation Type in org.junit.jupiter.params.provider
@EmptySource is an ArgumentsSource which provides a single empty argument to the annotated @ParameterizedClass or @ParameterizedTest.
emptyTagExpression() - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
emptyValue() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The empty value to use when reading the CSV files.
emptyValue() - Element in annotation type 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 LauncherInterceptor instances to be registered via the ServiceLoader mechanism: "junit.platform.launcher.interceptors.enabled"
enabled - Variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
enabled() - Static method in interface org.junit.jupiter.params.ResolutionCache
 
ENABLED - Static variable in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
ENABLED - Static variable in class org.junit.jupiter.engine.extension.DisabledCondition
 
ENABLED - Static variable in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
 
ENABLED_MODE_VALUE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
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.
enableImplicitProviders(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
EnableJUnit4MigrationSupport - Annotation Type in org.junit.jupiter.migrationsupport
EnableJUnit4MigrationSupport is 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.
enableParentConfigurationParameters - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
enablePostDiscoveryFilterAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
Configure the auto-registration flag for post discovery filters.
EnableRuleMigrationSupport - Annotation Type 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.
enclosingClassSelectors - Variable in class org.junit.platform.engine.discovery.NestedClassSelector
 
enclosingInstanceTypesDependentResourceLocksProviderEvaluator(Supplier, BiFunction) - Static method in interface org.junit.jupiter.engine.descriptor.ResourceLockAware
 
encode(char) - Static method in class org.junit.platform.engine.UniqueIdFormat
 
encode(String) - Method in class org.junit.platform.engine.UniqueIdFormat
 
encodeBase64(byte[]) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
encodedCharacterMap - Variable in class org.junit.platform.engine.UniqueIdFormat
 
encoding() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The encoding to use when reading the CSV files; must be a valid charset.
end() - Method in enum org.junit.platform.console.output.Theme
 
endIndexExclusive() - Method in class org.junit.platform.launcher.tagexpression.Token
 
endInstant - Variable in class org.junit.platform.testkit.engine.Execution
 
engine() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is an instance of EngineDescriptor.
engine(String) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Create an execution EngineTestKit.Builder for the TestEngine with the supplied ID.
engine(TestEngine) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Create an execution EngineTestKit.Builder for the supplied TestEngine.
ENGINE_ID - Static variable in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
ENGINE_ID - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
ENGINE_SEGMENT_TYPE - Static variable in class org.junit.platform.engine.UniqueId
 
engineAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
engineDescriptor - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
engineDescriptor - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
engineDescriptor - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
engineDescriptor - Variable in class org.junit.platform.testkit.engine.EngineDiscoveryResults
 
engineDescriptor - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
EngineDescriptor - Class in org.junit.platform.engine.support.descriptor
An EngineDescriptor is a TestDescriptor for a specific TestEngine.
EngineDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.EngineDescriptor
Create a new EngineDescriptor with the supplied UniqueId and display name.
engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
Called when test discovery has finished for an engine.
engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in class org.junit.platform.launcher.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
 
engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
engineDiscoveryFinished(UniqueId, EngineDiscoveryResult) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
EngineDiscoveryListener - Interface in org.junit.platform.engine
EngineDiscoveryListener defines the API which enables a TestEngine to 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, Collection) - Constructor for class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
EngineDiscoveryOrchestrator(Iterable, Collection, ListenerRegistry) - Constructor for class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
EngineDiscoveryRequest - Interface in org.junit.platform.engine
EngineDiscoveryRequest provides a TestEngine access to the information necessary to discover tests and containers.
EngineDiscoveryRequestResolution - Class in org.junit.platform.engine.support.discovery
 
EngineDiscoveryRequestResolution(EngineDiscoveryRequest, TestDescriptor, List, List) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
EngineDiscoveryRequestResolution.DefaultContext - Class in org.junit.platform.engine.support.discovery
 
EngineDiscoveryRequestResolver<T> - Class in org.junit.platform.engine.support.discovery
Configurable test discovery implementation based on SelectorResolver and TestDescriptor.Visitor that can be reused by different TestEngines.
EngineDiscoveryRequestResolver(List, List) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
 
EngineDiscoveryRequestResolver.Builder<T> - Class in org.junit.platform.engine.support.discovery
EngineDiscoveryRequestResolver.DefaultInitializationContext<T> - Class in org.junit.platform.engine.support.discovery
 
EngineDiscoveryRequestResolver.InitializationContext<T> - Interface in org.junit.platform.engine.support.discovery
The initialization context for creating resolvers and visitors that depend on the EngineDiscoveryRequest to be resolved or the engine descriptor that will be used to collect the results.
EngineDiscoveryResult - Class in org.junit.platform.launcher
EngineDiscoveryResult encapsulates the result of test discovery by a TestEngine.
EngineDiscoveryResult(EngineDiscoveryResult.Status, Throwable) - Constructor for class org.junit.platform.launcher.EngineDiscoveryResult
 
EngineDiscoveryResult.Status - Enum in org.junit.platform.launcher
Status of test discovery by a TestEngine.
EngineDiscoveryResults - Class in org.junit.platform.testkit.engine
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.
EngineDiscoveryResults(TestDescriptor, List) - Constructor for class org.junit.platform.testkit.engine.EngineDiscoveryResults
 
EngineDiscoveryResultValidator - Class in org.junit.platform.launcher.core
Perform common validation checks on the result from the `discover()` method.
EngineDiscoveryResultValidator() - Constructor for class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
 
engineDiscoveryStarted(UniqueId) - Method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
engineDiscoveryStarted(UniqueId) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
Called when test discovery is about to be started for an engine.
engineDiscoveryStarted(UniqueId) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
engineDiscoveryStarted(UniqueId) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
EngineExecutionContext - Interface in org.junit.platform.engine.support.hierarchical
Marker interface for an execution context used by a concrete implementation of HierarchicalTestEngine and its collaborators.
engineExecutionListener - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
engineExecutionListener - Variable in class org.junit.platform.engine.ExecutionRequest
 
engineExecutionListener - Variable in class org.junit.vintage.engine.execution.RunnerExecutor
 
engineExecutionListener - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
EngineExecutionListener - Interface in org.junit.platform.engine
Listener to be notified of test execution events by test engines.
engineExecutionListeners - Variable in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
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
 
EngineExecutionOrchestrator(ListenerRegistry) - Constructor for class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
EngineExecutionResults - Class in org.junit.platform.testkit.engine
EngineExecutionResults provides a fluent API for processing the results of executing a test plan on the JUnit Platform for a given TestEngine.
EngineExecutionResults(List) - Constructor for class org.junit.platform.testkit.engine.EngineExecutionResults
Construct EngineExecutionResults from the supplied list of recorded events.
EngineFilter - Class in org.junit.platform.launcher
An EngineFilter is applied to all TestEngines before they are used.
EngineFilter(List, EngineFilter.Type) - Constructor for class org.junit.platform.launcher.EngineFilter
 
EngineFilter.Type - Enum in org.junit.platform.launcher
 
EngineFilterer - Class in org.junit.platform.launcher.core
 
EngineFilterer(List) - Constructor for class org.junit.platform.launcher.core.EngineFilterer
 
engineFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
engineFilters - Variable in class org.junit.platform.launcher.core.EngineFilterer
 
engineFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
engineIds - Variable in class org.junit.platform.launcher.EngineFilter
 
EngineIdValidator - Class in org.junit.platform.launcher.core
 
EngineIdValidator() - Constructor for class org.junit.platform.launcher.core.EngineIdValidator
 
EngineResultInfo(TestDescriptor, DiscoveryIssueNotifier, Throwable) - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
engines - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
engineStarted - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
EngineTestKit - Class in org.junit.platform.testkit.engine
EngineTestKit provides support for discovering and executing tests for a given TestEngine and provides convenient access to the results.
EngineTestKit() - Constructor for class org.junit.platform.testkit.engine.EngineTestKit
 
EngineTestKit.Builder - Class in org.junit.platform.testkit.engine
TestEngine execution builder.
EngineTestKit.Builder.DisabledOutputDirectoryCreator - Class in org.junit.platform.testkit.engine
 
enqueueAdditionalSelectors(SelectorResolver.Resolution) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
ensureInitialized() - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
ensureOnlySingleExpressionRemains() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
entries - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitExtensions
 
entry() - Method in enum org.junit.platform.console.output.Theme
 
EnumArgumentsProvider - Class in org.junit.jupiter.params.provider
 
EnumArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
EnumConfigurationParameterConverter<E> - Class in org.junit.jupiter.engine.config
 
EnumConfigurationParameterConverter(Class, String) - Constructor for class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
enumDisplayName - Variable in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
EnumSource - Annotation Type in org.junit.jupiter.params.provider
@EnumSource is a repeatable ArgumentsSource for constants of an Enum.
EnumSource.Mode - Enum in org.junit.jupiter.params.provider
Enumeration of modes for selecting enum constants by name.
EnumSource.Mode.Validator - Interface in org.junit.jupiter.params.provider
 
EnumSources - Annotation Type in org.junit.jupiter.params.provider
@EnumSources is a simple container for one or more EnumSource annotations.
enumType - Variable in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
equals(Object) - Method in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
equals(Object) - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
equals(Object) - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
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.DefaultUriSource
 
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.support.store.NamespacedHierarchicalStore.CompositeKey
 
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.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
 
equals(Object) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
equals(Object) - Method in class org.junit.platform.launcher.TestIdentifier
 
err - Variable in class org.junit.platform.console.command.OutputStreamConfig
 
error(String) - Static method in class org.junit.platform.launcher.tagexpression.ParseResults
 
error(String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
ERROR - Enum constant in enum org.junit.platform.engine.DiscoveryIssue.Severity
Indicates that the engine encountered something that is definitely problematic and will lead to unexpected behavior.
errorAt(Token, String, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
errored(TestDescriptor, DiscoveryIssueNotifier, Throwable) - Static method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
errorMessage - Variable in class org.junit.platform.launcher.tagexpression.ParseStatus
 
errorMessage() - Method in interface org.junit.platform.launcher.tagexpression.ParseResult
Return the contained parse error message, if any.
evaluate() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
evaluate(Collection) - Method in interface org.junit.platform.launcher.tagexpression.TagExpression
Evaluate this tag expression against the supplied collection of tags.
evaluate(ExecutionCondition, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
evaluate(ExtensionRegistry, JupiterConfiguration, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
Evaluate all ExecutionCondition extensions registered for the supplied ExtensionContext.
EvaluatedArgumentSet - Class in org.junit.jupiter.params
Encapsulates the evaluation of an Arguments instance (so it happens only once) and access to the resulting argument values.
EvaluatedArgumentSet(Object[], Object[], Optional) - Constructor for class org.junit.jupiter.params.EvaluatedArgumentSet
 
EvaluatedValue(NamespacedHierarchicalStore.CompositeKey, int, Object) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.DisabledCondition
Containers/tests are disabled if @Disabled is present on the test class or method.
evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
Containers/tests are disabled if @Ignore is present on the test class or method.
evaluateIfNotNull(NamespacedHierarchicalStore.StoredValue) - Static method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
evaluateSafely(NamespacedHierarchicalStore.CompositeKey) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
evaluationException(Class, Exception) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
event(Condition...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches all of the supplied conditions.
Event - Class in org.junit.platform.testkit.engine
Event represents a single event fired during execution of a test plan on the JUnit Platform.
Event(EventType, TestDescriptor, Object) - Constructor for class org.junit.platform.testkit.engine.Event
Construct an Event with the supplied arguments.
EventConditions - Class in org.junit.platform.testkit.engine
Collection of AssertJ conditions for Event.
EventConditions() - Constructor for class org.junit.platform.testkit.engine.EventConditions
 
events - Variable in class org.junit.platform.testkit.engine.Events
 
events - Variable in class org.junit.platform.testkit.engine.EventStatistics
 
events - Variable in class org.junit.platform.testkit.engine.ExecutionRecorder
 
Events - Class in org.junit.platform.testkit.engine
Events is a facade that provides a fluent API for working with events.
Events(List, String) - Constructor for class org.junit.platform.testkit.engine.Events
 
Events(Stream, String) - Constructor for class org.junit.platform.testkit.engine.Events
 
eventsByType(EventType) - Method in class org.junit.platform.testkit.engine.Events
 
EventStatistics - Class in org.junit.platform.testkit.engine
EventStatistics provides a fluent API for asserting statistics for events.
EventStatistics(Events, String) - Constructor for class org.junit.platform.testkit.engine.EventStatistics
 
EventType - Enum in org.junit.platform.testkit.engine
Enumeration of the different possible Event types.
EventType - Enum in org.junit.vintage.engine.execution
 
EventType() - Constructor for enum org.junit.platform.testkit.engine.EventType
 
EventType() - Constructor for enum org.junit.vintage.engine.execution.EventType
 
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) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Factory for creating an exact match with potential children.
EXACT - Enum constant in enum org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
 
Example - Section in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
Example - Section in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
Example - Section in interface org.junit.platform.launcher.core.LauncherConfig
 
Example - Section in org.junit.jupiter.params.provider.CsvFileSource.useHeadersInDisplayName()
 
Example - Section in org.junit.jupiter.params.provider.CsvSource.textBlock()
 
Example - Section in org.junit.jupiter.params.provider.CsvSource.useHeadersInDisplayName()
 
Example - Section in org.junit.jupiter.params.provider.CsvSource.value()
 
Example - Section in org.junit.platform.testkit.engine.Events.assertEventsMatchExactly(Condition...)
 
Example - Section in org.junit.platform.testkit.engine.Events.assertEventsMatchLoosely(Condition...)
 
Example - Section in org.junit.platform.testkit.engine.Events.assertEventsMatchLooselyInOrder(Condition...)
 
Example - Section in org.junit.platform.testkit.engine.Events.assertStatistics(Consumer)
 
Examples - Section in annotation type org.junit.jupiter.params.provider.FieldSource
 
Examples - Section in annotation type org.junit.jupiter.params.provider.MethodSource
 
Examples - Section in org.junit.jupiter.engine.Constants.DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
 
Examples - Section in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME
 
Examples - Section in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME
 
Examples - Section in org.junit.platform.launcher.LauncherConstants.DEACTIVATE_LISTENERS_PATTERN_PROPERTY_NAME
 
Example Usage - Section in org.junit.platform.testkit.engine.EngineTestKit.engine(String)
 
Example Usage - Section in org.junit.platform.testkit.engine.EngineTestKit.engine(TestEngine)
 
exception - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
EXCEPTION_WAS_HANDLED - Static variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
exceptionsDuringInterruption - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
EXCLUDE - Enum constant in enum org.junit.jupiter.params.provider.EnumSource.Mode
Select all declared enum constants except those supplied via the EnumSource.names() attribute.
EXCLUDE - Enum constant in enum org.junit.platform.launcher.EngineFilter.Type
 
ExcludeClassNameFilter - Class in org.junit.platform.engine.discovery
ClassNameFilter that matches fully qualified class names against patterns in the form of regular expressions.
ExcludeClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
excludeClassNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
Create a new exclude ClassNameFilter based on the supplied patterns.
ExcludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@ExcludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
excludeClassNamePatterns2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
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.
excludedClassNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
excludedEngines - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
excludedEngines - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludedEngines2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
ExcludeDescriptionFilter(Description) - Constructor for class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
excludedMethodNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
excludedPackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
excludedTagExpressions - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
excludedTags - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludedTags2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new exclude EngineFilter based on the supplied engine IDs.
excludeEngines(List) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new exclude EngineFilter based on the supplied engine IDs.
ExcludeEngines - Annotation Type in org.junit.platform.suite.api
@ExcludeEngines specifies the IDs of TestEngines to be excluded when running a test suite on the JUnit Platform.
excludeMatching(List) - Static method in class org.junit.platform.launcher.TagFilter
 
ExcludeMethodFilter - Class in org.junit.platform.launcher
MethodFilter that matches fully qualified method names against patterns in the form of regular expressions.
ExcludeMethodFilter(String...) - Constructor for class org.junit.platform.launcher.ExcludeMethodFilter
 
excludeMethodNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludeMethodNamePatterns(String...) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new exclude MethodFilter based on the supplied patterns.
excludeMethodNamePatterns(List) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new exclude MethodFilter based on the supplied patterns.
ExcludePackageNameFilter - Class in org.junit.platform.engine.discovery
PackageNameFilter that matches fully qualified package names that are not prefixed by one of the package names provided to the filter.
ExcludePackageNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
excludePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new exclude PackageNameFilter based on the supplied package names.
excludePackageNames(List) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new exclude PackageNameFilter based on the supplied package names.
excludePackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
ExcludePackages - Annotation Type in org.junit.platform.suite.api
@ExcludePackages specifies the packages to be excluded when running a test suite on the JUnit Platform.
excludePackages2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
excludeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
Create an exclude filter based on the supplied tag expressions.
excludeTags(List) - Static method in class org.junit.platform.launcher.TagFilter
Create an exclude filter based on the supplied tag expressions.
ExcludeTags - Annotation Type in org.junit.platform.suite.api
@ExcludeTags specifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform.
exclusionReasonExpressionNotSatisfy(List) - Static method in class org.junit.platform.launcher.TagFilter
 
exclusionReasonExpressionSatisfy(List) - Static method in class org.junit.platform.launcher.TagFilter
 
exclusive - Variable in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
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 in org.junit.platform.engine.support.hierarchical
LockMode translates to the respective ReadWriteLock locks.
exclusiveResourceCollector - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
ExclusiveResourceCollector - Class in org.junit.jupiter.engine.descriptor
 
ExclusiveResourceCollector() - Constructor for class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
ExclusiveResourceCollector.DefaultExclusiveResourceCollector - Class in org.junit.jupiter.engine.descriptor
 
ExclusiveTask(HierarchicalTestExecutorService.TestTask) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
 
exec() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
 
execSync() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
 
executable - Variable in class org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
 
executableInvoker - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
ExecutableParameterDeclaration(Parameter, int, int) - Constructor for class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
executables - Variable in class org.junit.platform.testkit.engine.EventStatistics
 
execute() - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
execute() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
Execute this task.
execute() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
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 Throwable that signals abortion or failure.
execute() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
execute() - Method in interface org.junit.platform.testkit.engine.Assertions.Executable
 
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) - Method in class org.junit.platform.console.command.BaseCommand
 
execute(PrintWriter) - Method in class org.junit.platform.console.command.DiscoverTestsCommand
 
execute(PrintWriter) - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
execute(PrintWriter) - Method in class org.junit.platform.console.command.ListTestEnginesCommand
 
execute(PrintWriter, Optional) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
execute(String...) - Method in class org.junit.platform.console.command.BaseCommand
 
execute(String, EngineDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
execute(String, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Execute tests for the given LauncherDiscoveryRequest using the TestEngine with 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.DynamicContainerTestDescriptor
 
execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
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.vintage.engine.VintageTestEngine
 
execute(Node.DynamicTestExecutor, TestDescriptor) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
execute(ThrowableCollector.Executable) - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Execute the supplied ThrowableCollector.Executable and collect any Throwable thrown 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) - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
 
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(TestDescriptor, EngineExecutionListener) - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
 
execute(TestEngine, EngineDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
execute(TestEngine, LauncherDiscoveryRequest) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
Execute tests for the given LauncherDiscoveryRequest using the supplied TestEngine.
execute(InternalTestPlan, EngineExecutionListener, TestExecutionListener, NamespacedHierarchicalStore) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
execute(InternalTestPlan, NamespacedHierarchicalStore, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
execute(InternalTestPlan, TestExecutionListener[]) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
execute(LauncherDiscoveryResult, EngineExecutionListener, NamespacedHierarchicalStore) - 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) - 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 class org.junit.platform.launcher.core.DefaultLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DelegatingLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.InterceptingLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
Execute a TestPlan which is built according to the supplied LauncherDiscoveryRequest by 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 class org.junit.platform.launcher.core.DefaultLauncher
 
execute(TestPlan, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
execute(TestPlan, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DelegatingLauncher
 
execute(TestPlan, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.InterceptingLauncher
 
execute(TestPlan, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
execute(TestPlan, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
Execute the supplied TestPlan and 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
 
executeAndMaskThrowable(Executable) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
executeClassesAndMethodsSequentially() - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
executeClassesInParallel(List, RunnerExecutor, ExecutorService) - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
executeClassesSequentially(List, RunnerExecutor) - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
executed - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
executed() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo represents a completed execution.
executed(TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
Create an executed TerminationInfo instance for the supplied TestExecutionResult.
executeDirectly(TestEngine, EngineDiscoveryRequest, EngineExecutionListener) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
executeEngine(TestDescriptor, EngineExecutionListener, ConfigurationParameters, TestEngine, OutputDirectoryCreator, DiscoveryIssueNotifier, NamespacedHierarchicalStore) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
executeForProvider(P, AtomicInteger, Node.DynamicTestExecutor, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
executeInParallel() - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
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
 
executePreInterruptCallback(Thread, Consumer) - Method in interface org.junit.jupiter.engine.extension.PreInterruptCallbackInvocation
 
executeRecursively() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
executeSafely(SingleTestExecutor.Executable) - Method in class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
Deprecated.
Execute the supplied SingleTestExecutor.Executable and return a TestExecutionResult based on the outcome.
executeSync(Deque) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
executeTests(PrintWriter, Optional) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
ExecuteTestsCommand - Class in org.junit.platform.console.command
 
ExecuteTestsCommand(ConsoleTestExecutor.Factory) - Constructor for class org.junit.platform.console.command.ExecuteTestsCommand
 
ExecuteTestsCommand.ReportingOptions - Class in org.junit.platform.console.command
 
executeUsingLauncherOrchestration(TestEngine, LauncherDiscoveryRequest, EngineExecutionListener) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
Execution - Class in org.junit.platform.testkit.engine
Execution encapsulates metadata for the execution of a single TestDescriptor.
Execution(TestDescriptor, Instant, Instant, TerminationInfo) - Constructor for class org.junit.platform.testkit.engine.Execution
 
EXECUTION - Enum constant in enum org.junit.platform.launcher.core.LauncherPhase
 
executionAdvisor - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
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) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.launcher.core.StackTracePruningEngineExecutionListener
 
executionFinished(TestDescriptor, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Event
Create a finished Event for the supplied TestDescriptor and TestExecutionResult.
executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a container or test that completed with the provided TestExecutionResult.
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.launcher.core.CompositeTestExecutionListener
 
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 TestPlan has finished, regardless of the outcome.
executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionJustFinished(TestIdentifier, TestExecutionResult) - Method in interface org.junit.platform.launcher.core.CompositeTestExecutionListener.EagerTestExecutionListener
 
executionJustFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
executionJustStarted(TestIdentifier) - Method in interface org.junit.platform.launcher.core.CompositeTestExecutionListener.EagerTestExecutionListener
 
executionJustStarted(TestIdentifier) - Method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
executionListener - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ExecutionListenerAdapter - Class in org.junit.platform.launcher.core
An ExecutionListenerAdapter adapts a TestPlan and a corresponding TestExecutionListener to the EngineExecutionListener API.
ExecutionListenerAdapter(TestPlan, TestExecutionListener) - Constructor for class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
executionListeners - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
ExecutionMode() - Constructor for enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
 
executionModeConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
executionOrchestrator - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
ExecutionRecorder - Class in org.junit.platform.testkit.engine
ExecutionRecorder is an EngineExecutionListener that records data from every event that occurs during the engine execution lifecycle and provides functionality for retrieving execution state via EngineExecutionResults.
ExecutionRecorder() - Constructor for class org.junit.platform.testkit.engine.ExecutionRecorder
 
ExecutionRequest - Class in org.junit.platform.engine
Provides a single TestEngine access 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.
ExecutionRequest(TestDescriptor, EngineExecutionListener, ConfigurationParameters, OutputDirectoryCreator, NamespacedHierarchicalStore) - Constructor for class org.junit.platform.engine.ExecutionRequest
 
executionResult - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
executionResults - Variable in class org.junit.vintage.engine.execution.TestRun
 
executions - Variable in class org.junit.platform.testkit.engine.Executions
 
executions() - Method in class org.junit.platform.testkit.engine.Events
Get the Executions for the current set of events.
Executions - Class in org.junit.platform.testkit.engine
Executions is a facade that provides a fluent API for working with executions.
Executions(List, String) - Constructor for class org.junit.platform.testkit.engine.Executions
 
Executions(Stream, String) - Constructor for class org.junit.platform.testkit.engine.Executions
 
executionsByTerminationInfo(Predicate) - Method in class org.junit.platform.testkit.engine.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) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
executionSkipped(TestDescriptor, String) - Static method in class org.junit.platform.testkit.engine.Event
Create a skipped Event for the supplied TestDescriptor and reason.
executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for 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.launcher.core.CompositeTestExecutionListener
 
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 TestPlan has been skipped.
executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionStarted - Variable in class org.junit.platform.launcher.core.InternalTestPlan
 
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) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
executionStarted(TestDescriptor) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
executionStarted(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
executionStarted(TestDescriptor) - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
executionStarted(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
Create a started Event for the supplied TestDescriptor.
executionStarted(TestDescriptor) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for 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.launcher.core.CompositeTestExecutionListener
 
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 TestPlan is about to be started.
executionStarted(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionStartedMillis - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
executor - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
executor - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.ExecutorResource
 
ExecutorResource(ScheduledExecutorService) - Constructor for class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.ExecutorResource
 
executorService - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
executorService - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
exitCode - Variable in class org.junit.platform.console.command.CommandResult
 
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.
expansionCallback(ClassBasedTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
expansionCallback(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
expansionCallback(TestDescriptor, Supplier) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
EXPECTED_RETURN_TYPE_MESSAGE - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
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 Extension provides native support for the ExpectedException rule from JUnit 4.
ExpectedExceptionSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
explicit(Map) - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
EXPLICIT - Enum constant in enum org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
 
explicitParameters - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
explicitParameters(Map) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
expressions - Variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
extend() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
extension - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
extensionContext - Variable in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
extensionContext - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
extensionContext - Variable in class org.junit.jupiter.engine.extension.DefaultTestReporter
 
extensionContext - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
extensionContext - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
ExtensionContextInternal - Interface in org.junit.jupiter.engine.extension
ExtensionContextInternal extends the ExtensionContext with internal API.
extensionContextScopeConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
ExtensionContextSupplier - Interface in org.junit.jupiter.engine.execution
Container of two instances of ExtensionContext to simplify the legacy for #3445.
ExtensionContextSupplier.ScopeBasedExtensionContextSupplier - Class in org.junit.jupiter.engine.execution
 
ExtensionRegistrar - Interface in org.junit.jupiter.engine.extension
An ExtensionRegistrar is used to register extensions.
extensionRegistry - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
extensionRegistry - Variable in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
extensionRegistry - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ExtensionRegistry - Interface in org.junit.jupiter.engine.extension
An ExtensionRegistry holds all registered extensions (i.e.
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 ServiceLoader mechanism: "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.out when a timeout has occurred.
ExtensionUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for working with extensions and the extension registry.
ExtensionUtils() - Constructor for class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
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 Extension provides native support for subclasses of the ExternalResource rule from JUnit 4.
ExternalResourceSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
extractFromNamed(Object[], Function) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
extractFromNamed(Object, Function) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 

F

factory - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
factory - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter
 
fail(String) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
fail(String, Object, Object) - Static method in class org.junit.platform.testkit.engine.Assertions
 
failed() - Method in enum org.junit.platform.console.output.Theme
 
failed() - Method in class org.junit.platform.testkit.engine.Events
Get the failed Events contained in this Events object.
failed() - Method in class org.junit.platform.testkit.engine.Executions
Get the failed Executions contained in this Executions object.
failed(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected failed events.
failed(Throwable) - Static method in class org.junit.platform.engine.SelectorResolutionResult
Create a SelectorResolutionResult for a failed selector resolution.
failed(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
Create a TestExecutionResult for a failed execution of a test or container with the supplied throwable.
failed(Throwable) - Static method in class org.junit.platform.launcher.EngineDiscoveryResult
Create a EngineDiscoveryResult for a failed test discovery.
FAILED - Enum constant in enum org.junit.platform.console.output.Style
 
FAILED - Enum constant in enum org.junit.platform.engine.SelectorResolutionResult.Status
Indicates that the TestEngine has encountered an error while resolving the selector.
FAILED - Enum constant in enum org.junit.platform.engine.TestExecutionResult.Status
Indicates that the execution of a test or container failed.
FAILED - Enum constant in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
Indicates that test discovery has failed.
failIfNoTests - Variable in class org.junit.platform.console.command.ExecuteTestsCommand.ReportingOptions
 
failIfNoTests() - Element in annotation type org.junit.platform.suite.api.Suite
Fail suite if no tests were discovered.
failNotEqual(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
 
failOrExecuteEngine(LauncherDiscoveryResult, EngineExecutionListener, TestEngine, NamespacedHierarchicalStore) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
failure() - Static method in class org.junit.platform.console.command.CommandResult
 
Failure(Throwable) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier.Failure
 
FAILURE - Static variable in class org.junit.platform.console.command.CommandResult
Exit code indicating any failure(s).
FAILURE_MESSAGE - Static variable in class org.junit.platform.testkit.engine.EngineTestKit.Builder.DisabledOutputDirectoryCreator
 
FAILURE_TRACKER - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
 
failureCount - Variable in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
failures - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
failureThreshold - Variable in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
failureThreshold(RepeatedTest, Method) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
FailureTracker(ExtensionContext, ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory.FailureTracker
 
field - Variable in class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
 
field - Variable in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
FieldArgumentsProvider - Class in org.junit.jupiter.params.provider
FieldArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.FieldArgumentsProvider
 
FieldContext - Interface in org.junit.jupiter.params.support
FieldContext encapsulates the context in which an @Parameter-annotated Field is declared in a @ParameterizedClass.
FieldContext(Field) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
 
Field injection - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
fieldName - Variable in class org.junit.vintage.engine.support.UniqueIdReader
 
Field or Constructor Injection - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
FieldParameterDeclaration(Field, int) - Constructor for class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
FIELDS - Enum constant in enum org.junit.jupiter.params.ParameterizedClassContext.InjectionType
 
FieldSource - Annotation Type in org.junit.jupiter.params.provider
@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 - Annotation Type in org.junit.jupiter.params.provider
@FieldSources is a simple container for one or more FieldSource annotations.
file - Variable in class org.junit.platform.engine.support.descriptor.FileSource
 
file(String) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.InputStreamProvider
 
File() - Constructor for class org.junit.platform.console.options.SelectorConverter.File
 
FILE_ENTRY_PUBLISHED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor published a file entry.
FILE_OPERATIONS_KEY - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
 
fileEntry(Predicate) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of FileEntry that contains a file that matches the supplied Predicate.
FileEntry - Class in org.junit.platform.engine.reporting
FileEntry encapsulates a file or directory to be published to the reporting infrastructure.
FileEntry(Path, String) - Constructor for class org.junit.platform.engine.reporting.FileEntry
 
fileEntryPublished() - Method in class org.junit.platform.testkit.engine.Events
Get the file entry publication Events contained in this Events object.
fileEntryPublished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected file entry publication events.
fileEntryPublished(TestDescriptor, FileEntry) - Method in interface org.junit.platform.engine.EngineExecutionListener
Can be called for any TestDescriptor in order to publish a file or directory by attaching it to a test or container — for example: Screenshots Logs Output files written by the code under test Test output directory
fileEntryPublished(TestDescriptor, FileEntry) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
fileEntryPublished(TestDescriptor, FileEntry) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
fileEntryPublished(TestDescriptor, FileEntry) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
fileEntryPublished(TestDescriptor, FileEntry) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for a published file for the supplied TestDescriptor and FileEntry.
fileEntryPublished(TestDescriptor, FileEntry) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a published FileEntry.
fileEntryPublished(TestIdentifier, FileEntry) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
fileEntryPublished(TestIdentifier, FileEntry) - Method in class org.junit.platform.console.output.TreePrintingListener
 
fileEntryPublished(TestIdentifier, FileEntry) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
fileEntryPublished(TestIdentifier, FileEntry) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
fileEntryPublished(TestIdentifier, FileEntry) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when a file or directory has been published for the supplied TestIdentifier.
fileEntryPublished(TestIdentifier, FileEntry) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
filePosition - Variable in class org.junit.platform.engine.support.descriptor.FileSource
 
FilePosition - Class in org.junit.platform.engine.discovery
Position inside a file represented by line and column numbers.
FilePosition - Class in org.junit.platform.engine.support.descriptor
Position inside a file represented by line and column numbers.
FilePosition(int) - Constructor for class org.junit.platform.engine.discovery.FilePosition
 
FilePosition(int) - Constructor for class org.junit.platform.engine.support.descriptor.FilePosition
 
FilePosition(int, int) - Constructor for class org.junit.platform.engine.discovery.FilePosition
 
FilePosition(int, int) - Constructor for class org.junit.platform.engine.support.descriptor.FilePosition
 
files - Variable in class org.junit.platform.console.output.TreeNode
 
files() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The CSV files to use as the sources of arguments; must not be empty unless CsvFileSource.resources() is non-empty.
FileSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a file so that TestEngines can discover tests or containers based on files in the file system.
FileSelector(String, FilePosition) - Constructor for class org.junit.platform.engine.discovery.FileSelector
 
FileSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
FileSource - Class in org.junit.platform.engine.support.descriptor
File based TestSource with an optional position.
FileSource(File) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
 
FileSource(File, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
 
FileSource(FileSource, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
 
FileSystemSource - Interface in org.junit.platform.engine.support.descriptor
File system based TestSource.
filter(Predicate) - Method in class org.junit.platform.testkit.engine.Events
Shortcut for events.stream().filter(predicate).
filter(Predicate) - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for executions.stream().filter(predicate).
filter(Filter) - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
filter(Filter) - Method in class org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
 
Filter<T> - Interface in org.junit.platform.engine
A Filter can be applied to determine if an object should be included or excluded in a result set.
Filterable - Interface in org.junit.jupiter.engine.descriptor
Filterable is implemented by TestDescriptors that may register dynamic tests during execution and support selective test execution.
FilterableIgnoringRunnerDecorator - Class in org.junit.vintage.engine.discovery
FilterableIgnoringRunnerDecorator(Runner) - Constructor for class org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
 
filterEvents(List, Predicate) - Static method in class org.junit.platform.testkit.engine.EngineExecutionResults
Filter the supplied list of events using the supplied predicate.
filterOptions - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
FilterOptions() - Constructor for class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
FilterResult - Class in org.junit.platform.engine
The result of applying a Filter.
FilterResult(boolean, String) - Constructor for class org.junit.platform.engine.FilterResult
 
filters - Variable in class org.junit.platform.engine.CompositeFilter
 
filters - Variable in class org.junit.vintage.engine.descriptor.OrFilter
 
filters - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
filters(DiscoveryFilter...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Deprecated.
filters(Filter...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all supplied filters to the request.
filters(Filter...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add all supplied filters to the request.
filters(Filter...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied filters.
filterStandardClassNamePatterns - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
filterStandardClassNamePatterns(boolean) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Specify whether to filter standard class name patterns.
finalizer - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
findAfterAllMethods(Class, boolean, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findAfterEachMethods(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findAllClassTemplateInvocationLifecycleMethods(Class) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findAnnotatedFields(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
findAnnotatedMethods(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
findAnnotation(Class) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
findAnnotation(Class) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
findAnnotations(AnnotatedElement, Class) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
findAnnotationValues(AnnotatedElement, Class, Function) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
findBeforeAllMethods(Class, boolean, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findBeforeEachMethods(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findBestConstructor(Class, Class) - Static method in class org.junit.jupiter.params.ParameterizedTestSpiInstantiator
Find the "best" constructor for the supplied implementation class.
findByUniqueId(UniqueId) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
findByUniqueId(UniqueId) - Method in interface org.junit.platform.engine.TestDescriptor
Find the descriptor with the supplied unique ID.
findClassTemplateInvocationLifecycleMethodAnnotation(Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findConstructor(Class, Class) - Static method in class org.junit.jupiter.params.ParameterizedTestSpiInstantiator
 
findConsumedAnnotationType(T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
findDeclaration(int) - Method in class org.junit.jupiter.params.ResolverFacade
 
findDisplayNameGenerator(List, Class) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
findEvent(List, SoftAssertions, Condition) - Static method in class org.junit.platform.testkit.engine.Events
 
findFactoryMethod(Class, Optional, String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
findFactoryMethodByFullyQualifiedName(Class, Optional, String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
findFactoryMethodBySimpleName(Class, Optional, String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
Find the factory method by searching for all methods in the given clazz with the desired factoryMethodName which have return types that can be converted to a Stream, ignoring the testMethod itself as well as any @Test, @TestTemplate, or @TestFactory methods with the same name.
findField(Class, String) - Static method in class org.junit.jupiter.params.provider.FieldArgumentsProvider
 
findFirstPlaceholder(ParameterizedInvocationNameFormatter.PartialFormatters, String) - Static method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
findInstance(Class) - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
findJUnit4Description(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
findLifecycleMethodsAndAssertStaticAndNonPrivate(Class, TestInstance.Lifecycle, HierarchyTraversalMode, Class, Predicate, ResolverFacade) - Static method in class org.junit.jupiter.params.ParameterizedClassContext
 
findMatchingLeftParenthesis(Token) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
findMatchingName(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
findMatchingName(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
findMatchingPattern(String) - Method in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
findMatchingPattern(String) - Method in class org.junit.platform.launcher.AbstractMethodFilter
 
findMethod(Class, String) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
findMethod(String, Class) - Method in class org.junit.jupiter.engine.discovery.MethodSegmentResolver
 
findMethodsAndCheckNonStatic(Class, Class, HierarchyTraversalMode, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findMethodsAndCheckStatic(Class, boolean, Class, HierarchyTraversalMode, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findMethodsAndCheckVoidReturnType(Class, Class, HierarchyTraversalMode, DiscoveryIssueReporter, DiscoveryIssueReporter.Condition) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
findOperands(Token, Operator) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
findParameterAnnotatedFields(Class) - Static method in class org.junit.jupiter.params.ParameterizedClassContext
 
findParent(Description, Function) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
findPath(Map, UniqueId) - Static method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
 
findRepeatableAnnotations(Class) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
findRepeatableAnnotations(Class) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
findTestSource(Description) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
finished() - Method in class org.junit.platform.testkit.engine.Events
Get the finished Events contained in this Events object.
finished() - Method in class org.junit.platform.testkit.engine.Executions
Get the finished Executions contained in this Executions object.
finished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected finished events.
finished(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its payload is an instance of TestExecutionResult that matches the supplied Condition.
finished(TestDescriptor, Instant, Instant, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Execution
Create a new instance of an Execution that finished with the provided TestExecutionResult.
FINISHED - Enum constant in enum org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
 
FINISHED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has finished, regardless of the outcome.
finishedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
finishedEventsByStatus(TestExecutionResult.Status) - Method in class org.junit.platform.testkit.engine.Events
 
finishedExecutions() - Method in class org.junit.platform.testkit.engine.Executions
 
finishedExecutionsByStatus(TestExecutionResult.Status) - Method in class org.junit.platform.testkit.engine.Executions
 
finishedSuccessfully() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of SUCCESSFUL.
finishedWithCause(TestExecutionResult.Status, Condition...) - Static method in class org.junit.platform.testkit.engine.EventConditions
 
finishedWithFailure() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of FAILED.
finishedWithFailure(Condition...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.FINISHED and its result has a status of FAILED as well as a cause that matches all of the supplied Conditions.
fireExecutionFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionFinishedForInProgressNonAncestorTestDescriptorsWithSyntheticStartEvents(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionSkipped(TestDescriptor, String) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionStarted(TestDescriptor, EventType) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionStartedIncludingUnstartedAncestors(Optional) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireTestIgnored(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
FIXED - Enum constant in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Uses the mandatory "fixed.parallelism" configuration parameter as the desired parallelism.
FLAT - Enum constant in enum org.junit.platform.console.options.Details
Test plan execution details are rendered in a flat, line-by-line mode.
FlatPrintingListener - Class in org.junit.platform.console.output
 
FlatPrintingListener(PrintWriter, ColorPalette) - Constructor for class org.junit.platform.console.output.FlatPrintingListener
 
floats() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The float values to use as sources of arguments; must not be empty.
forBiConsumer(BiConsumer) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to the supplied BiConsumer for consumption of logging messages.
FORBIDDEN_CHARS - Static variable in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
forcedDescendantExecutionModeByTestDescriptor - Variable in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
forceDescendantExecutionMode(TestDescriptor, Node.ExecutionMode) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
forceDescendantExecutionModeRecursively(NodeExecutionAdvisor, TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
forEach(List, Consumer) - Method in enum org.junit.platform.launcher.core.IterationOrder
 
forEngine(String) - Static method in class org.junit.platform.engine.UniqueId
Create an engine's unique ID from its engineId using the default format.
forEngineExecutionListeners() - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
forJavaUtilLogging() - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to a Logger using a log level of FINE.
forJavaUtilLogging(Level) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to a Logger using the supplied log level.
forkConcurrentTasks(List, Deque, Deque, Deque) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
forkJoinPool - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
ForkJoinPoolHierarchicalTestExecutorService - Class in org.junit.platform.engine.support.hierarchical
A ForkJoinPool-based executor service that executes test tasks with the configured parallelism.
ForkJoinPoolHierarchicalTestExecutorService(ConfigurationParameters) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
Create a new ForkJoinPoolHierarchicalTestExecutorService based on the supplied ConfigurationParameters.
ForkJoinPoolHierarchicalTestExecutorService(ParallelExecutionConfiguration) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
Create a new ForkJoinPoolHierarchicalTestExecutorService based on the supplied ParallelExecutionConfiguration.
ForkJoinPoolHierarchicalTestExecutorService(ParallelExecutionConfiguration, ForkJoinPoolHierarchicalTestExecutorService.TaskEventListener) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask - Class in org.junit.platform.engine.support.hierarchical
 
ForkJoinPoolHierarchicalTestExecutorService.TaskEventListener - Interface in org.junit.platform.engine.support.hierarchical
 
ForkJoinPoolHierarchicalTestExecutorService.ThreadLock - Class in org.junit.platform.engine.support.hierarchical
 
ForkJoinPoolHierarchicalTestExecutorService.ThreadLock.NestedResourceLock - Interface in org.junit.platform.engine.support.hierarchical
 
ForkJoinPoolHierarchicalTestExecutorService.WorkerThread - Class in org.junit.platform.engine.support.hierarchical
 
ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory - Class in org.junit.platform.engine.support.hierarchical
 
forLauncherDiscoveryListeners() - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
forLauncherSessionListeners() - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
Formal Parameter List - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
format(int) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
format(int, int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
format(int, EvaluatedArgumentSet) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
format(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
 
format(String, Iterable) - Static method in class org.junit.platform.launcher.core.TestEngineFormatter
 
format(String, Stream) - Static method in class org.junit.platform.launcher.core.TestEngineFormatter
 
format(UniqueId) - Method in class org.junit.platform.engine.UniqueIdFormat
Format and return the string representation of the supplied UniqueId.
formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
formatExclusionReason(String) - Method in class org.junit.platform.launcher.IncludeMethodFilter
 
formatExclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
formatExclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
formatExclusionReason(String, Pattern) - Method in class org.junit.platform.launcher.ExcludeMethodFilter
 
formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
formatInclusionReason(String) - Method in class org.junit.platform.launcher.ExcludeMethodFilter
 
formatInclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
formatInclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
formatInclusionReason(String, Pattern) - Method in class org.junit.platform.launcher.IncludeMethodFilter
 
formatIterationIndicesAsRanges() - Method in class org.junit.platform.engine.discovery.IterationSelector
 
formatMessage(TestEngine, List, String) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
formatMethodSpecPart(Method, Class) - Method in class org.junit.jupiter.engine.discovery.MethodSegmentResolver
If the method is package-private and declared a class in a different package than testClass, the declaring class name is included in the method's unique ID segment.
formatSafely(int, EvaluatedArgumentSet) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
formatted(List) - Method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
 
formatter - Variable in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
formatter - Variable in class org.junit.jupiter.params.ParameterizedInvocationContext
 
formattersByPlaceholder - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
formatTestIdentifier(TestIdentifier) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
formatToString(List) - Static method in class org.junit.platform.launcher.TagFilter
 
formatValues(long, long) - Static method in class org.junit.platform.testkit.engine.Assertions
 
forTestExecutionListeners() - Static method in class org.junit.platform.launcher.core.ListenerRegistry
 
forwarding(EngineDiscoveryListener, UniqueId) - Static method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Create a new DiscoveryIssueReporter that reports issues to the supplied EngineDiscoveryListener for the specified engine.
frames - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
from() - Element in annotation type org.junit.jupiter.params.provider.EnumSource
The starting enum constant of the range to be included.
from(boolean, Collection, ConfigurationParameters, OutputDirectoryCreator) - Static method in class org.junit.platform.launcher.TestPlan
Construct a new TestPlan from the supplied collection of TestDescriptors.
from(int) - Static method in class org.junit.platform.engine.discovery.FilePosition
Create a new FilePosition using the supplied line number and an undefined column number.
from(int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
Create a new FilePosition using the supplied line number and an undefined column number.
from(int, int) - Static method in class org.junit.platform.engine.discovery.FilePosition
Create a new FilePosition using the supplied line and column numbers.
from(int, int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
Create a new FilePosition using the supplied line and column numbers.
from(File) - Static method in class org.junit.platform.engine.support.descriptor.DirectorySource
Create a new DirectorySource using the supplied directory.
from(File) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
Create a new FileSource using the supplied file.
from(File, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
Create a new FileSource using the supplied file and filePosition.
from(Class) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied class.
from(Class, Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class and method.
from(Class, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied class and file position.
from(Package) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
Create a new PackageSource using the supplied Java Package.
from(AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
from(Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied method.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Create a new ClasspathResourceSource using the supplied classpath resource name.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied class name.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
Create a new PackageSource using the supplied packageName.
from(String, String) - Static method in class org.junit.platform.engine.reporting.ReportEntry
Factory for creating a new ReportEntry from a key-value pair.
from(String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class name and method name.
from(String, String, Class...) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class name, method name, and method parameter types.
from(String, String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class name, method name, and method parameter types.
from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Create a new ClasspathResourceSource using the supplied classpath resource name and FilePosition.
from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied class name and file position.
from(URI) - Static method in class org.junit.jupiter.engine.descriptor.MethodSourceSupport
Create a new MethodSource from the supplied URI.
from(URI) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Create a new ClasspathResourceSource from the supplied URI.
from(URI) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource from the supplied URI.
from(URI) - Static method in interface org.junit.platform.engine.support.descriptor.UriSource
Create a new UriSource using the supplied URI.
from(Path, String) - Static method in class org.junit.platform.engine.reporting.FileEntry
Factory for creating a new FileEntry from the supplied path and media type.
from(Collection) - Static method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
Create a new CompositeTestSource based on the supplied collection of sources.
from(Map) - Static method in class org.junit.platform.engine.reporting.ReportEntry
Factory for creating a new ReportEntry from a map of key-value pairs.
from(Timeout) - Static method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
from(DiscoveryIssue.Severity, List) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
from(TestDescriptor) - Static method in class org.junit.platform.launcher.TestIdentifier
Factory for creating a new TestIdentifier from a TestDescriptor.
from(TestDescriptor.Visitor...) - Static method in class org.junit.platform.engine.CompositeTestDescriptorVisitor
 
from(LauncherDiscoveryResult) - Static method in class org.junit.platform.launcher.core.InternalTestPlan
 
fromConfigurationParameter(String, String) - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
 
fromQuery(String) - Static method in class org.junit.platform.engine.discovery.FilePosition
Create an optional FilePosition by parsing the supplied query string.
fromQuery(String) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
Create an optional FilePosition by parsing the supplied query string.
fromUri(URI) - Static method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 

G

generateDisplayName(Description) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
generateMessage(int) - Method in interface org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.MessageGenerator
 
generateSuiteDescription(TestPlan, Class) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
generateTestTree(LauncherDiscoveryRequest) - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
GenericBeforeAndAfterAdvice - Interface in org.junit.jupiter.migrationsupport.rules.adapter
 
get() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
get() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.ExecutorResource
 
get() - Method in class org.junit.jupiter.params.provider.Arguments.ArgumentSet
 
get() - Method in interface org.junit.jupiter.params.provider.Arguments
Get the arguments used for an invocation of the @ParameterizedTest method.
get() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
get(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as an Object.
get(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
get(int) - Method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
get(int) - Method in interface org.junit.jupiter.params.support.ParameterDeclarations
Returns the indexed parameter declaration for the supplied index, if available; never null.
get(int, Class) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as an instance of the required type.
get(int, Class) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
get(Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
get(Object, Class) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
get(String) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
get(String) - Method in interface org.junit.platform.engine.ConfigurationParameters
Get the configuration parameter stored under the specified key.
get(String) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
get(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
get(String, Function, E) - Method in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
get(String, Function) - Method in interface org.junit.platform.engine.ConfigurationParameters
Get and transform the configuration parameter stored under the specified key using the specified transformer.
get(String, Function) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
get(N, Object) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Get the value stored for the supplied namespace and key in this store or the parent store, if present.
get(N, Object, Class) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Get the value stored for the supplied namespace and key in this store or the parent store, if present, and cast it to the supplied required type.
get(ExtensionContext) - Static method in interface org.junit.jupiter.params.ParameterInfo
Returns the closest ParameterInfo instance for the supplied ExtensionContext; potentially null.
get(ExtensionContext) - Static method in interface org.junit.jupiter.params.support.ParameterInfo
Deprecated.
get(TestInstantiationAwareExtension) - Method in interface org.junit.jupiter.engine.execution.ExtensionContextSupplier
 
get(TestInstantiationAwareExtension) - Method in class org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
 
get(ConfigurationParameters, String) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
get(ConfigurationParameters, String, E) - Method in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
getAdditionalClasspathEntries() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getAdditionalExtensions() - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
getAdditionalExtensions() - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
getAdditionalExtensions() - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
getAdditionalLauncherDiscoveryListeners() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
getAdditionalLauncherDiscoveryListeners() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Get the collection of additional launcher discovery listeners that should be added to the Launcher.
getAdditionalLauncherSessionListeners() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
getAdditionalLauncherSessionListeners() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Get the collection of additional launcher session listeners that should be added to the Launcher.
getAdditionalPostDiscoveryFilters() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
getAdditionalPostDiscoveryFilters() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Get the collection of additional post discovery filters that should be added to the Launcher.
getAdditionalTestEngines() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
getAdditionalTestEngines() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Get the collection of additional test engines that should be added to the Launcher.
getAdditionalTestExecutionListeners() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
getAdditionalTestExecutionListeners() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Get the collection of additional test execution listeners that should be added to the Launcher.
getAfterMethods() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getAll() - Method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
getAll() - Method in interface org.junit.jupiter.params.support.ParameterDeclarations
Returns all indexed parameter declarations; never null, sorted by index.
getAllExclusiveResources(Function) - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
getAllInstances() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
getAllIssues() - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
getAllParameterDeclarations() - Method in class org.junit.jupiter.params.ResolverFacade
 
getAllPayloads() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getAncestors() - Method in interface org.junit.platform.engine.TestDescriptor
Get the immutable set of all ancestors of this descriptor.
getAnnotatedElement() - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
getAnnotatedElement() - Method in class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
 
getAnnotatedElement() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getAnnotatedElement() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getAnnotatedElement() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getAnnotatedElement() - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
getAnnotatedElement() - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
getAnnotatedElement() - Method in interface org.junit.jupiter.params.support.ParameterDeclaration
Returns the AnnotatedElement that declares the parameter; never null.
getAnnotation() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getAnnotation() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getAnnotation() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getAnnotation(Method, Class) - Static method in class org.junit.jupiter.params.ParameterizedClassContext
 
getAnnotationName() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getAnnotationParameterIndex() - Method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
getAnnotationThreadMode(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
getAnnotationType(Method) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
getAnsiFormatter(Style) - Method in class org.junit.platform.console.output.ColorPalette
 
getArgumentCountValidationMode() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getArgumentCountValidationMode() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getArgumentCountValidationMode() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getArgumentCountValidationMode(ExtensionContext) - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
getArgumentCountValidationModeConfiguration(ExtensionContext) - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
getArguments() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
getArguments() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
 
getArguments() - Method in class org.junit.jupiter.params.DefaultParameterInfo
 
getArguments() - Method in interface org.junit.jupiter.params.ParameterInfo
Returns the accessor to the arguments of the current invocation.
getArgumentsFromSource(ValueSource) - Method in class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
getArtifactId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
Returns junit-jupiter-engine as the artifact ID.
getArtifactId() - Method in interface org.junit.platform.engine.TestEngine
Get the Artifact ID of the JAR in which this test engine is packaged.
getArtifactId() - Method in class org.junit.vintage.engine.VintageTestEngine
Returns junit-vintage-engine as the artifact ID.
getBeforeMethods() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getBoolean(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Boolean, performing automatic type conversion as necessary.
getBoolean(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getBoolean(String) - Method in interface org.junit.platform.engine.ConfigurationParameters
Get the boolean configuration parameter stored under the specified key.
getBoolean(String) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
getBoolean(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
getByte(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Byte, performing automatic type conversion as necessary.
getByte(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getCategory() - Method in class org.junit.platform.testkit.engine.Events
 
getCause() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
getCharacter(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Character, performing automatic type conversion as necessary.
getCharacter(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getCharsetFrom(CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
getChildren() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getChildren() - Method in interface org.junit.platform.engine.TestDescriptor
Get the immutable set of children of this descriptor.
getChildren(String) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getChildren(String) - Method in class org.junit.platform.launcher.TestPlan
getChildren(UniqueId) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getChildren(UniqueId) - Method in class org.junit.platform.launcher.TestPlan
Get the children of the supplied unique ID.
getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Get the children of the supplied TestIdentifier.
getClassDescriptors() - Method in class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
 
getClassLoader() - Method in class org.junit.platform.engine.discovery.ClassSelector
Get the ClassLoader used to load the selected class.
getClassLoader() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the ClassLoader used to load the specified class.
getClassLoader() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
Get the ClassLoader used to load the selected nested class.
getClassLoader() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the ClassLoader used to load the nested class.
getClassName() - Method in class org.junit.platform.engine.discovery.ClassSelector
Get the selected class name.
getClassName() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the selected class name.
getClassName() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
Get the class name of this source.
getClassName() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
Get the class name of this source.
getClassName(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
Deprecated.
Get the class name for the supplied TestIdentifier using the supplied TestPlan.
getClassNameFilter() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
getClassNameFilter() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
Get the class name filter built from the ClassNameFilters and PackageNameFilters in the EngineDiscoveryRequest that is about to be resolved.
getClasspathResourceName() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
Get the name of the selected classpath resource.
getClasspathResourceName() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Get the name of the source classpath resource.
getClasspathResources() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
Deprecated.
getClasspathRoot() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
Get the selected classpath root directory as an URI.
getClassSource(TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
Deprecated.
 
getColorPalette() - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
getColorPalettePath() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
getColorScheme() - Method in class org.junit.platform.console.command.BaseCommand
 
getColumn() - Method in class org.junit.platform.engine.discovery.FilePosition
Get the column number of this FilePosition, if available.
getColumn() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
Get the column number of this FilePosition, if available.
getCompositeListener() - Method in class org.junit.platform.launcher.core.ListenerRegistry
 
getConfiguration() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
getConfiguration() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getConfiguration(EngineDiscoveryRequestResolver.InitializationContext) - Static method in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
getConfigurationParameter(String) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getConfigurationParameter(String) - Method in class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
 
getConfigurationParameter(String) - Method in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
getConfigurationParameter(String, Function) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getConfigurationParameters() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getConfigurationParameters() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the ConfigurationParameters for this request.
getConfigurationParameters() - Method in class org.junit.platform.engine.ExecutionRequest
Returns the ConfigurationParameters that the engine may use to influence test execution.
getConfigurationParameters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getConfigurationParameters() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getConfigurationParameters() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getConfigurationParameters() - Method in class org.junit.platform.launcher.TestPlan
Get the ConfigurationParameters for this test plan.
getConfigurationParametersResources() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getConsumedLength() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getConsumedNames() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getConsumedPayload(int) - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getConsumedPayloads() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getContainersAbortedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersAbortedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers aborted.
getContainersFailedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersFailedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers that failed.
getContainersFoundCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersFoundCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers found.
getContainersSkippedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersSkippedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers skipped.
getContainersStartedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersStartedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers started.
getContainersSucceededCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getContainersSucceededCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of containers that succeeded.
getContext(DiscoverySelector) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
getContextSpecificStore(ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
getCorePoolSize() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getCorePoolSize() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the core thread pool size to be used.
getCriticalSeverity() - Method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
getCurrentRepetition() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
getCyclicGraphInfo(TestDescriptor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
 
getDeclarationContext(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
getDeclarationContext(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
getDeclarations() - Method in class org.junit.jupiter.params.DefaultParameterInfo
 
getDeclarations() - Method in interface org.junit.jupiter.params.ParameterInfo
Returns the declarations of all indexed parameters.
getDecoratedRunner() - Method in interface org.junit.vintage.engine.descriptor.RunnerDecorator
 
getDecoratedRunner() - Method in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
 
getDefault() - Static method in class org.junit.platform.engine.UniqueIdFormat
 
getDefaultAfterAllMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultAfterEachMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultBeforeAllMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultBeforeEachMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultChildExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getDefaultChildExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getDefaultClassesExecutionMode() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultClassesExecutionMode() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultClassesExecutionMode() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultConstructor(Class) - Static method in class org.junit.jupiter.params.provider.EmptyArgumentsProvider
 
getDefaultDisplayNameGenerator() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultDisplayNameGenerator() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultDisplayNameGenerator() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultExecutionMode() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultExecutionMode() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultExecutionMode() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultLauncherDiscoveryListener(ConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
getDefaultLifecycleMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTempDirCleanupMode() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTempDirCleanupMode() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTempDirCleanupMode() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTempDirFactorySupplier() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTempDirFactorySupplier() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTempDirFactorySupplier() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTestableMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTestClassOrderer() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTestClassOrderer() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTestClassOrderer() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTestFactoryMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTestInstanceLifecycle() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTestInstantiationExtensionContextScope() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTestInstantiationExtensionContextScope() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTestInstantiationExtensionContextScope() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTestMethodOrderer() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getDefaultTestMethodOrderer() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getDefaultTestMethodOrderer() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getDefaultTestMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTestTemplateMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDefaultTimeout(ExtensionContext, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
getDefaultTimeoutThreadMode() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
getDelegate() - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getDescendants() - Method in interface org.junit.platform.engine.TestDescriptor
Get the immutable set of all descendants of this descriptor.
getDescendants(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getDescendants(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Get all descendants of the supplied TestIdentifier (i.e., all of its children and their children, recursively).
getDescription() - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
getDescription() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getDescription() - Method in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
 
getDescription(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getDescriptionSupplier() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
getDetails() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
getDirectory() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a File.
getDiscoveryIssueFailurePhase(ConfigurationParameters) - Static method in enum org.junit.platform.launcher.core.LauncherPhase
 
getDiscoveryIssueNotifier() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
getDiscoveryIssues() - Method in class org.junit.platform.testkit.engine.EngineDiscoveryResults
Returns the issues that were encountered during discovery.
getDiscoveryIssues(TestEngine) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getDiscoveryListener() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the EngineDiscoveryListener for this request.
getDiscoveryListener() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getDiscoveryListener() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getDiscoveryListener() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
Get the LauncherDiscoveryListener for this request.
getDiscoveryRequest() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
getDiscoveryRequest() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
Get the EngineDiscoveryRequest that is about to be resolved.
getDiscoveryResult() - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getDisplayName() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getDisplayName() - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
getDisplayName() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getDisplayName() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getDisplayName() - Method in interface org.junit.platform.engine.TestDescriptor
Get the display name for this descriptor.
getDisplayName() - Method in class org.junit.platform.launcher.TestIdentifier
Get the display name of the represented test or container.
getDisplayName(int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedInvocationContext
 
getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
getDisplayNamePattern() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getDisplayNamePattern() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getDisplayNamePattern() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getDouble(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Double, performing automatic type conversion as necessary.
getDouble(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getDuration() - Method in class org.junit.platform.testkit.engine.Execution
Get the Duration of this Execution.
getDynamicDescendantFilter() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
getDynamicDescendantFilter() - Method in interface org.junit.jupiter.engine.descriptor.Filterable
 
getDynamicDescendantFilter() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
getDynamicDescendantFilter() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
getDynamicResources(Function) - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
getDynamicResources(Function) - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getEnclosingClasses() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
Get the list of Class enclosing the selected nested Class.
getEnclosingClasses() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the list of Class enclosing the nested Class containing the selected Method.
getEnclosingClassNames() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
Get the names of the classes enclosing the selected nested class.
getEnclosingClassNames() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the names of the classes enclosing the nested class containing the selected method.
getEnclosingInstances() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
getEnclosingTestClasses() - Method in interface org.junit.jupiter.engine.descriptor.TestClassAware
 
getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getEnclosingTestClasses(TestDescriptor) - Static method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
getEndInstant() - Method in class org.junit.platform.testkit.engine.Execution
Get the end Instant of this Execution.
getEngineDescriptor() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
getEngineDescriptor() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
Get the engine's TestDescriptor that will be used to collect the results.
getEngineDescriptor() - Method in class org.junit.platform.testkit.engine.EngineDiscoveryResults
Returns the root TestDescriptor of the engine.
getEngineExecutionListener() - Method in class org.junit.platform.engine.ExecutionRequest
Returns the EngineExecutionListener to be notified of test execution events.
getEngineFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getEngineFilters() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getEngineFilters() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
Get the EngineFilters for this request.
getEngineId() - Method in class org.junit.platform.engine.UniqueId
Get the engine ID stored in this UniqueId, if available.
getEngineIds() - Method in class org.junit.platform.launcher.EngineFilter
 
getEngineResult(TestEngine) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getEngineTestDescriptor(TestEngine) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getEngineTestDescriptors() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getEnumConstants(ParameterDeclarations, EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
getException() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
getException() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
Get the Throwable causing the failure.
getExcludedClassNamePatterns() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExcludedEngines() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExcludedMethodNamePatterns() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExcludedPackages() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExcludedTagExpressions() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExclusiveResourceCollector() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getExclusiveResourceCollector() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getExclusiveResourceCollector() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getExclusiveResourceCollector() - Method in interface org.junit.jupiter.engine.descriptor.ResourceLockAware
 
getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
getExclusiveResources() - Method in interface org.junit.platform.engine.support.hierarchical.Node
Get the set of exclusive resources required to execute this node.
getExclusiveResources(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
getExecutable() - Method in class org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
 
getExecutable() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
getExecutable() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
 
getExecutableInvoker() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getExecutionAdvisor() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
getExecutionConditionFilter() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getExecutionConditionFilter() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getExecutionConditionFilter() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getExecutionListener() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getExecutionMode() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
Get the execution mode of this task.
getExecutionMode() - Method in interface org.junit.platform.engine.support.hierarchical.Node
Get the preferred of execution mode for parallel execution of this node.
getExecutionMode() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
getExecutionModeFromAnnotation(AnnotatedElement) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getExecutionResult() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Get the TestExecutionResult for the completed execution.
getExecutionResults() - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Get the state of the engine's execution in the form of EngineExecutionResults.
getExecutorService() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
getExistingAdditionalClasspathEntries() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExitCode() - Method in class org.junit.platform.console.command.CommandResult
 
getExitCode() - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
getExitCode() - Method in class org.junit.platform.console.command.MainCommand
 
getExplicitExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getExplicitExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getExplicitExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getExplicitSelectors() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getExtension() - Method in interface org.junit.jupiter.engine.extension.MutableExtensionRegistry.Entry
 
getExtension() - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
getExtensionAutoDetectionExcludePattern() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getExtensionAutoDetectionIncludePattern() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getExtensionContext() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getExtensionRegistry() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getExtensions(Class) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getExtensions(Class) - Method in interface org.junit.jupiter.engine.extension.ExtensionContextInternal
Returns a list of registered extension at this context of the passed extensionType.
getExtensions(Class) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistry
Get all Extensions of the specified type that are present in this registry or one of its ancestors.
getFailureCount() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
getFailures() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getFailures() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get an immutable list of the failures of the test plan execution.
getFailureThreshold() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
getField() - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
getField() - Method in interface org.junit.jupiter.params.support.FieldContext
Returns the field for this context; never null.
getFile() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected file as a File.
getFile() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
Get the source directory.
getFile() - Method in class org.junit.platform.engine.support.descriptor.FileSource
Get the source file.
getFile() - Method in interface org.junit.platform.engine.support.descriptor.FileSystemSource
Get the source file or directory.
getFilteredLeaves(Filter) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getFilterForAutoDetectedExtensions() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getFilterForAutoDetectedExtensions() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getFilterForAutoDetectedExtensions() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getFilters() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
getFiltersByType(Class) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the DiscoveryFilters for this request, filtered by a particular type.
getFiltersByType(Class) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getFiltersByType(Class) - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getFirst() - Method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
getFirst() - Method in interface org.junit.jupiter.params.support.ParameterDeclarations
Returns the first indexed parameter declaration, if available; never null.
getFloat(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Float, performing automatic type conversion as necessary.
getFloat(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getForcedExecutionMode(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
getFullyQualifiedMethodNameFromDescriptor(TestDescriptor) - Method in class org.junit.platform.launcher.AbstractMethodFilter
 
getFullyQualifiedMethodNameWithoutParameters(MethodSource) - Method in class org.junit.platform.launcher.AbstractMethodFilter
 
getGlobalTimeoutConfiguration(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
getGroupId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
Returns org.junit.jupiter as the group ID.
getGroupId() - Method in interface org.junit.platform.engine.TestEngine
Get the Group ID of the JAR in which this test engine is packaged.
getGroupId() - Method in class org.junit.vintage.engine.VintageTestEngine
Returns org.junit.vintage as the group ID.
getHeaders(CsvParser) - Static method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
getId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
getId() - Method in interface org.junit.platform.engine.TestEngine
Get the ID that uniquely identifies this test engine.
getId() - Method in class org.junit.vintage.engine.VintageTestEngine
 
getImplementationVersion() - Static method in class org.junit.platform.console.command.ManifestVersionProvider
 
getIncludedClassNamePatterns() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getIncludedEngines() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getIncludedMethodNamePatterns() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getIncludedPackages() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getIncludedTagExpressions() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getIndex() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getIndex() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
getIndexedParameterDeclarations() - Method in class org.junit.jupiter.params.ResolverFacade
 
getInjectionType() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getInnermostInstance() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
getInProgressTestDescriptorsWithSyntheticStartEvents() - Method in class org.junit.vintage.engine.execution.TestRun
 
getInteger(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Integer, performing automatic type conversion as necessary.
getInteger(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getInvocation() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
getInvocationIndex() - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the index of the current test invocation.
getInvocationIndex() - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getIssueReporter() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
getIssueReporter() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
Returns the DiscoveryIssueReporter for the current resolution.
getIterationIndices() - Method in class org.junit.platform.engine.discovery.IterationSelector
Get the selected iteration indices.
getJavaClass() - Method in class org.junit.platform.engine.discovery.ClassSelector
Get the selected Class.
getJavaClass() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the Class in which the selected method is declared, or a subclass thereof.
getJavaClass() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
Get the Java class of this source.
getJavaClass() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
Get the Java class of this source.
getJavaMethod() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the selected Method.
getJavaMethod() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
Get the Java method of this source.
getJupiterConfiguration(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
getKeepAliveSeconds() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getKeepAliveSeconds() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the number of seconds for which inactive threads should be kept alive before terminating them and shrinking the thread pool.
getKey() - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
Get the key of this resource.
getKeyValuePairs() - Method in class org.junit.platform.engine.reporting.ReportEntry
Get an unmodifiable copy of the map of key-value pairs to be published.
getLastSegment() - Method in class org.junit.platform.engine.UniqueId
Get the last UniqueId.Segment of this UniqueId.
getLateInitExtensions(Class) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
getLauncher() - Method in class org.junit.platform.launcher.core.DefaultLauncherSession
 
getLauncher() - Method in interface org.junit.platform.launcher.LauncherSession
Get the Launcher associated with this session.
getLauncherDiscoveryListener(ConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
getLauncherDiscoveryListener(LauncherDiscoveryRequest, DiscoveryIssueCollector) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
getLauncherStoreFacade() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
getLegacyReportingName() - Method in interface org.junit.platform.engine.TestDescriptor
Get the name of this descriptor in a format that is suitable for legacy reporting infrastructure — for example, for reporting systems built on the Ant-based XML reporting format for JUnit 4.
getLegacyReportingName() - Method in class org.junit.platform.launcher.TestIdentifier
Get the name of this identifier in a format that is suitable for legacy reporting infrastructure — for example, for reporting systems built on the Ant-based XML reporting format for JUnit 4.
getLegacyReportingName() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getLikelyExecutedCommand(CommandLine) - Static method in class org.junit.platform.console.command.MainCommand
Get the most likely executed subcommand, if any, or the main command otherwise.
getLine() - Method in class org.junit.platform.engine.discovery.FilePosition
Get the line number of this FilePosition.
getLine() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
Get the line number of this FilePosition.
getListener() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
getListener() - Method in class org.junit.platform.launcher.core.DefaultLauncherSession
 
getListeners() - Method in class org.junit.platform.launcher.core.ListenerRegistry
 
getLocaleConversionFormat() - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
getLock() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
getLockForResource(ExclusiveResource) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
getLockForResources(Collection) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
getLockMode() - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
Get the lock mode of this resource.
getLocks() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
getLogger() - Static method in class org.junit.platform.launcher.core.EngineIdValidator
 
getLogger() - Static method in class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
getLogger() - Static method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
getLong(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Long, performing automatic type conversion as necessary.
getLong(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getMatches() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Returns the matches contained by this resolution.
getMaxPoolSize() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getMaxPoolSize() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the maximum thread pool size to be used.
getMediaType() - Method in class org.junit.platform.engine.reporting.FileEntry
Get the media type of the path to be published.
getMethod() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
 
getMethod() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the selected Method.
getMethodDescriptors() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
getMethodName() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the selected method name.
getMethodName() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the name of the selected method.
getMethodName() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
Get the method name of this source.
getMethodName(Description) - Static method in class org.junit.vintage.engine.descriptor.DescriptionUtils
 
getMethodParameterTypes() - Method in class org.junit.platform.engine.discovery.MethodSelector
Deprecated.
getMethodParameterTypes() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Deprecated.
getMethodParameterTypes() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
Get the method parameter types of this source.
getMinimumRunnable() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getMinimumRunnable() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the minimum number of runnable threads to be used.
getModifiableChildren() - Method in class org.junit.vintage.engine.descriptor.VintageEngineDescriptor
 
getModuleName() - Method in class org.junit.platform.engine.discovery.ModuleSelector
Get the selected module name.
getName() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getName() - Method in class org.junit.jupiter.params.provider.Arguments.ArgumentSet
Get the name of this ArgumentSet.
getName() - Method in class org.junit.platform.engine.TestTag
Get the name of this tag.
getNestedClass() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
Get the selected nested Class.
getNestedClass() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the nested Class containing the selected Method.
getNestedClassName() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
Get the name of the selected nested class.
getNestedClassName() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the name of the nested class containing the selected method.
getNextUnstarted() - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
getNode(TestIdentifier) - Method in class org.junit.platform.console.output.TreePrintingListener
 
getNoRegisteredProviderErrorMessage() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
getNoRegisteredProviderErrorMessage() - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
getNoRegisteredProviderErrorMessage() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
getOrComputeIfAbsent(K, Function) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
getOrComputeIfAbsent(K, Function, Class) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
getOrComputeIfAbsent(N, K, Function) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Get the value stored for the supplied namespace and key in this store or the parent store, if present, or call the supplied function to compute it.
getOrComputeIfAbsent(N, K, Function, Class) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Get the value stored for the supplied namespace and key in this store or the parent store, if present, or call the supplied function to compute it and, finally, cast it to the supplied required type.
getOrder(Field) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
getOrderer() - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
getOut() - Method in class org.junit.platform.console.command.BaseCommand
 
getOuterInstance() - Method in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
getOutput() - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
getOutputDirectoryCreator() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getOutputDirectoryCreator() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getOutputDirectoryCreator() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getOutputDirectoryCreator() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the OutputDirectoryCreator for this request.
getOutputDirectoryCreator() - Method in class org.junit.platform.engine.ExecutionRequest
Returns the OutputDirectoryCreator for this request for writing reports and other output files.
getOutputDirectoryCreator() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getOutputDirectoryCreator() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getOutputDirectoryCreator() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getOutputDirectoryCreator() - Method in class org.junit.platform.launcher.TestPlan
Get the OutputDirectoryCreator for this test plan.
getOutputDirectoryCreator(LauncherConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
getOutputDirectoryProvider() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
getOutputDirectoryProvider() - Method in class org.junit.platform.engine.ExecutionRequest
Deprecated.
getOutputDirectoryProvider() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getOutputDirectoryProvider() - Method in class org.junit.platform.launcher.TestPlan
Deprecated.
getPackage(String) - Static method in class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
getPackageFilter() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
getPackageFilter() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
Get the package name filter built from the PackageNameFilters in the EngineDiscoveryRequest that is about to be resolved.
getPackageName() - Method in class org.junit.platform.engine.discovery.PackageSelector
Get the selected package name.
getPackageName() - Method in class org.junit.platform.engine.support.descriptor.PackageSource
Get the package name of this test source.
getParallelism() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getParallelism() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the parallelism to be used.
getParameter() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
getParameterIndex() - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
getParameterIndex() - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
getParameterIndex() - Method in interface org.junit.jupiter.params.support.FieldContext
Returns the index of the parameter.
getParameterIndex() - Method in interface org.junit.jupiter.params.support.ParameterDeclaration
Returns the index of the parameter.
getParameterName() - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
getParameterName() - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
getParameterName() - Method in interface org.junit.jupiter.params.support.ParameterDeclaration
Returns the name of the parameter, if available; never null but potentially empty.
getParameterName(int) - Method in class org.junit.jupiter.params.ResolverFacade
Get the name of the parameter with the supplied index, if it is present and declared before the aggregators.
getParameterType() - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
getParameterType() - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
getParameterType() - Method in interface org.junit.jupiter.params.support.ParameterDeclaration
Returns the type of the parameter; never null.
getParameterTypeNames() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the names of parameter types for the selected method as a String, typically a comma-separated list of primitive types, fully qualified class names, or array types.
getParameterTypeNames() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the names of parameter types for the selected method as a String.
getParameterTypes() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the parameter types for the selected method.
getParameterTypes() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
Get the parameter types for the selected method.
getParent() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getParent() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getParent() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Returns the parent store of this NamespacedHierarchicalStore.
getParent() - Method in interface org.junit.platform.engine.TestDescriptor
Get the parent of this descriptor, if available.
getParent(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getParent(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Get the parent of the supplied TestIdentifier.
getParent(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
Deprecated.
 
getParentId() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of this identifier's parent as a String, if available.
getParentIdObject() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of this identifier's parent as a UniqueId, if available.
getParentLegacyReportingName(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
Deprecated.
 
getParentSelector() - Method in class org.junit.platform.engine.discovery.IterationSelector
Get the selected parent DiscoverySelector.
getParentStore(ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getPath() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a Path using the default FileSystem.
getPath() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected file as a Path using the default FileSystem.
getPath() - Method in class org.junit.platform.engine.reporting.FileEntry
Get the path for the file or directory to be published.
getPathOrFile(Class, AnnotatedElementContext, TempDirFactory, CleanupMode, TempDirectory.Scope, ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
getPayload() - Method in class org.junit.platform.testkit.engine.Event
Get the payload, if available.
getPayload(Class) - Method in class org.junit.platform.testkit.engine.Event
Get the payload of the expected type, if available.
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getPlatformExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getPosition() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
Get the selected FilePosition within the classpath resource.
getPosition() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected position within the file as a FilePosition.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Get the FilePosition, if available.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
Get the position in the source file for the associated class, if available.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.FileSource
Get the FilePosition, if available.
getPostDiscoveryFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getPostDiscoveryFilters() - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getPostDiscoveryFilters() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
Get the PostDiscoveryFilters for this request.
getPrefix() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.ClassSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.DirectorySelector.IdentifierParser
 
getPrefix() - Method in interface org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParser
Get the prefix that this parser supports.
getPrefix() - Method in class org.junit.platform.engine.discovery.FileSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.MethodSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.ModuleSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.NestedClassSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.PackageSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.discovery.UriSelector.IdentifierParser
 
getPrefix() - Method in class org.junit.platform.engine.DiscoverySelectorIdentifier
Get the prefix of this identifier.
getPreInterruptCallback() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
getProperties(Reader) - Static method in class org.junit.platform.console.output.ColorPalette
 
getProperties(Path) - Static method in class org.junit.platform.console.output.ColorPalette
 
getProperty(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
getProviders() - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
getQualifiedName(Field) - Static method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
getRawConfigurationParameter(String) - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getRawConfigurationParameter(String) - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getRawConfigurationParameter(String) - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getRawConfigurationParameter(String, Function) - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
getRawConfigurationParameter(String, Function) - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
getRawConfigurationParameter(String, Function) - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
getRawPath() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a raw path.
getRawPath() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected file as a raw path.
getRawResult() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
Always returns null.
getReason() - Method in class org.junit.platform.engine.FilterResult
Get the reason why the filtered object should be included or excluded, if available.
getReason() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Get the reason that execution of the context should be skipped, if available.
getReason(Ignore) - Static method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
getRegisteredEnginesDescription() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
getRegisteredFiltersDescription() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
getReportingOptions() - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
getReportsDir() - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
getReportsDir() - Method in class org.junit.platform.console.command.ExecuteTestsCommand.ReportingOptions
 
getRequestLevelStore() - Method in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
getRequestLevelStore(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
getRequiredParameterCount() - Method in class org.junit.jupiter.params.ResolverFacade
 
getRequiredPayload(Class) - Method in class org.junit.platform.testkit.engine.Event
Get the payload of the required type.
getResolver(ExtensionContext, ResolverFacade.ResolvableParameterDeclaration) - Method in class org.junit.jupiter.params.ResolverFacade
 
getResolverFacade() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getResolverFacade() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getResolverFacade() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getResourceLock() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
Get the resource lock of this task.
getResourceLock() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
getResourceLock(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
getResourceLocksProviderEvaluator() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getResourceLocksProviderEvaluator() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
getResourceLocksProviderEvaluator() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getResourceLocksProviderEvaluator() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getResourceLocksProviderEvaluator() - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
getResourceLocksProviderEvaluator() - Method in interface org.junit.jupiter.engine.descriptor.ResourceLockAware
 
getResources() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
Get the selected resources.
getResources() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
getResources() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
 
getResources() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Returns the exclusive resources this lock represents.
getResources() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
getRoot() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getRoot() - Method in class org.junit.platform.engine.UniqueId
 
getRootCause(Throwable, List) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Get the root cause of the supplied Throwable, or the supplied Throwable if it has no cause.
getRootDescriptor() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
getRootDirectory() - Method in interface org.junit.platform.engine.OutputDirectoryCreator
Returns the root directory for all output files; never null.
getRootDirectory() - Method in class org.junit.platform.engine.reporting.OutputDirectoryProviderAdapter
 
getRootDirectory() - Method in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
getRootDirectory() - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder.DisabledOutputDirectoryCreator
 
getRoots() - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getRoots() - Method in class org.junit.platform.launcher.TestPlan
Get the root TestIdentifiers for this test plan.
getRootTestDescriptor() - Method in class org.junit.platform.engine.ExecutionRequest
Returns the root TestDescriptor of the engine that processes this request.
getRuleAnnotatedMembers(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
getRunner() - Method in class org.junit.vintage.engine.descriptor.RunnerRequest
 
getRunnerTestDescriptor() - Method in class org.junit.vintage.engine.execution.TestRun
 
getRunnerToReport() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
getSaturatePredicate() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
getSaturatePredicate() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
Get the saturate predicate to be used for the execution's ForkJoinPool.
getScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
getSegments() - Method in class org.junit.platform.engine.UniqueId
Get the immutable list of segments that make up this UniqueId.
getSelectedClasses() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedClasspathEntries() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedClasspathResources() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedDirectories() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedFiles() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedIterations() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedMethods() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedModules() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedPackages() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedUniqueIds() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectedUris() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectorIdentifiers() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
getSelectors() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Returns the selectors contained by this resolution.
getSelectorsByType(Class) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the DiscoverySelectors for this request, filtered by a particular type.
getSelectorsByType(Class) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getSelectorsByType(Class) - Method in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
getSessionLevelStore(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
getShort(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a Short, performing automatic type conversion as necessary.
getShort(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getSkipReason() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Get the reason the execution was skipped.
getSource() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getSource() - Method in interface org.junit.platform.engine.TestDescriptor
Get the source of the test or container described by this descriptor, if available.
getSource() - Method in class org.junit.platform.launcher.TestIdentifier
Get the source of the represented test or container, if available.
getSourceElement() - Method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
getSourceElement() - Method in interface org.junit.jupiter.params.support.ParameterDeclarations
Returns the source element of all parameter declarations.
getSourceElementDescription() - Method in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
getSourceElementDescription() - Method in interface org.junit.jupiter.params.support.ParameterDeclarations
Returns a human-readable description of the source element.
getSources() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
Get an immutable list of the sources stored in this CompositeTestSource.
getStartInstant() - Method in class org.junit.platform.testkit.engine.Execution
Get the start Instant of this Execution.
getStateDescription() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
getStaticResourcesFor(ResourceLockTarget) - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
getStaticResourcesFor(ResourceLockTarget) - Method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
getStatus() - Method in class org.junit.platform.engine.SelectorResolutionResult
Get the status of this result.
getStatus() - Method in class org.junit.platform.engine.TestExecutionResult
Get the status of this result.
getStatus() - Method in class org.junit.platform.launcher.EngineDiscoveryResult
Get the status of this result.
getStderrPath() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
getStdoutPath() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
getStore() - Method in class org.junit.platform.engine.ExecutionRequest
Returns the NamespacedHierarchicalStore for this request for storing request-scoped data.
getStore() - Method in class org.junit.platform.launcher.core.DefaultLauncherSession
 
getStore() - Method in interface org.junit.platform.launcher.LauncherSession
Get the NamespacedHierarchicalStore associated with this session.
getStore(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
getStore(ExtensionContext) - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
getStore(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
getStore(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
getStore(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getStore(ExtensionContext.StoreScope, ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getStoreAdapter(NamespacedHierarchicalStore, ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
getStoredResultOrSuccessful(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
getStoredValue(NamespacedHierarchicalStore.CompositeKey) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
getStrategy(ConfigurationParameters) - Static method in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
 
getString(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the value of the argument at the given index as a String, performing automatic type conversion as necessary.
getString(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
getSuiteDescription() - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getSuiteDisplayName(Class) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getSummary() - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
Get the summary generated by this listener.
getTags() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTags() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getTags() - Method in interface org.junit.platform.engine.TestDescriptor
Get the set of tags associated with this descriptor.
getTags() - Method in class org.junit.platform.launcher.TestIdentifier
Get the set of tags associated with the represented test or container.
getTags() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getTags(AnnotatedElement, Supplier, Supplier, Consumer) - Static method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getTarget() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
getTarget() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
getTarget() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
 
getTargetClass() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
getTargetClass() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
 
getTechnicalName(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getTerminationInfo() - Method in class org.junit.platform.testkit.engine.Execution
Get the TerminationInfo for this Execution.
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestClass() - Method in interface org.junit.jupiter.engine.descriptor.TestClassAware
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.discovery.DefaultClassDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
getTestClass() - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
getTestClass() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTestClass() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getTestClass() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
getTestClass() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
getTestClasses(TestClassAware) - Static method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
getTestClassNames(TestDescriptor) - Static method in class org.junit.platform.launcher.core.StackTracePruningEngineExecutionListener
 
getTestDescriptor() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getTestDescriptor() - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
getTestDescriptor() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Get the contained TestDescriptor.
getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Event
Get the TestDescriptor associated with this Event.
getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Execution
Get the TestDescriptor for this Execution.
getTestEngines() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
getTestIdentifier() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
getTestIdentifier() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
Get the identifier of the failed test or container.
getTestIdentifier(String) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getTestIdentifier(String) - Method in class org.junit.platform.launcher.TestPlan
getTestIdentifier(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
getTestIdentifier(UniqueId) - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
getTestIdentifier(UniqueId) - Method in class org.junit.platform.launcher.TestPlan
Get the TestIdentifier with the supplied unique ID.
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestInstanceLifecycle() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
getTestInstanceLifecycle(Class, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestInstances(JupiterEngineExecutionContext) - Method in interface org.junit.jupiter.engine.execution.TestInstancesProvider
 
getTestInstances(ExtensionRegistry, JupiterEngineExecutionContext) - Method in interface org.junit.jupiter.engine.execution.TestInstancesProvider
 
getTestInstancesProvider() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
getTestInstantiationExtensionContextScope(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTestPlan() - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getTestRule() - Method in class org.junit.jupiter.migrationsupport.rules.member.AbstractTestRuleAnnotatedMember
 
getTestRule() - Method in interface org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMember
 
getTestsAbortedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsAbortedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests aborted.
getTestsFailedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsFailedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests that failed.
getTestsFoundCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsFoundCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests found.
getTestsInSubtree(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getTestsSkippedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsSkippedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests skipped.
getTestsStartedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsStartedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests started.
getTestsSucceededCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsSucceededCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests that succeeded.
getTheme() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
getThreadExecutorForSameThreadInvocation() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
 
getThreadPoolSize() - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
getThreadToInterrupt() - Method in class org.junit.jupiter.engine.extension.DefaultPreInterruptContext
 
getThrowable() - Method in class org.junit.platform.engine.SelectorResolutionResult
Get the throwable that caused this result, if available.
getThrowable() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Get the first Throwable collected by this ThrowableCollector.
getThrowable() - Method in class org.junit.platform.engine.TestExecutionResult
Get the throwable that caused this result, if available.
getThrowable() - Method in class org.junit.platform.launcher.EngineDiscoveryResult
Get the throwable that caused this result, if available.
getThrowableCollector() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getThrowableCollectorFactory() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
getTimeFinished() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTimeFinished() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the timestamp (in milliseconds) when the test plan finished.
getTimeoutDuration() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
getTimestamp() - Method in class org.junit.platform.engine.reporting.FileEntry
Get the timestamp for when this FileEntry was created.
getTimestamp() - Method in class org.junit.platform.engine.reporting.ReportEntry
Get the timestamp for when this ReportEntry was created.
getTimestamp() - Method in class org.junit.platform.testkit.engine.Event
Get the Instant when this Event occurred.
getTimeStarted() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTimeStarted() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the timestamp (in milliseconds) when the test plan started.
getTotalFailureCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTotalFailureCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the total number of failed containers and failed tests.
getTotalLength() - Method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
getTotalRepetitions() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
getType() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
getType() - Method in class org.junit.platform.engine.support.descriptor.EngineDescriptor
getType() - Method in interface org.junit.platform.engine.TestDescriptor
Determine the TestDescriptor.Type of this descriptor.
getType() - Method in class org.junit.platform.engine.UniqueId.Segment
Get the type of this segment.
getType() - Method in class org.junit.platform.launcher.TestIdentifier
Get the underlying descriptor type.
getType() - Method in class org.junit.platform.testkit.engine.Event
Get the type of this Event.
getType() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getUnambiguously(Description) - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
Returns the TestDescriptor that represents the specified Description.
getUniqueId() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getUniqueId() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
Get the selected UniqueId.
getUniqueId() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getUniqueId() - Method in interface org.junit.platform.engine.TestDescriptor
Get the unique identifier (UID) for this descriptor.
getUniqueId() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of the represented test or container as a String.
getUniqueIdObject() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of the represented test or container as a UniqueId.
getUnit() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
getUnmatchedEngineIdsOfIncludeFilters() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
getUri() - Method in class org.junit.platform.engine.discovery.UriSelector
Get the selected URI.
getUri() - Method in class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
getUri() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
Get the URI for the source directory.
getUri() - Method in class org.junit.platform.engine.support.descriptor.FileSource
Get the URI for the source file.
getUri() - Method in interface org.junit.platform.engine.support.descriptor.UriSource
Get the URI that represents this source.
getValue() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
getValue() - Method in class org.junit.platform.console.command.CommandResult
 
getValue() - Method in class org.junit.platform.engine.DiscoverySelectorIdentifier
Get the value of this identifier.
getValue() - Method in class org.junit.platform.engine.UniqueId.Segment
Get the value of this segment.
getValue(String) - Method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
getVersion() - Method in class org.junit.platform.console.command.ManifestVersionProvider
 
getVersion() - Method in interface org.junit.platform.engine.TestEngine
Get the version of this test engine.
getZeroContextsProvidedErrorMessage(ClassTemplateInvocationContextProvider) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
getZeroContextsProvidedErrorMessage(TestTemplateInvocationContextProvider) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
getZeroContextsProvidedErrorMessage(P) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
GLOBAL - Static variable in class org.junit.platform.engine.support.store.Namespace
The default, global namespace which allows access to stored data from all extensions.
GLOBAL_KEY - Static variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
Key of the global resource lock that all direct children of the engine descriptor acquire in read mode by default: "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"
GLOBAL_READ - Static variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
GLOBAL_READ_WRITE - Static variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
GLOBAL_TIMEOUT_CONFIG_KEY - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
globalKeyFirst() - Static method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
globalOrderer - Variable in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
globalReadLock - Variable in class org.junit.platform.engine.support.hierarchical.LockManager
 
globalReadLock - Variable in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
globalReadWriteLock - Variable in class org.junit.platform.engine.support.hierarchical.LockManager
 
globalReadWriteLock - Variable in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 

H

handle(ClassLoader) - Method in enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Handle the class loader according to the strategy.
handleCsvException(Throwable, Annotation) - Static method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
handleFailure(Failure, Function) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
handleFailure(Failure, Function, TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
handleTestExecutionException(Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
handleTestExecutionException(Throwable) - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
hasAbortedExecution(Throwable) - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
 
hasCompatibleReturnType(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
hasCriticalIssues() - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
hash - Variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
hashCode - Variable in class org.junit.platform.engine.UniqueId
 
hashCode() - Method in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
hashCode() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
hashCode() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
hashCode() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.ClassSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.DirectorySelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.FilePosition
 
hashCode() - Method in class org.junit.platform.engine.discovery.FileSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.IterationSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.ModuleSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.PackageSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
 
hashCode() - Method in class org.junit.platform.engine.discovery.UriSelector
 
hashCode() - Method in class org.junit.platform.engine.DiscoverySelectorIdentifier
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.FileSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 
hashCode() - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
hashCode() - Method in class org.junit.platform.engine.support.store.Namespace
 
hashCode() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CompositeKey
 
hashCode() - Method in class org.junit.platform.engine.TestTag
 
hashCode() - Method in class org.junit.platform.engine.UniqueId
 
hashCode() - Method in class org.junit.platform.engine.UniqueId.Segment
 
hashCode() - Method in class org.junit.platform.launcher.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
 
hashCode() - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
hashCode() - Method in class org.junit.platform.launcher.TestIdentifier
 
hasLowerPrecedenceThan(Operator) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
hasNestedTests(Class, Set) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
hasNext() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
hasPrefix(UniqueId) - Method in class org.junit.platform.engine.UniqueId
Determine if the supplied UniqueId is a prefix for this UniqueId.
hasSamePrecedenceAs(Operator) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
hasSyntheticStartEvent(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
hasTestOrTestFactoryOrTestTemplateMethods(Class) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
hasVoidReturnType(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
headers - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
helpRequested - Variable in class org.junit.platform.console.command.BaseCommand
 
helpRequested - Variable in class org.junit.platform.console.command.MainCommand
 
helpRequested2 - Variable in class org.junit.platform.console.command.MainCommand
 
HierarchicalOutputDirectoryCreator - Class in org.junit.platform.launcher.core
Hierarchical OutputDirectoryCreator that creates directories based on the unique ID segments of a TestDescriptor.
HierarchicalOutputDirectoryCreator(Supplier) - Constructor for class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
HierarchicalTestEngine<C> - Class in org.junit.platform.engine.support.hierarchical
Abstract base class for all TestEngine implementations that wish to organize test suites hierarchically based on the Node abstraction.
HierarchicalTestEngine() - Constructor for class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
 
HierarchicalTestExecutor<C> - Class in org.junit.platform.engine.support.hierarchical
Implementation core of all TestEngines that wish to use the Node abstraction as the driving principle for structuring and executing test suites.
HierarchicalTestExecutor(ExecutionRequest, C, HierarchicalTestExecutorService, ThrowableCollector.Factory) - Constructor for class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
HierarchicalTestExecutorService - Interface in org.junit.platform.engine.support.hierarchical
A closeable service that executes test tasks.
HierarchicalTestExecutorService.TestTask - Interface in org.junit.platform.engine.support.hierarchical
An executable task that represents a single test or container.

I

identifier - Variable in class org.junit.platform.console.output.TreeNode
 
identifier() - Method in class org.junit.platform.console.output.TreeNode
 
Identifier() - Constructor for class org.junit.platform.console.options.SelectorConverter.Identifier
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClasspathRootSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClassSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.DirectorySelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.FileSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.MethodSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ModuleSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.NestedClassSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.PackageSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.UniqueIdSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.UriSelector.IdentifierParser
 
IgnoreCondition - Class in org.junit.jupiter.migrationsupport.conditions
ExecutionCondition that supports JUnit 4's @Ignore annotation.
IgnoreCondition() - Constructor for class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
 
ignored - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
ignoredBuilder - Variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
ignoredBuilder() - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
ignoreLeadingAndTrailingWhitespace() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
Controls whether leading and trailing whitespace characters of unquoted CSV columns should be ignored.
ignoreLeadingAndTrailingWhitespace() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
Controls whether leading and trailing whitespace characters of unquoted CSV columns should be ignored.
IgnoringRunnerDecorator - Class in org.junit.vintage.engine.discovery
Decorator for Runners that will be ignored completely.
IgnoringRunnerDecorator(Runner) - Constructor for class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
 
IMPLICIT_SUITE_ANNOTATIONS - Static variable in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
implicitConfigurationParametersEnabled - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
implicitProvidersEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
INCLUDE - Enum constant in enum org.junit.jupiter.params.provider.EnumSource.Mode
Select only those enum constants whose names are supplied via the EnumSource.names() attribute.
INCLUDE - Enum constant in enum org.junit.platform.launcher.EngineFilter.Type
 
IncludeClassNameFilter - Class in org.junit.platform.engine.discovery
ClassNameFilter that matches fully qualified class names against patterns in the form of regular expressions.
IncludeClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
includeClassNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
Create a new include ClassNameFilter based on the supplied patterns.
IncludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@IncludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
includeClassNamePatterns2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includeClassNamePatternsUsed - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
included - Variable in class org.junit.platform.engine.FilterResult
 
included() - Method in class org.junit.platform.engine.FilterResult
 
included(String) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating included results.
INCLUDED_BY_ALL_FILTERS - Static variable in class org.junit.platform.engine.CompositeFilter
 
includedClassNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
includedClassNamePatterns(TestDiscoveryOptions, List) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
includedEngines - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
includedEngines - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includedEngines2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includedIf(boolean) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating filter results based on the condition given.
includedIf(boolean, Supplier, Supplier) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating filter results based on the condition given.
includedMethodNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
includedPackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
includedTagExpressions - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
includedTags - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includedTags2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new include EngineFilter based on the supplied engine IDs.
includeEngines(List) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new include EngineFilter based on the supplied engine IDs.
IncludeEngines - Annotation Type in org.junit.platform.suite.api
@IncludeEngines specifies the IDs of TestEngines to be included when running a test suite on the JUnit Platform.
includeMatching(List) - Static method in class org.junit.platform.launcher.TagFilter
 
IncludeMethodFilter - Class in org.junit.platform.launcher
MethodFilter that matches fully qualified method names against patterns in the form of regular expressions.
IncludeMethodFilter(String...) - Constructor for class org.junit.platform.launcher.IncludeMethodFilter
 
includeMethodNamePatterns - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includeMethodNamePatterns(String...) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new include MethodFilter based on the supplied patterns.
includeMethodNamePatterns(List) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new include MethodFilter based on the supplied patterns.
IncludePackageNameFilter - Class in org.junit.platform.engine.discovery
PackageNameFilter that matches fully qualified package names that are prefixed by one of the package names provided to the filter.
IncludePackageNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
includePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new include PackageNameFilter based on the supplied package names.
includePackageNames(List) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new include PackageNameFilter based on the supplied package names.
includePackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
IncludePackages - Annotation Type in org.junit.platform.suite.api
@IncludePackages specifies the packages to be included when running a test suite on the JUnit Platform.
includePackages2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.FilterOptions
 
includeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tag expressions.
includeTags(List) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tag expressions.
IncludeTags - Annotation Type in org.junit.platform.suite.api
@IncludeTags specifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.
inclusionReasonExpressionNotSatisfy(List) - Static method in class org.junit.platform.launcher.TagFilter
 
inclusionReasonExpressionSatisfy(List) - Static method in class org.junit.platform.launcher.TagFilter
 
incrementSkippedOrStarted() - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
INDENTATION - Static variable in class org.junit.platform.console.output.FlatPrintingListener
 
INDENTATION - Static variable in class org.junit.platform.console.output.TestFeedPrintingListener
 
indented(String) - Static method in class org.junit.platform.console.output.FlatPrintingListener
Indent the given message if it is a multi-line string.
indented(String) - Static method in class org.junit.platform.console.output.TestFeedPrintingListener
 
indented(String, String) - Static method in interface org.junit.platform.console.output.DetailsPrintingListener
 
index - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
index - Variable in class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
 
index - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
index - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
index - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PlaceholderPosition
 
index - Variable in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
index - Variable in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
INDEX - Static variable in interface org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatter
 
INDEX_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the current invocation index of a @ParameterizedTest method (1-based): {index}
INDEX_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
Deprecated.
indexedParameterDeclarations - Variable in class org.junit.jupiter.params.ResolverFacade
 
indexOffset - Variable in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
indicativeSentencesGenerator - Static variable in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
Pre-defined display name generator instance producing indicative sentences.
INFO - Enum constant in enum org.junit.platform.engine.DiscoveryIssue.Severity
Indicates that the engine encountered something that could be potentially problematic, but could also happen due to a valid setup or configuration.
Inheritance - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
Inheritance - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.ArgumentsSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.ArgumentsSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.CsvFileSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.CsvFileSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.CsvSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.CsvSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.EmptySource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.EnumSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.EnumSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.FieldSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.FieldSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.MethodSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.MethodSources
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.NullAndEmptySource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.NullSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.ValueSource
 
Inheritance - Section in annotation type org.junit.jupiter.params.provider.ValueSources
 
Inheritance and Execution Order - Section in annotation type org.junit.jupiter.params.AfterParameterizedClassInvocation
 
Inheritance and Execution Order - Section in annotation type org.junit.jupiter.params.BeforeParameterizedClassInvocation
 
Inheritance and Execution Order - Section in annotation type org.junit.platform.suite.api.AfterSuite
 
Inheritance and Execution Order - Section in annotation type org.junit.platform.suite.api.BeforeSuite
 
inherited(ConfigurationParameters) - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
initialize(Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
initialize(Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitExtensions
 
initialize(AnnotatedElement, T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
initialize(CommandLine) - Static method in class org.junit.platform.console.command.BaseCommand
 
initializeAnnotationConsumer(AnnotationConsumer, A) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
initializeExtensions(Class, Object) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Initialize all registered extensions for the supplied testClass using the supplied testInstance.
initializeExtensions(Class, Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
initializer - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
injectArguments() - Element in annotation type org.junit.jupiter.params.AfterParameterizedClassInvocation
Whether the arguments of the parameterized test class should be injected into the annotated method (defaults to true).
injectArguments() - Element in annotation type org.junit.jupiter.params.BeforeParameterizedClassInvocation
Whether the arguments of the parameterized test class should be injected into the annotated method (defaults to true).
injectFields(ExtensionContext, Object, Class, Predicate) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
injectInstanceFields(ExtensionContext, Object) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
injectionType - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
InjectionType() - Constructor for enum org.junit.jupiter.params.ParameterizedClassContext.InjectionType
 
injectStaticFields(ExtensionContext, Class) - Method in class org.junit.jupiter.engine.extension.TempDirectory
 
inProgressDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
inProgressDescriptorsByStartingThread - Variable in class org.junit.vintage.engine.execution.TestRun
 
inputStreamProvider - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
insertOrderSequence - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
installFailureTracker(ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
installFailureTracker(ExtensionContext, ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
INSTANCE - Enum constant in enum org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
 
INSTANCE - Static variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver.DummyClassTemplateInvocationContext
 
INSTANCE - Static variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.DefaultInputStreamProvider
 
INSTANCE - Static variable in class org.junit.platform.engine.support.hierarchical.NopLock
 
INSTANCE - Static variable in class org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor
 
INSTANCE - Static variable in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
INSTANCE - Static variable in class org.junit.platform.testkit.engine.EngineTestKit.Builder.DisabledOutputDirectoryCreator
 
instanceOf(Class) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable is an instance of the supplied Class.
InstancePostProcessingClassTemplateFieldInjector - Class in org.junit.jupiter.params
 
InstancePostProcessingClassTemplateFieldInjector(ResolverFacade, EvaluatedArgumentSet, int, ResolutionCache) - Constructor for class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
instances - Variable in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
instantiate(Class, Class, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedTestSpiInstantiator
 
instantiate(List, EngineDiscoveryRequestResolver.InitializationContext) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
 
instantiateAndPostProcessTestInstance(JupiterEngineExecutionContext, ClassExtensionContext, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
instantiateTestClass(Optional, ExtensionRegistry, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
InstantiatingConfigurationParameterConverter<T> - Class in org.junit.jupiter.engine.config
 
InstantiatingConfigurationParameterConverter(Class, String) - Constructor for class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
intercept(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext, TimeoutDuration, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
intercept(LauncherInterceptor.Invocation) - Method in class org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor
 
intercept(LauncherInterceptor.Invocation) - Method in interface org.junit.platform.launcher.LauncherInterceptor
Intercept the supplied invocation.
interceptAfterAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptAfterEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptBeforeAllMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptBeforeEachMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
InterceptedInvocation(InvocationInterceptor.Invocation, InvocationInterceptorChain.InterceptorCall, InvocationInterceptor) - Constructor for class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
InterceptingExecutableInvoker - Class in org.junit.jupiter.engine.execution
InterceptingExecutableInvoker encapsulates the invocation of a Executable (i.e., method or constructor), including support for dynamic resolution of method parameters via ParameterResolvers.
InterceptingExecutableInvoker() - Constructor for class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
 
InterceptingExecutableInvoker.ReflectiveInterceptorCall<E,T> - Interface in org.junit.jupiter.engine.execution
 
InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall - Interface in org.junit.jupiter.engine.execution
 
InterceptingLauncher - Class in org.junit.platform.launcher.core
 
InterceptingLauncher(Launcher, LauncherInterceptor) - Constructor for class org.junit.platform.launcher.core.InterceptingLauncher
 
interceptLifecycleMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptor - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
interceptor - Variable in class org.junit.platform.launcher.core.DefaultLauncherSession
 
interceptor - Variable in class org.junit.platform.launcher.core.InterceptingLauncher
 
interceptorCall - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
interceptorCall - Variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
interceptorCall - Static variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
interceptorChain - Static variable in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
interceptorChain - Static variable in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
 
interceptorFactory - Variable in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
interceptors - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
interceptTestableMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptTestFactoryMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptTestMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
interceptTestTemplateMethod(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
InternalTestPlan - Class in org.junit.platform.launcher.core
 
InternalTestPlan(LauncherDiscoveryResult, TestPlan) - Constructor for class org.junit.platform.launcher.core.InternalTestPlan
 
InterruptTask(Thread, PreInterruptCallbackInvocation) - Constructor for class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
ints() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The int values to use as sources of arguments; must not be empty.
invalidReturnTypeException(Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
invocation - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
invocation - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
invocationContext - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
invocationContext - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
invocationIndex - Variable in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
invocationIndex - Variable in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
invocationIndex - Variable in class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
invocationIndex - Variable in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
invocationIndex - Variable in class org.junit.jupiter.params.ParameterizedInvocationContext
 
invocationIndex - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.ArgumentsContext
 
invocationIndex - Variable in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
InvocationInterceptorChain - Class in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain() - Constructor for class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
InvocationInterceptorChain.InterceptedInvocation<T> - Class in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain.InterceptorCall<T> - Interface in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain.ValidatingInvocation<T> - Class in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain.VoidInterceptorCall - Interface in org.junit.jupiter.engine.execution
 
invoke(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node.Invocation
Invoke this invocation with the supplied context.
invoke(E, Throwable) - Method in interface org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.ExceptionHandlerInvoker
Invoke the supplied exceptionHandler with the supplied throwable.
invoke(Constructor, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
invoke(Constructor, Optional, ExtensionContextSupplier, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.
invoke(Method, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
invoke(Method, Object, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
Invoke the supplied method with dynamic parameter resolution.
invoke(Supplier) - Method in class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 
invoke(ExtensionContext) - Method in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
invoke(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
 
invoke(InvocationInterceptor.Invocation, ReflectiveInvocationContext, ExtensionContextSupplier, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
 
invoke(InvocationInterceptor.Invocation, ExtensionRegistry, InvocationInterceptorChain.InterceptorCall) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
invoke(GenericBeforeAndAfterAdvice) - Method in interface org.junit.jupiter.migrationsupport.rules.TestRuleSupport.AdviceInvoker
 
invoke(T, ExtensionContext) - Method in interface org.junit.jupiter.engine.descriptor.CallbackSupport.CallbackInvoker
 
invokeAfterAllCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeAfterAllMethodExecutionExceptionHandlers(ExtensionRegistry, ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeAfterAllMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeAfterCallbacks(Class, JupiterEngineExecutionContext, CallbackSupport.CallbackInvoker) - Static method in class org.junit.jupiter.engine.descriptor.CallbackSupport
 
invokeAfterEachCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAfterEachExecutionExceptionHandlers(ExtensionContext, ExtensionRegistry, Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAfterEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.AfterEachMethodAdapter
 
invokeAfterEachMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAfterTestExecutionCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAll(List) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
invokeAll(List) - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
Invoke all supplied test tasks and block until their execution has finished.
invokeAll(List) - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
 
invokeAndMaskCheckedExceptions(GenericBeforeAndAfterAdvice) - Method in interface org.junit.jupiter.migrationsupport.rules.TestRuleSupport.AdviceInvoker
 
invokeAppropriateMethodOnRuleAnnotatedMembers(ExtensionContext, boolean, TestRuleSupport.AdviceInvoker) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
invokeBeforeAllCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeBeforeAllMethodExecutionExceptionHandlers(ExtensionRegistry, ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeBeforeAllMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeBeforeCallbacks(Class, JupiterEngineExecutionContext, CallbackSupport.CallbackInvoker) - Static method in class org.junit.jupiter.engine.descriptor.CallbackSupport
 
invokeBeforeEachCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeEachExecutionExceptionHandlers(ExtensionContext, ExtensionRegistry, Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
 
invokeBeforeEachMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeTestExecutionCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeCloseMethod(Field, Object, String) - Static method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
invokedOrSkipped - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
invokeExecutionExceptionHandlers(Class, ExtensionRegistry, Throwable, JupiterTestDescriptor.ExceptionHandlerInvoker) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Invoke exception handlers for the supplied Throwable one-by-one until none are left or the throwable to handle has been swallowed.
invokeExecutionExceptionHandlers(List, Throwable, JupiterTestDescriptor.ExceptionHandlerInvoker) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
invokeMethodInExtensionContext(Method, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestClassConstructor(Optional, ExtensionRegistry, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestExecutionExceptionHandlers(ExtensionRegistry, ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestInstanceFactory(Optional, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestInstancePostProcessors(Object, ExtensionRegistry, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestInstancePreConstructCallbacks(TestInstanceFactoryContext, ExtensionRegistry, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestInstancePreDestroyCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
invokeTestInstancePreDestroyCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestWatchers(JupiterEngineExecutionContext, boolean, Consumer) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
isAcceptedStandaloneTestClass(Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
isAggregator() - Method in class org.junit.jupiter.params.ResolverFacade.ResolvableParameterDeclaration
Determine if the supplied Parameter is an aggregator (i.e., of type ArgumentsAccessor or annotated with AggregateWith).
isALeaf(Set) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
isAllowingZeroInvocations() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
isAllowingZeroInvocations() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
isAllowingZeroInvocations() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
isAlreadyRegistered(Class) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
Determine if the supplied type is already registered in this registry or in a parent registry.
isAlreadyRunningInForkJoinPool() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
isAncestor(TestDescriptor, TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
isAnnotated(Class) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
isAnnotated(Class) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
isAnnotatedButNotComposed(Class, Class) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnnotatedWithClassTemplate - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnnotatedWithNested - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnnotatedWithNestedAndValid - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnsiColorOutputDisabled() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
isAutoClosingArguments() - Method in class org.junit.jupiter.params.ParameterizedClassContext
 
isAutoClosingArguments() - Method in interface org.junit.jupiter.params.ParameterizedDeclarationContext
 
isAutoClosingArguments() - Method in class org.junit.jupiter.params.ParameterizedTestContext
 
isClosed() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Determine if this store has been closed.
isClosingStoredAutoCloseablesEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isClosingStoredAutoCloseablesEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isClosingStoredAutoCloseablesEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isCompatible(Method, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
isCompatible(ResourceLock) - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Returns whether the given lock is compatible with this lock.
isCompatibleContainerType(Method, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
isContainer() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a container.
isContainer() - Method in enum org.junit.platform.engine.TestDescriptor.Type
 
isContainer() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a container.
isConvertibleToStream(Field, Object) - Static method in class org.junit.jupiter.params.provider.FieldArgumentsProvider
Determine if the supplied value can be converted into a Stream or if the declared type of the supplied field is a Supplier of a type that can be converted into a Stream.
isCorrectTestClass(ExtensionContext) - Method in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
isDeclaredOnTestClassConstructor(ParameterContext, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedClassExtension
 
isDescendantOfRunnerTestDescriptor(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isDisableAnsiColors() - Method in class org.junit.platform.console.options.AnsiColorOptionMixin
 
isDisableBanner() - Method in class org.junit.platform.console.command.BannerOptionMixin
 
isDryRun(InternalTestPlan) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
isEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Determine if this ThrowableCollector is empty (i.e., has not collected any Throwables).
isEmpty() - Method in class org.junit.platform.launcher.tagexpression.DequeStack
 
isEmpty() - Method in interface org.junit.platform.launcher.tagexpression.Stack
 
isError() - Method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
isEverythingAllowed() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
isExact() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Whether this match is exact.
isExcluded(TestDescriptor, FilterResult) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
isExcluded(TestEngine) - Method in class org.junit.platform.launcher.core.EngineFilterer
 
isExclusive() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
isExclusive() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
 
isExclusive() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Returns whether this lock requires exclusiveness.
isExclusive() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
isExtensionAutoDetectionEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isExtensionAutoDetectionEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isExtensionAutoDetectionEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isFactoryMethod - Static variable in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
isFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isFinishedOrSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isIgnored() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
isIgnored(Runner) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
isIncludeFilter() - Method in class org.junit.platform.launcher.EngineFilter
 
isInner(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isInnerNestedClass - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isLauncherDiscoveryListenerAutoRegistrationEnabled() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
isLauncherDiscoveryListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if launcher discovery listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isLauncherSessionListenerAutoRegistrationEnabled() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
isLauncherSessionListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if launcher session listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isLeftAssociative() - Method in class org.junit.platform.launcher.tagexpression.Operator
 
isLeftOf(Token) - Method in class org.junit.platform.launcher.tagexpression.Token
 
isMarked() - Method in class org.junit.platform.launcher.core.StreamInterceptor.RewindableByteArrayOutputStream
 
isMatchingWith(Method) - Method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
isNotAnonymous(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isNotEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Determine if this ThrowableCollector is not empty (i.e., has collected at least one Throwable).
isNotFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isNotInIncreasingOrder(List) - Static method in class org.junit.platform.testkit.engine.Events
 
isNotInnerUnlessAbstract(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isNotLocal(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isNotPrivate(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
isNotPrivateError(DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
isNotPrivateUnlessAbstract(String, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isNotPrivateUnlessAbstractNestedClass - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isNotPrivateWarning(DiscoveryIssueReporter, Supplier) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
isNotSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isNotStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isNotStatic(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
isNotStatic(DiscoveryIssueReporter, Function) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
ISO_639 - Enum constant in enum org.junit.jupiter.params.converter.DefaultArgumentConverter.LocaleConversionFormat
 
isOperator(String) - Method in class org.junit.platform.launcher.tagexpression.Operators
 
isParallelExecutionEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isParallelExecutionEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isParallelExecutionEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isPerClassLifecycle(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
isPerMethodLifecycle(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
isPostDiscoveryFilterAutoRegistrationEnabled() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
isPostDiscoveryFilterAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if post discovery filters should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isPotentialJUnit4TestClass - Static variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
IsPotentialJUnit4TestClass - Class in org.junit.vintage.engine.discovery
 
IsPotentialJUnit4TestClass() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
 
isPotentialJUnit4TestMethod - Static variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
IsPotentialJUnit4TestMethod - Class in org.junit.vintage.engine.discovery
 
IsPotentialJUnit4TestMethod() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod
 
isPrefixOrViceVersa(UniqueId, UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
isReadOnly(Set) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
isReleasable() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
 
isReleasable() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
 
isResolved() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Whether this resolution contains matches or selectors.
isRoot() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor is a root descriptor.
isSameFile(Path, Path) - Static method in class org.junit.platform.console.command.StandardStreamsHandler
 
isScanClasspath() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
isScanModulepath() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
isSingleColorPalette - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
isSingleColorPalette() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
isSkipped() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Whether execution of the context should be skipped.
isSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isStatic(DiscoveryIssueReporter, Function) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
isSuccess() - Method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
issueEncountered(UniqueId, DiscoveryIssue) - Method in interface org.junit.platform.engine.EngineDiscoveryListener
Called when the engine with the supplied engineId encountered an issue during test discovery.
issueEncountered(UniqueId, DiscoveryIssue) - Method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
issueEncountered(UniqueId, DiscoveryIssue) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
issueEncountered(UniqueId, DiscoveryIssue) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
issueReporter - Variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
issueReporter - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
issueReporter - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
issueReporter - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
issues - Variable in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
isSuite() - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
isSupportedOnConstructorOrMethod(Executable, ExtensionContext) - Method in class org.junit.jupiter.params.ClassTemplateConstructorParameterResolver
 
isSupportedOnConstructorOrMethod(Executable, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
isSupportedOnConstructorOrMethod(Executable, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestMethodParameterResolver
 
isSupportedParameter(ParameterContext, EvaluatedArgumentSet) - Method in class org.junit.jupiter.params.ResolverFacade
 
isTest() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a test.
isTest() - Method in enum org.junit.platform.engine.TestDescriptor.Type
 
isTest() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a test.
IsTestableMethod - Class in org.junit.jupiter.engine.discovery.predicates
 
IsTestableMethod(Class, BiFunction, DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
isTestEngineAutoRegistrationEnabled() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
isTestEngineAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if test engines should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isTestExecutionListenerAutoRegistrationEnabled() - Method in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
isTestExecutionListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if test execution listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
IsTestFactoryMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestFactory method.
IsTestFactoryMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
isTestMethod(Method) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
IsTestMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @Test method.
IsTestMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
 
isTestOrTestFactoryOrTestTemplateMethod - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isTestScoped(TestInstantiationAwareExtension) - Method in class org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
 
IsTestTemplateMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestTemplate method.
IsTestTemplateMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
 
isThreadDumpOnTimeoutEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isThreadDumpOnTimeoutEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isThreadDumpOnTimeoutEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isTimeoutDisabled(String) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
Determine if timeouts are disabled for the supplied mode.
isTimeoutDisabled(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
Determine if timeouts are disabled for the supplied extension context.
isUniqueIdAllowed(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
isValid(String) - Static method in class org.junit.platform.engine.TestTag
Determine if the supplied tag name is valid with regard to the supported syntax for tags.
isValidNestedTestClass(Class) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isValidStandaloneTestClass - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isValidStandaloneTestClass(Class) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
Iteration() - Constructor for class org.junit.platform.console.options.SelectorConverter.Iteration
 
iterationIndices - Variable in class org.junit.platform.engine.discovery.IterationSelector
 
IterationOrder - Enum in org.junit.platform.launcher.core
 
IterationOrder() - Constructor for enum org.junit.platform.launcher.core.IterationOrder
 
IterationSelector - Class in org.junit.platform.engine.discovery
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(DiscoverySelector, int...) - Constructor for class org.junit.platform.engine.discovery.IterationSelector
 
IterationSelector.IdentifierParser - Class in org.junit.platform.engine.discovery

J

javaClass - Variable in class org.junit.platform.engine.discovery.ClassSelector
 
javaClass - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
javaClass - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
javaClass - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
javaMethod - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
javaMethod - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
JavaTimeArgumentConverter - Class in org.junit.jupiter.params.converter
 
JavaTimeArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
JavaTimeConversionPattern - Annotation Type in org.junit.jupiter.params.converter
@JavaTimeConversionPattern is an annotation that allows a date/time conversion pattern to be specified on a parameter of a @ParameterizedClass or @ParameterizedTest.
joinConcurrentTasksInReverseOrderToEnableWorkStealing(Deque) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
junit4Builder - Variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
junit4Builder() - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
JUnit 4 Suite Support - Section in annotation type org.junit.platform.suite.api.SuiteDisplayName
 
JUnit 4 Suite Support - Section in annotation type org.junit.platform.suite.api.UseTechnicalNames
 
JUnit 4 Suite Support - Section in package org.junit.platform.suite.api
 
JUnit4VersionCheck - Class in org.junit.vintage.engine
 
JUnit4VersionCheck() - Constructor for class org.junit.vintage.engine.JUnit4VersionCheck
 
JUnit 5 Suite Support - Section in annotation type org.junit.platform.suite.api.SuiteDisplayName
 
JUnit 5 Suite Support - Section in package org.junit.platform.suite.api
 
JUnitPlatform - Class in org.junit.platform.runner
Deprecated.
since 1.8, in favor of the @Suite support provided by the junit-platform-suite-engine module; to be removed in JUnit Platform 2.0
JUnitPlatform(Class) - Constructor for class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
JUnitPlatform(Class, Launcher) - Constructor for class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
JUnitPlatformRunnerListener - Class in org.junit.platform.runner
 
JUnitPlatformRunnerListener(JUnitPlatformTestTree, RunNotifier) - Constructor for class org.junit.platform.runner.JUnitPlatformRunnerListener
 
JUnitPlatformTestTree - Class in org.junit.platform.runner
 
JUnitPlatformTestTree(TestPlan, Class) - Constructor for class org.junit.platform.runner.JUnitPlatformTestTree
 
JupiterConfiguration - Interface in org.junit.jupiter.engine.config
 
JupiterEngineDescriptor - Class in org.junit.jupiter.engine.descriptor
 
JupiterEngineDescriptor(UniqueId, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
JupiterEngineExecutionContext - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExecutionContext(JupiterEngineExecutionContext.State) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
JupiterEngineExecutionContext(EngineExecutionListener, JupiterConfiguration, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
JupiterEngineExecutionContext.Builder - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExecutionContext.State - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
JupiterEngineExtensionContext(EngineExecutionListener, JupiterEngineDescriptor, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
JupiterTestDescriptor - Class in org.junit.jupiter.engine.descriptor
 
JupiterTestDescriptor(UniqueId, AnnotatedElement, Supplier, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
JupiterTestDescriptor(UniqueId, String, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
JupiterTestDescriptor.ExceptionHandlerInvoker<E> - Interface in org.junit.jupiter.engine.descriptor
 
JupiterTestEngine - Class in org.junit.jupiter.engine
The JUnit Jupiter TestEngine.
JupiterTestEngine() - Constructor for class org.junit.jupiter.engine.JupiterTestEngine
 
JupiterThrowableCollectorFactory - Class in org.junit.jupiter.engine.support
Factory for creating ThrowableCollectors within the JUnit Jupiter test engine.
JupiterThrowableCollectorFactory() - Constructor for class org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory
 

K

KEEP_ALIVE_SECONDS - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
 
KEEP_OPEN - Enum constant in enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Rely on the JVM to release resources held by the custom class loader when it terminates.
keepAliveSeconds - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
key - Variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
key - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CompositeKey
 
key() - Element in annotation type org.junit.platform.suite.api.ConfigurationParameter
The configuration parameter key under which to add the value to the discovery request; never null or blank.
KEY - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
 
KEY - Static variable in interface org.junit.jupiter.params.ParameterInfo
The key for retrieving the ParameterInfo instance from the Store.
KEY - Static variable in interface org.junit.jupiter.params.support.ParameterInfo
Deprecated.
Please use ParameterInfo.KEY instead
keySet() - Method in interface org.junit.platform.engine.ConfigurationParameters
Get the keys of all configuration parameters stored in this ConfigurationParameters.
keySet() - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
keySet() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
keySet() - Method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
keyValuePairs - Variable in class org.junit.platform.engine.reporting.ReportEntry
 

L

lastCharacterIndex() - Method in class org.junit.platform.launcher.tagexpression.Token
 
LateInitEntry(Class, Function) - Constructor for class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
lateInitExtensions - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
LateInitExtensions() - Constructor for class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitExtensions
 
launcher - Variable in class org.junit.platform.launcher.core.DefaultLauncherSession
 
launcher - Variable in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
Launcher - Interface in org.junit.platform.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 - Interface in org.junit.platform.launcher.core
LauncherConfig defines the configuration API for creating Launcher instances via the LauncherFactory.
LauncherConfig.Builder - Class in org.junit.platform.launcher.core
Builder API for LauncherConfig.
LauncherConfigurationParameters - Class in org.junit.platform.launcher.core
 
LauncherConfigurationParameters(List) - Constructor for class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
LauncherConfigurationParameters.Builder - Class in org.junit.platform.launcher.core
 
LauncherConfigurationParameters.ParameterProvider - Interface in org.junit.platform.launcher.core
 
LauncherConstants - Class in org.junit.platform.launcher
Collection of constants related to Launcher.
LauncherConstants() - Constructor for class org.junit.platform.launcher.LauncherConstants
 
launcherDiscoveryFinished(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
Called when test discovery has finished.
launcherDiscoveryFinished(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
launcherDiscoveryFinished(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
LauncherDiscoveryListener - Interface in org.junit.platform.launcher
Register a concrete implementation of this interface with a LauncherDiscoveryRequestBuilder or Launcher to be notified of events that occur during test discovery.
launcherDiscoveryListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
launcherDiscoveryListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
launcherDiscoveryListenerRegistry - Variable in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
launcherDiscoveryListeners - Variable in class org.junit.platform.launcher.core.LauncherListenerRegistry
 
LauncherDiscoveryListeners - Class in org.junit.platform.launcher.listeners.discovery
Collection of static factory methods for creating LauncherDiscoveryListeners.
LauncherDiscoveryListeners() - Constructor for class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
 
LauncherDiscoveryListeners.LauncherDiscoveryListenerType - Enum in org.junit.platform.launcher.listeners.discovery
 
LauncherDiscoveryListenerType(String, Supplier) - Constructor for enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
 
LauncherDiscoveryRequest - Interface in org.junit.platform.launcher
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API with additional filters that are applied by the Launcher itself.
LauncherDiscoveryRequestBuilder - Class in org.junit.platform.launcher.core
The LauncherDiscoveryRequestBuilder provides a light-weight DSL for generating a LauncherDiscoveryRequest.
LauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
LauncherDiscoveryResult - Class in org.junit.platform.launcher.core
Represents the result of test discovery of the configured test engines.
LauncherDiscoveryResult(Map, ConfigurationParameters, OutputDirectoryCreator) - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
LauncherDiscoveryResult.EngineResultInfo - Class in org.junit.platform.launcher.core
 
launcherDiscoveryStarted(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.LauncherDiscoveryListener
Called when test discovery is about to be started.
launcherDiscoveryStarted(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
launcherDiscoveryStarted(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
launcherFactory - Variable in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
LauncherFactory - Class in org.junit.platform.launcher.core
Factory for creating Launcher instances by invoking LauncherFactory.create() or LauncherFactory.create(LauncherConfig).
LauncherFactory() - Constructor for class org.junit.platform.launcher.core.LauncherFactory
 
LauncherInterceptor - Interface in org.junit.platform.launcher
Interceptor for test discovery and execution by a Launcher in the context of a LauncherSession.
LauncherInterceptor.Invocation<T> - Interface in org.junit.platform.launcher
An invocation that can be intercepted.
LauncherListenerRegistry - Class in org.junit.platform.launcher.core
 
LauncherListenerRegistry() - Constructor for class org.junit.platform.launcher.core.LauncherListenerRegistry
 
LauncherPhase - Enum in org.junit.platform.launcher.core
The phase the Launcher is in.
LauncherPhase() - Constructor for enum org.junit.platform.launcher.core.LauncherPhase
 
LauncherSession - Interface in org.junit.platform.launcher
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.
launcherSessionClosed(LauncherSession) - Method in interface org.junit.platform.launcher.LauncherSessionListener
Called when a launcher session was closed.
launcherSessionClosed(LauncherSession) - Method in class org.junit.platform.launcher.listeners.session.CompositeLauncherSessionListener
 
LauncherSessionListener - Interface in org.junit.platform.launcher
Register an implementation of this interface to be notified when a LauncherSession is opened and closed.
launcherSessionListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
launcherSessionListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
LauncherSessionListeners - Class in org.junit.platform.launcher.listeners.session
Collection of static factory methods for creating LauncherSessionListeners.
LauncherSessionListeners() - Constructor for class org.junit.platform.launcher.listeners.session.LauncherSessionListeners
 
launcherSessionOpened(LauncherSession) - Method in interface org.junit.platform.launcher.LauncherSessionListener
Called when a launcher session was opened.
launcherSessionOpened(LauncherSession) - Method in class org.junit.platform.launcher.listeners.session.CompositeLauncherSessionListener
 
launcherStoreFacade - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
launcherStoreFacade - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
LauncherStoreFacade - Class in org.junit.jupiter.engine.execution
 
LauncherStoreFacade(NamespacedHierarchicalStore) - Constructor for class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
launcherSupplier - Variable in class org.junit.platform.console.command.ConsoleTestExecutor
 
launchTests(Launcher, Optional) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
lazyLoadJavaClass() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
lazyLoadJavaClass() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
lazyLoadJavaMethod() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
lazyLoadJavaMethod() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
lazyLoadParameterTypes() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
Left - Enum constant in enum org.junit.platform.launcher.tagexpression.Operator.Associativity
 
LeftParenthesis - Static variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
legacyExtensionContext - Variable in class org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
 
legacyReportingName - Variable in class org.junit.platform.launcher.TestIdentifier
 
legacyReportingName - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
legacyReportingName(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the TestDescriptor.getLegacyReportingName() () legacy reporting name} of an Event's test descriptor is equal to the supplied String.
LegacyReportingUtils - Class in org.junit.platform.launcher.listeners
Deprecated.
Use
invalid reference
org.junit.platform.reporting.legacy.LegacyReportingUtils
instead.
LegacyReportingUtils() - Constructor for class org.junit.platform.launcher.listeners.LegacyReportingUtils
Deprecated.
 
lifecycle - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
lifecycle - Variable in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
lifecycleConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
lifecycleMethod - Variable in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
lifecycleMethodResolverFacade - Variable in class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
lifecycleMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
LifecycleMethods(ClassBasedTestDescriptor.ClassInfo) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.LifecycleMethods
 
Lifecycle Methods - Section in annotation type org.junit.jupiter.params.ParameterizedClass
 
LifecycleMethodUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for working with test lifecycle methods.
LifecycleMethodUtils() - Constructor for class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
line - Variable in class org.junit.platform.engine.discovery.FilePosition
 
line - Variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
line() - Element in annotation type org.junit.platform.suite.api.SelectClasspathResource
The line number within the classpath resource; ignored if not greater than zero.
line() - Element in annotation type org.junit.platform.suite.api.SelectFile
The line number within the file; ignored if not greater than zero.
LINE_SEPARATOR - Static variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
LINE_SEPARATOR - Static variable in class org.junit.jupiter.params.provider.CsvParserFactory
 
LINE_START_PATTERN - Static variable in interface org.junit.platform.console.output.DetailsPrintingListener
 
lineSeparator() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The line separator to use when reading the CSV files; must consist of 1 or 2 characters, typically "\r", "\n", or "\r\n".
list() - Method in class org.junit.platform.testkit.engine.Events
Get the events as a List.
list() - Method in class org.junit.platform.testkit.engine.Executions
Get the executions as a List.
listener - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
listener - Variable in class org.junit.platform.launcher.core.DefaultLauncherSession
 
listener - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
listener(LauncherDiscoveryListener) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
LISTENER_ENABLED_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
Property name used to enable the UniqueIdTrackingListener: "junit.platform.listeners.uid.tracking.enabled"
listenerRegistry - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
listenerRegistry - Variable in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
listenerRegistry - Variable in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
ListenerRegistry<T> - Class in org.junit.platform.launcher.core
 
ListenerRegistry(Function) - Constructor for class org.junit.platform.launcher.core.ListenerRegistry
 
listeners - Variable in class org.junit.platform.launcher.core.ListenerRegistry
 
listeners - Variable in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
listeners - Variable in class org.junit.platform.launcher.listeners.session.CompositeLauncherSessionListener
 
listeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all supplied discovery listeners to the request.
ListTestEnginesCommand - Class in org.junit.platform.console.command
 
ListTestEnginesCommand() - Constructor for class org.junit.platform.console.command.ListTestEnginesCommand
 
listTests(TestPlan) - Method in interface org.junit.platform.console.output.DetailsPrintingListener
 
listTests(TestPlan) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
listTests(TestPlan) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
listTests(TestPlan) - Method in class org.junit.platform.console.output.TreePrintingListener
 
listTests(TestPlan) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
load(Class) - Static method in class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
load(Class, Predicate) - Static method in class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
load(Class, Predicate, Function) - Static method in class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
loadAndFilterTestExecutionListeners(ConfigurationParameters) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
loadClasspathResource(String) - Static method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
loadTestEngine(String) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
loadTestEngines() - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
LocaleConversionFormat() - Constructor for enum org.junit.jupiter.params.converter.DefaultArgumentConverter.LocaleConversionFormat
 
lock - Variable in class org.junit.platform.engine.support.hierarchical.SingleLock
 
lockManager - Variable in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
LockManager - Class in org.junit.platform.engine.support.hierarchical
 
LockManager() - Constructor for class org.junit.platform.engine.support.hierarchical.LockManager
 
lockMode - Variable in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
LockMode() - Constructor for enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
 
locks - Variable in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
locks - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
locksByKey - Variable in class org.junit.platform.engine.support.hierarchical.LockManager
 
log(String, Object...) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
logCriticalIssues(TestEngine) - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
logExcludedExtensions(List) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
logFailureMessage(String, String, Exception) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
logger - Static variable in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
 
logger - Static variable in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
logger - Static variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
logger - Static variable in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
logger - Static variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
logger - Static variable in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
logger - Static variable in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
logger - Static variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
logger - Static variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
logger - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
logger - Static variable in class org.junit.jupiter.params.ArgumentCountValidator
 
logger - Static variable in class org.junit.platform.console.command.DiscoveryRequestCreator
 
logger - Static variable in class org.junit.platform.engine.discovery.FilePosition
 
logger - Static variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
logger - Static variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
logger - Static variable in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
logger - Static variable in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
logger - Static variable in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
logger - Static variable in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
logger - Static variable in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
logger - Static variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
logger - Static variable in enum org.junit.platform.launcher.core.LauncherPhase
 
logger - Static variable in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
logger - Variable in class org.junit.platform.launcher.listeners.LoggingListener
 
logger - Variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
logger - Static variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
logger - Static variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
logger - Static variable in class org.junit.vintage.engine.execution.VintageExecutor
 
logger - Static variable in class org.junit.vintage.engine.support.UniqueIdReader
 
logger(DiscoveryIssue.Severity) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
LOGGER - Static variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
LOGGER - Static variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
LOGGER - Static variable in class org.junit.platform.launcher.core.EngineFilterer
 
logging() - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
Create a LauncherDiscoveryListener that logs test discovery events based on their severity.
LOGGING - Enum constant in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
 
LoggingLauncherDiscoveryListener - Class in org.junit.platform.launcher.listeners.discovery
 
LoggingLauncherDiscoveryListener() - Constructor for class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
LoggingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener for logging informational messages for all events via a BiConsumer that consumes Throwable and Supplier<String>.
LoggingListener(BiConsumer) - Constructor for class org.junit.platform.launcher.listeners.LoggingListener
 
logIncompleteFiltering() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
logIssues(TestEngine, List, String) - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
logLoadedInstances(Class, List, List) - Static method in class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
logNonCriticalIssues(TestEngine) - Method in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
logResult(Class, ConditionEvaluationResult, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
logSuccessMessage(String, String) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
logTestDescriptorExclusionReasons(Map) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
logWithThrowable(String, Throwable, Object...) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
longs() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The long values to use as sources of arguments; must not be empty.
looksLikeAFullyQualifiedMethodName(String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
looksLikeIntendedTestClass(Class) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
looksLikeIntendedTestClass(Class, Set) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
looksLikeNestedOrStandaloneTestClass - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
lookupCurrentTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.TestRun
 
lookupExecutionModeForcedByAncestor(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
lookupNextTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.TestRun
 
lookupOrRegisterCurrentTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
lookupOrRegisterNextTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
lookupOrRegisterTestDescriptor(Description, Function) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
lookupUnambiguouslyOrApplyFallback(Description, Function) - Method in class org.junit.vintage.engine.execution.TestRun
 

M

main(String...) - Static method in class org.junit.platform.console.ConsoleLauncher
 
MainCommand - Class in org.junit.platform.console.command
 
MainCommand(ConsoleTestExecutor.Factory) - Constructor for class org.junit.platform.console.command.MainCommand
 
makeReadable(Object[]) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
makeUnmodifiable(List) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
ManifestVersionProvider - Class in org.junit.platform.console.command
 
ManifestVersionProvider() - Constructor for class org.junit.platform.console.command.ManifestVersionProvider
 
map(Function) - Method in class org.junit.platform.testkit.engine.Events
Shortcut for events.stream().map(mapper).
map(Function) - Method in class org.junit.platform.testkit.engine.Executions
Shortcut for executions.stream().map(mapper).
mark() - Method in class org.junit.platform.launcher.core.StreamInterceptor.RewindableByteArrayOutputStream
 
markedPositions - Variable in class org.junit.platform.launcher.core.StreamInterceptor.RewindableByteArrayOutputStream
 
markFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
markInvokedOrSkipped() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
markSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
markStarted() - Method in class org.junit.platform.launcher.core.InternalTestPlan
 
markStarted(TestDescriptor, EventType) - Method in class org.junit.vintage.engine.execution.TestRun
 
match(SelectorResolver.Match) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Factory for creating a resolution that contains the supplied Match.
Match(TestDescriptor, Supplier, SelectorResolver.Match.Type) - Constructor for class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 
MATCH_ALL - Enum constant in enum org.junit.jupiter.params.provider.EnumSource.Mode
Select only those enum constants whose names match all patterns supplied via the EnumSource.names() attribute.
MATCH_ANY - Enum constant in enum org.junit.jupiter.params.provider.EnumSource.Mode
Select only those enum constants whose names match any pattern supplied via the EnumSource.names() attribute.
MATCH_NONE - Enum constant in enum org.junit.jupiter.params.provider.EnumSource.Mode
Select only those enum constants whose names match none of the patterns supplied via the EnumSource.names() attribute.
matches - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
 
matches(Set) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Factory for creating a resolution that contains the supplied Matches.
matchMethodDescription(Description) - Static method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
The method Filter.matchMethodDescription(Description) returns a filter that does not account for the case when the description is for a Parameterized runner.
maxCharsPerColumn() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The maximum number of characters allowed per CSV column.
maxCharsPerColumn() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The maximum number of characters allowed per CSV column.
maxNumberOfBytesPerThread - Variable in class org.junit.platform.launcher.core.StreamInterceptor
 
maxPoolSize - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
mayRegisterTests() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
mayRegisterTests() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
mayRegisterTests() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
mayRegisterTests() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor may register dynamic tests during execution.
mayReturnZeroClassTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
mayReturnZeroContexts(ClassTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
mayReturnZeroContexts(TestTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
mayReturnZeroContexts(P, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
mayReturnZeroTestTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
mediaType - Variable in class org.junit.platform.engine.reporting.FileEntry
 
MemoizingSupplier(Supplier) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
merge(List, List) - Static method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
merge(TestRun.VintageDescriptors, TestRun.VintageDescriptors) - Static method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
message - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
message - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue
 
message() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
message() - Method in interface org.junit.platform.engine.DiscoveryIssue
Returns the message of this issue.
message(String) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's message is equal to the supplied String.
message(Predicate) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's message matches the supplied Predicate.
messageFormat - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
MessageFormatPartialFormatter(String, int) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
method - Variable in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
method - Variable in class org.junit.jupiter.engine.execution.MethodInvocation
 
method - Variable in class org.junit.jupiter.params.ArgumentSetLifecycleMethod
 
method - Variable in class org.junit.jupiter.params.ParameterizedTestContext
 
method() - Method in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
Method() - Constructor for class org.junit.platform.console.options.SelectorConverter.Method
 
METHOD_PATTERN - Static variable in class org.junit.jupiter.engine.discovery.MethodSegmentResolver
 
METHOD_SCHEME - Static variable in class org.junit.jupiter.engine.descriptor.MethodSourceSupport
 
Method Arguments - Section in annotation type org.junit.jupiter.params.AfterParameterizedClassInvocation
 
Method Arguments - Section in annotation type org.junit.jupiter.params.BeforeParameterizedClassInvocation
 
MethodArgumentsProvider - Class in org.junit.jupiter.params.provider
 
MethodArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
MethodBasedTestDescriptor - Class in org.junit.jupiter.engine.descriptor
Base class for TestDescriptors based on Java methods.
MethodBasedTestDescriptor(UniqueId, Class, Method, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
MethodBasedTestDescriptor(UniqueId, String, Class, Method, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
MethodBasedTestDescriptor.MethodInfo - Class in org.junit.jupiter.engine.descriptor
 
methodDescriptors - Variable in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
MethodExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
MethodExtensionContext(ExtensionContext, EngineExecutionListener, TestMethodTestDescriptor, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
MethodFilter - Interface in org.junit.platform.launcher
PostDiscoveryFilter that is applied to the fully qualified Method name without parameters.
methodInfo - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
MethodInfo(Class, Method) - Constructor for class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
 
MethodInvocation<T> - Class in org.junit.jupiter.engine.execution
 
MethodInvocation(Method, Optional, Object[]) - Constructor for class org.junit.jupiter.engine.execution.MethodInvocation
 
methodName - Variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
methodName - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
methodName - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
methodOrdererConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
MethodOrderingVisitor - Class in org.junit.jupiter.engine.discovery
 
MethodOrderingVisitor(JupiterConfiguration, DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
methodParameterTypes - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
methodPredicate - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
methods - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
methodsBeforeNestedClassesOrderer - Variable in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
methodsCache - Variable in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
methodSegmentResolver - Static variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
MethodSegmentResolver - Class in org.junit.jupiter.engine.discovery
 
MethodSegmentResolver() - Constructor for class org.junit.jupiter.engine.discovery.MethodSegmentResolver
 
methodSelector - Variable in class org.junit.platform.engine.discovery.NestedMethodSelector
 
MethodSelector - Class in org.junit.platform.engine.discovery
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(Class, Method) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class, Method, Class...) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class, String, Class...) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class, String, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(ClassLoader, String, String, Class...) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(ClassLoader, String, String, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
MethodSelectorResolver - Class in org.junit.jupiter.engine.discovery
 
MethodSelectorResolver - Class in org.junit.vintage.engine.discovery
 
MethodSelectorResolver() - Constructor for class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
MethodSelectorResolver(JupiterConfiguration, DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
MethodSelectorResolver.MethodType - Class in org.junit.jupiter.engine.discovery
 
MethodSelectorResolver.MethodType.TestDescriptorFactory - Interface in org.junit.jupiter.engine.discovery
 
Method Signatures - Section in annotation type org.junit.jupiter.params.AfterParameterizedClassInvocation
 
Method Signatures - Section in annotation type org.junit.jupiter.params.BeforeParameterizedClassInvocation
 
Method Signatures - Section in annotation type org.junit.platform.suite.api.AfterSuite
 
Method Signatures - Section in annotation type org.junit.platform.suite.api.BeforeSuite
 
MethodSource - Class in org.junit.platform.engine.support.descriptor
Method based TestSource.
MethodSource - Annotation Type in org.junit.jupiter.params.provider
@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(Class, Method) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSource(Method) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSource(String, String) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSource(String, String, String) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSources - Annotation Type in org.junit.jupiter.params.provider
@MethodSources is a simple container for one or more MethodSource annotations.
MethodSourceSupport - Class in org.junit.jupiter.engine.descriptor
Jupiter internal support for creating MethodSource from URI.
MethodSourceSupport() - Constructor for class org.junit.jupiter.engine.descriptor.MethodSourceSupport
 
MethodType(Predicate, MethodSelectorResolver.MethodType.TestDescriptorFactory, String, String...) - Constructor for class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
methodTypes - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
minimumPlaceholderLength - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
minimumRunnable - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
minVersion - Static variable in class org.junit.vintage.engine.JUnit4VersionCheck
 
missingClosingParenthesis(Token, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
missingOneOperand(String) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
missingOpeningParenthesis(Token, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
missingOperatorBetween(TokenWith, TokenWith) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
missingRhsOperand(Token, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
mode - Variable in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
mode() - Element in annotation type org.junit.jupiter.params.provider.EnumSource
The enum constant selection mode.
Mode() - Constructor for enum org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
 
Mode(EnumSource.Mode.Validator, BiPredicate) - Constructor for enum org.junit.jupiter.params.provider.EnumSource.Mode
 
Module() - Constructor for class org.junit.platform.console.options.SelectorConverter.Module
 
moduleName - Variable in class org.junit.platform.engine.discovery.ModuleSelector
 
ModuleSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a module name so that TestEngines can discover tests or containers based on modules.
ModuleSelector(String) - Constructor for class org.junit.platform.engine.discovery.ModuleSelector
 
ModuleSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
mostRecentOutputs - Variable in class org.junit.platform.launcher.core.StreamInterceptor
 
MutableExtensionRegistry - Class in org.junit.jupiter.engine.extension
Default, mutable implementation of ExtensionRegistry.
MutableExtensionRegistry() - Constructor for class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
MutableExtensionRegistry(Set, List) - Constructor for class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
MutableExtensionRegistry(MutableExtensionRegistry) - Constructor for class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
MutableExtensionRegistry.Entry - Interface in org.junit.jupiter.engine.extension
 
MutableExtensionRegistry.LateInitEntry - Class in org.junit.jupiter.engine.extension
 
MutableExtensionRegistry.LateInitExtensions - Class in org.junit.jupiter.engine.extension
 
MutableTestExecutionSummary - Class in org.junit.platform.launcher.listeners
Mutable, internal implementation of the TestExecutionSummary API.
MutableTestExecutionSummary(TestPlan) - Constructor for class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
MutableTestExecutionSummary.DefaultFailure - Class in org.junit.platform.launcher.listeners
 

N

name - Variable in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
name - Variable in class org.junit.jupiter.params.EvaluatedArgumentSet
 
name - Variable in class org.junit.jupiter.params.provider.Arguments.ArgumentSet
 
name - Variable in class org.junit.platform.engine.TestTag
 
name() - Element in annotation type org.junit.jupiter.params.ParameterizedClass
The display name to be used for individual invocations of the parameterized class; never blank or consisting solely of whitespace.
name() - Element in annotation type org.junit.jupiter.params.ParameterizedTest
The display name to be used for individual invocations of the parameterized test; never blank or consisting solely of whitespace.
name() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The name of the method to select; never blank unless SelectMethod.value() is used.
nameExtractor - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
names() - Element in annotation type org.junit.jupiter.params.provider.EnumSource
The names of enum constants to provide, or regular expressions to select the names of enum constants to provide.
names() - Element in annotation type org.junit.platform.suite.api.SelectClasses
One or more classes to select by their fully qualified names.
namespace - Variable in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
namespace - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CompositeKey
 
Namespace - Class in org.junit.platform.engine.support.store
A Namespace is used to provide a scope for data saved by extensions within a NamespacedHierarchicalStore.
Namespace(List) - Constructor for class org.junit.platform.engine.support.store.Namespace
 
NAMESPACE - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
 
NAMESPACE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
NAMESPACE - Static variable in class org.junit.jupiter.params.ArgumentCountValidator
 
NAMESPACE - Static variable in interface org.junit.jupiter.params.ParameterInfo
The ExtensionContext.Namespace for accessing the Store for ParameterInfo.
NAMESPACE - Static variable in class org.junit.jupiter.params.ParameterizedInvocationContext
 
NAMESPACE - Static variable in interface org.junit.jupiter.params.support.ParameterInfo
Deprecated.
Please use ParameterInfo.NAMESPACE instead
NamespaceAwareStore - Class in org.junit.jupiter.engine.execution
 
NamespaceAwareStore(NamespacedHierarchicalStore, Namespace) - Constructor for class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
NamespacedHierarchicalStore<N> - Class in org.junit.platform.engine.support.store
NamespacedHierarchicalStore is a hierarchical, namespaced key-value store.
NamespacedHierarchicalStore(NamespacedHierarchicalStore) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Create a new store with the supplied parent.
NamespacedHierarchicalStore(NamespacedHierarchicalStore, NamespacedHierarchicalStore.CloseAction) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Create a new store with the supplied parent and close action.
NamespacedHierarchicalStore.CloseAction<N> - Interface in org.junit.platform.engine.support.store
Called for each successfully stored non-null value in the store when a NamespacedHierarchicalStore is closed.
NamespacedHierarchicalStore.CompositeKey<N> - Class in org.junit.platform.engine.support.store
 
NamespacedHierarchicalStore.EvaluatedValue<N> - Class in org.junit.platform.engine.support.store
 
NamespacedHierarchicalStore.MemoizingSupplier - Class in org.junit.platform.engine.support.store
Thread-safe Supplier that memoizes the result of calling its delegate and ensures it is called at most once.
NamespacedHierarchicalStore.MemoizingSupplier.Failure - Class in org.junit.platform.engine.support.store
 
NamespacedHierarchicalStore.StoredValue - Class in org.junit.platform.engine.support.store
 
NamespacedHierarchicalStoreException - Exception Class in org.junit.platform.engine.support.store
Exception thrown by failed NamespacedHierarchicalStore operations.
NamespacedHierarchicalStoreException(String) - Constructor for exception class org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException
 
NamespacedHierarchicalStoreException(String, Throwable) - Constructor for exception class org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException
 
NESTED_CLASS_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
NestedClassInvalidityReason() - Constructor for enum org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
 
nestedClassSelector - Variable in class org.junit.platform.engine.discovery.NestedClassSelector
 
nestedClassSelector - Variable in class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedClassSelector - Class in org.junit.platform.engine.discovery
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(ClassLoader, List, String) - Constructor for class org.junit.platform.engine.discovery.NestedClassSelector
 
NestedClassSelector(List, Class) - Constructor for class org.junit.platform.engine.discovery.NestedClassSelector
 
NestedClassSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
NestedClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on nested (but not static) Java classes.
NestedClassTestDescriptor(UniqueId, Class, String, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
NestedClassTestDescriptor(UniqueId, Class, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
nestedContainer(Class) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
nestedContainer(Class, Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition, its test descriptor is a container, and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
NestedMethodSelector - Class in org.junit.platform.engine.discovery
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(ClassLoader, List, String, String, Class...) - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedMethodSelector(ClassLoader, List, String, String, String) - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedMethodSelector(List, Class, Method) - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedMethodSelector(List, Class, String, Class...) - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedMethodSelector(List, Class, String, String) - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector
 
NestedMethodSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
newChild() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Create a child store with this store as its parent and this store's close action.
newClassTemplateTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newClassTemplateTestDescriptor(TestDescriptor, String, ClassBasedTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newClassTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newCommandFacade(CustomClassLoaderCloseStrategy) - Static method in class org.junit.platform.console.ConsoleLauncher
 
newDummyClassTemplateInvocationTestDescriptor(TestDescriptor, int) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newInstanceSupplier(String, String) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
newInvalidConfigurationParameterException(String, String) - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
 
newMemberClassTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newNestedClassTemplateTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newNestedClassTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newPrefix - Variable in class org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
 
newStandaloneClassTestDescriptor(TestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
newState - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
newState() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
newStore(NamespacedHierarchicalStore) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
newThread(ForkJoinPool) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
 
next() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
nextArguments - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
NL - Static variable in class org.junit.jupiter.engine.extension.PreInterruptThreadDumpPrinter
 
NO_EXCLUSIVE_RESOURCES - Static variable in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector
 
NO_ISSUES - Static variable in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
NO_TESTS_FOUND - Static variable in class org.junit.platform.console.command.ExecuteTestsCommand
Exit code indicating no tests found
NO_VALUE_SET - Static variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
node - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
Node<C> - Interface in org.junit.platform.engine.support.hierarchical
A node within the execution hierarchy.
Node.DynamicTestExecutor - Interface in org.junit.platform.engine.support.hierarchical
Executor for additional, dynamic test descriptors discovered during execution of a Node.
Node.ExecutionMode - Enum in org.junit.platform.engine.support.hierarchical
Supported execution modes for parallel execution.
Node.Invocation<C> - Interface in org.junit.platform.engine.support.hierarchical
Represents an invocation that runs with the supplied context.
Node.SkipResult - Class in org.junit.platform.engine.support.hierarchical
The result of determining whether the execution of a given context should be skipped.
NodeExecutionAdvisor - Class in org.junit.platform.engine.support.hierarchical
 
NodeExecutionAdvisor() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
nodeFinished(C, TestDescriptor, TestExecutionResult) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Callback invoked when the execution of this node has finished.
nodeFinished(JupiterEngineExecutionContext, TestDescriptor, TestExecutionResult) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
Override TestMethodTestDescriptor.nodeFinished(JupiterEngineExecutionContext, TestDescriptor, TestExecutionResult) as a no-op, since the TestWatcher API is not supported for @TestFactory containers.
nodeFinished(JupiterEngineExecutionContext, TestDescriptor, TestExecutionResult) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
Invoke testSuccessful(), testAborted(), or testFailed() on each registered TestWatcher according to the status of the supplied TestExecutionResult, in reverse registration order.
nodesByUniqueId - Variable in class org.junit.platform.console.output.TreePrintingListener
 
nodeSkipped(C, TestDescriptor, Node.SkipResult) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Callback invoked when the execution of this node has been skipped.
nodeSkipped(JupiterEngineExecutionContext, TestDescriptor, Node.SkipResult) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
Invoke TestWatcher.testDisabled(ExtensionContext, Optional) on each registered TestWatcher, in registration order.
nodeSkipped(JupiterEngineExecutionContext, TestDescriptor, Node.SkipResult) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
Override MethodBasedTestDescriptor.nodeSkipped(JupiterEngineExecutionContext, TestDescriptor, Node.SkipResult) as a no-op, since the TestWatcher API is not supported for @TestFactory containers.
NodeTestTask<C> - Class in org.junit.platform.engine.support.hierarchical
 
NodeTestTask(NodeTestTaskContext, TestDescriptor) - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
NodeTestTask(NodeTestTaskContext, TestDescriptor, Runnable) - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
NodeTestTask.DefaultDynamicTestExecutor - Class in org.junit.platform.engine.support.hierarchical
 
NodeTestTask.DynamicTaskState - Interface in org.junit.platform.engine.support.hierarchical
 
NodeTestTaskContext - Class in org.junit.platform.engine.support.hierarchical
 
NodeTestTaskContext(EngineExecutionListener, HierarchicalTestExecutorService, ThrowableCollector.Factory, NodeExecutionAdvisor) - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
NodeTreeWalker - Class in org.junit.platform.engine.support.hierarchical
 
NodeTreeWalker() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
NodeTreeWalker(LockManager) - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
NodeUtils - Class in org.junit.platform.engine.support.hierarchical
 
NodeUtils() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeUtils
 
nonCriticalIssues - Variable in class org.junit.platform.launcher.core.DiscoveryIssueNotifier
 
none() - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
NONE - Enum constant in enum org.junit.jupiter.params.ArgumentCountValidationMode
Use the "none" argument count validation mode.
NONE - Enum constant in enum org.junit.platform.console.options.Details
No test plan execution details are printed.
NONE - Enum constant in enum org.junit.platform.console.output.Style
 
NONE - Static variable in class org.junit.platform.console.output.ColorPalette
 
NONE - Static variable in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
noop() - Static method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
NOOP - Static variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
NOOP - Static variable in interface org.junit.jupiter.engine.extension.PreInterruptCallbackInvocation
 
NOOP - Static variable in interface org.junit.platform.engine.EngineDiscoveryListener
No-op implementation of EngineDiscoveryListener
NOOP - Static variable in interface org.junit.platform.engine.EngineExecutionListener
No-op implementation of EngineExecutionListener
NOOP - Static variable in interface org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.TaskEventListener
 
NOOP - Static variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
NOOP - Static variable in interface org.junit.platform.launcher.LauncherDiscoveryListener
No-op implementation of LauncherDiscoveryListener
NOOP - Static variable in interface org.junit.platform.launcher.LauncherSessionListener
No-op implementation of LauncherSessionListener
NOOP_INTERCEPTOR - Static variable in class org.junit.platform.launcher.core.DefaultLauncherSession
 
noOpNode - Static variable in class org.junit.platform.engine.support.hierarchical.NodeUtils
 
noOrderAnnotation - Variable in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
noOrderAnnotation - Variable in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
NopLock - Class in org.junit.platform.engine.support.hierarchical
No-op ResourceLock implementation.
NopLock() - Constructor for class org.junit.platform.engine.support.hierarchical.NopLock
 
not(TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
Not - Static variable in class org.junit.platform.launcher.tagexpression.Operators
 
NOT_INNER - Enum constant in enum org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
 
notifier - Variable in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
notifyEach(List, IterationOrder, Consumer, Supplier) - Static method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
notifyEach(List, IterationOrder, Consumer, Supplier) - Static method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
notSkipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo does not represent a skipped execution.
NULL_SOURCE - Static variable in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
nullable() - Element in annotation type org.junit.jupiter.params.converter.JavaTimeConversionPattern
Whether null argument values are allowed.
NullAndEmptySource - Annotation Type in org.junit.jupiter.params.provider
@NullAndEmptySource is a composed annotation that combines the functionality of @NullSource and @EmptySource.
nullArguments - Static variable in class org.junit.jupiter.params.provider.NullArgumentsProvider
 
NullArgumentsProvider - Class in org.junit.jupiter.params.provider
 
NullArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.NullArgumentsProvider
 
nullaryOperator(String, int) - Static method in class org.junit.platform.launcher.tagexpression.Operator
 
NullEnum - Enum in org.junit.jupiter.params.provider
Dummy enum class used as default value for optional attributes of annotations.
NullEnum() - Constructor for enum org.junit.jupiter.params.provider.NullEnum
 
NullIgnoredBuilder() - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.NullIgnoredBuilder
 
nullSafeGet(Optional) - Static method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
NullSource - Annotation Type in org.junit.jupiter.params.provider
@NullSource is an ArgumentsSource which provides a single null argument to the annotated @ParameterizedClass or @ParameterizedTest.
nullValues - Variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
nullValues - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
nullValues() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
A list of strings that should be interpreted as null references.
nullValues() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
A list of strings that should be interpreted as null references.
numberOfCommonFrames(StackTraceElement[], StackTraceElement[]) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
numLinesToSkip - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
numLinesToSkip() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The number of lines to skip when reading the CSV files.

O

of(Object) - Static method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
of(Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
Factory method for creating an instance of Arguments based on the supplied arguments.
of(Extension) - Static method in interface org.junit.jupiter.engine.extension.MutableExtensionRegistry.Entry
 
of(TestInstances, Object) - Static method in class org.junit.jupiter.engine.execution.DefaultTestInstances
 
of(Arguments, IntUnaryOperator) - Static method in class org.junit.jupiter.params.EvaluatedArgumentSet
 
ofVoid(InvocationInterceptorChain.VoidInterceptorCall) - Static method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
 
ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall) - Static method in interface org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
 
oldPrefix - Variable in class org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
 
oldPrefixLength - Variable in class org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
 
open(ExtensionContext) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.Source
 
openClasspathResource(Class, String) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.DefaultInputStreamProvider
 
openClasspathResource(Class, String) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.InputStreamProvider
 
openFile(String) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.DefaultInputStreamProvider
 
openFile(String) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.InputStreamProvider
 
openSegment - Variable in class org.junit.platform.engine.UniqueIdFormat
 
openSession() - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for opening a new LauncherSession using the default LauncherConfig.
openSession(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for opening a new LauncherSession using the supplied LauncherConfig.
OpenTest4JAndJUnit4AwareThrowableCollector - Class in org.junit.jupiter.engine.support
Specialization of ThrowableCollector that treats instances of the OTA's TestAbortedException and JUnit 4's org.junit.AssumptionViolatedException as aborting.
OpenTest4JAndJUnit4AwareThrowableCollector() - Constructor for class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
 
OpenTest4JAwareThrowableCollector - Class in org.junit.platform.engine.support.hierarchical
Specialization of ThrowableCollector that treats instances of TestAbortedException as aborting.
OpenTest4JAwareThrowableCollector() - Constructor for class org.junit.platform.engine.support.hierarchical.OpenTest4JAwareThrowableCollector
 
Operator - Class in org.junit.platform.launcher.tagexpression
 
Operator(String, int, int, Operator.Associativity, Operator.TagExpressionCreator) - Constructor for class org.junit.platform.launcher.tagexpression.Operator
 
Operator.Associativity - Enum in org.junit.platform.launcher.tagexpression
 
Operator.TagExpressionCreator - Interface in org.junit.platform.launcher.tagexpression
 
operatorFor(String) - Method in class org.junit.platform.launcher.tagexpression.Operators
 
operators - Variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
Operators - Class in org.junit.platform.launcher.tagexpression
 
Operators() - Constructor for class org.junit.platform.launcher.tagexpression.Operators
 
or(TagExpression, TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
Or - Static variable in class org.junit.platform.launcher.tagexpression.Operators
 
order - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
order - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
orderChildren(UnaryOperator) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Order the children of this descriptor.
orderChildren(UnaryOperator) - Method in interface org.junit.platform.engine.TestDescriptor
Order the children of this descriptor.
orderChildrenTestDescriptors(TestDescriptor, Class, Optional, Function, AbstractOrderingVisitor.DescriptorWrapperOrderer) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
orderComparator - Static variable in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
orderContainedMethods(ClassBasedTestDescriptor, Class) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
orderContainedMethods(ClassBasedTestDescriptor, Class, Optional) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
orderer - Variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
ordererCache - Variable in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
orderingAction - Variable in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
orderNestedClasses(ClassBasedTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
orderTopLevelClasses(JupiterEngineDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
orderWrappers(List, Consumer) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
OrFilter - Class in org.junit.vintage.engine.descriptor
 
OrFilter(Collection) - Constructor for class org.junit.vintage.engine.descriptor.OrFilter
 
org.junit.jupiter.engine - package org.junit.jupiter.engine
Core package for the JUnit Jupiter test engine.
org.junit.jupiter.engine.config - package org.junit.jupiter.engine.config
Configuration specific to the JUnit Jupiter test engine.
org.junit.jupiter.engine.descriptor - package org.junit.jupiter.engine.descriptor
Test descriptors used within the JUnit Jupiter test engine.
org.junit.jupiter.engine.discovery - package org.junit.jupiter.engine.discovery
Internal classes for test discovery within the JUnit Jupiter test engine.
org.junit.jupiter.engine.discovery.predicates - package org.junit.jupiter.engine.discovery.predicates
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
org.junit.jupiter.engine.execution - package org.junit.jupiter.engine.execution
Internal classes for test execution within the JUnit Jupiter test engine.
org.junit.jupiter.engine.extension - package org.junit.jupiter.engine.extension
Test extensions specific to the JUnit Jupiter test engine.
org.junit.jupiter.engine.support - package org.junit.jupiter.engine.support
Internal support classes for the JUnit Jupiter test engine.
org.junit.jupiter.migrationsupport - package org.junit.jupiter.migrationsupport
Support for migrating from JUnit 4 to JUnit Jupiter.
org.junit.jupiter.migrationsupport.conditions - package org.junit.jupiter.migrationsupport.conditions
Extensions which provide support for conditional test execution features of JUnit 4 (e.g., the @Ignore annotation) within JUnit Jupiter.
org.junit.jupiter.migrationsupport.rules - package org.junit.jupiter.migrationsupport.rules
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
org.junit.jupiter.migrationsupport.rules.adapter - package org.junit.jupiter.migrationsupport.rules.adapter
Simple wrappers for JUnit 4 rules to overcome visibility limitations of the JUnit 4 implementations.
org.junit.jupiter.migrationsupport.rules.member - package org.junit.jupiter.migrationsupport.rules.member
Abstractions for members which can be targets of JUnit 4 rule annotations.
org.junit.jupiter.params - package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
org.junit.jupiter.params.aggregator - package org.junit.jupiter.params.aggregator
The ArgumentsAggregator and ArgumentsAccessor interfaces and the AggregateWith annotation.
org.junit.jupiter.params.converter - package org.junit.jupiter.params.converter
ArgumentConverter implementations and the corresponding @ConvertWith annotation.
org.junit.jupiter.params.provider - package org.junit.jupiter.params.provider
ArgumentsProvider implementations and their corresponding ArgumentsSource annotations.
org.junit.jupiter.params.support - package org.junit.jupiter.params.support
Support classes for building providers and converters for arguments.
org.junit.platform.console - package org.junit.platform.console
Support for launching the JUnit Platform from the console.
org.junit.platform.console.command - package org.junit.platform.console.command
Commands of JUnit's console launcher.
org.junit.platform.console.options - package org.junit.platform.console.options
Command-line option utility classes of JUnit's console launcher.
org.junit.platform.console.output - package org.junit.platform.console.output
Output printing utility classes of JUnit's console launcher.
org.junit.platform.engine - package org.junit.platform.engine
Public API for test engines.
org.junit.platform.engine.discovery - package org.junit.platform.engine.discovery
Concrete selectors and filters to be used in discovery requests.
org.junit.platform.engine.reporting - package org.junit.platform.engine.reporting
Classes used by test engines to report additional data to execution listeners.
org.junit.platform.engine.support.config - package org.junit.platform.engine.support.config
ConfigurationParameters-related support classes intended to be used by test engine implementations.
org.junit.platform.engine.support.descriptor - package org.junit.platform.engine.support.descriptor
TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher.
org.junit.platform.engine.support.discovery - package org.junit.platform.engine.support.discovery
Configurable test discovery implementation that can be reused by different test engines.
org.junit.platform.engine.support.filter - package org.junit.platform.engine.support.filter
Filter-related support classes intended to be used by test engine implementations.
org.junit.platform.engine.support.hierarchical - package org.junit.platform.engine.support.hierarchical
Support classes and base implementation for any TestEngine that wishes to organize test suites hierarchically based on the Node abstraction.
org.junit.platform.engine.support.store - package org.junit.platform.engine.support.store
Reusable data structures for test engines and their extensions.
org.junit.platform.launcher - package org.junit.platform.launcher
Public API for configuring and launching test plans.
org.junit.platform.launcher.core - package org.junit.platform.launcher.core
Core support classes for the Launcher including the LauncherFactory and the LauncherDiscoveryRequestBuilder.
org.junit.platform.launcher.listeners - package org.junit.platform.launcher.listeners
Common TestExecutionListener implementations and related support classes for the Launcher.
org.junit.platform.launcher.listeners.discovery - package org.junit.platform.launcher.listeners.discovery
Common LauncherDiscoveryListener implementations and factory methods.
org.junit.platform.launcher.listeners.session - package org.junit.platform.launcher.listeners.session
Common LauncherSessionListener implementations and factory methods.
org.junit.platform.launcher.tagexpression - package org.junit.platform.launcher.tagexpression
The tag expression language parser and related support classes.
org.junit.platform.runner - package org.junit.platform.runner
Runner and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.
org.junit.platform.suite.api - package org.junit.platform.suite.api
Annotations for configuring a test suite on the JUnit Platform.
org.junit.platform.suite.commons - package org.junit.platform.suite.commons
Common support utilities for executing test suites on the JUnit Platform.
org.junit.platform.testkit.engine - package org.junit.platform.testkit.engine
Test Kit for testing the execution of a TestEngine running on the JUnit Platform.
org.junit.vintage.engine - package org.junit.vintage.engine
Core package for the JUnit Vintage test engine.
org.junit.vintage.engine.descriptor - package org.junit.vintage.engine.descriptor
Test descriptors used within the JUnit Vintage test engine.
org.junit.vintage.engine.discovery - package org.junit.vintage.engine.discovery
Internal classes for test discovery within the JUnit Vintage test engine.
org.junit.vintage.engine.execution - package org.junit.vintage.engine.execution
Internal classes for test execution within the JUnit Vintage test engine.
org.junit.vintage.engine.support - package org.junit.vintage.engine.support
Internal support classes for test discovery and execution within the JUnit Vintage test engine.
ORIGINAL - Enum constant in enum org.junit.platform.launcher.core.IterationOrder
 
originalResolverFacade - Variable in class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
originalState - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
originalStream - Variable in class org.junit.platform.launcher.core.StreamInterceptor
 
OTHER - Enum constant in enum org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
 
out - Variable in class org.junit.platform.console.command.OutputStreamConfig
 
out - Variable in class org.junit.platform.console.output.FlatPrintingListener
 
out - Variable in class org.junit.platform.console.output.TestFeedPrintingListener
 
out - Variable in class org.junit.platform.console.output.TreePrinter
 
out - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
outcome - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
Outcome() - Constructor for enum org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
 
OutcomeDelayingEngineExecutionListener - Class in org.junit.platform.launcher.core
Delays reporting of engine skipped/finished events so that exceptions thrown by engines can be reported to listeners.
OutcomeDelayingEngineExecutionListener(EngineExecutionListener, TestDescriptor) - Constructor for class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
OutcomeDelayingEngineExecutionListener.Outcome - Enum in org.junit.platform.launcher.core
 
outerInstance - Variable in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
output - Variable in class org.junit.platform.launcher.core.StreamInterceptor
 
OUTPUT_DIR_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to configure the output directory for reporting.
OUTPUT_DIR_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
Property name used to set the path to the output directory for the file generated by the UniqueIdTrackingListener: "junit.platform.listeners.uid.tracking.output.dir"
OUTPUT_DIR_UNIQUE_NUMBER_PLACEHOLDER - Static variable in class org.junit.platform.launcher.LauncherConstants
Placeholder for use in LauncherConstants.OUTPUT_DIR_PROPERTY_NAME that will be replaced with a unique number.
OUTPUT_DIR_UNIQUE_NUMBER_PLACEHOLDER_PATTERN - Static variable in class org.junit.platform.launcher.listeners.OutputDir
 
OUTPUT_FILE_PREFIX_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
Property name used to set the prefix for the name of the file generated by the UniqueIdTrackingListener: "junit.platform.listeners.uid.tracking.output.file.prefix"
OutputDir - Class in org.junit.platform.launcher.listeners
 
OutputDir(Path, SecureRandom) - Constructor for class org.junit.platform.launcher.listeners.OutputDir
 
outputDirectoryCreator - Variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
outputDirectoryCreator - Variable in class org.junit.platform.engine.ExecutionRequest
 
outputDirectoryCreator - Variable in class org.junit.platform.engine.reporting.OutputDirectoryProviderAdapter
 
outputDirectoryCreator - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
outputDirectoryCreator - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
outputDirectoryCreator - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
outputDirectoryCreator - Variable in class org.junit.platform.launcher.TestPlan
 
outputDirectoryCreator(OutputDirectoryCreator) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Set the OutputDirectoryCreator to use for the request.
outputDirectoryCreator(OutputDirectoryCreator) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
outputDirectoryCreator(OutputDirectoryCreator) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Set the OutputDirectoryCreator to use.
OutputDirectoryCreator - Interface in org.junit.platform.engine
Provider of output directories for test engines to write reports and other output files to.
outputDirectoryProvider(OutputDirectoryProvider) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
outputDirectoryProvider(OutputDirectoryProvider) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
OutputDirectoryProvider - Interface in org.junit.platform.engine.reporting
Deprecated.
Please implement OutputDirectoryCreator instead
OutputDirectoryProviderAdapter - Class in org.junit.platform.engine.reporting
 
OutputDirectoryProviderAdapter(OutputDirectoryCreator) - Constructor for class org.junit.platform.engine.reporting.OutputDirectoryProviderAdapter
 
outputOptions - Variable in class org.junit.platform.console.command.ConsoleTestExecutor
 
OutputStreamConfig - Class in org.junit.platform.console.command
 
OutputStreamConfig(PrintWriter, PrintWriter) - Constructor for class org.junit.platform.console.command.OutputStreamConfig
 
OutputStreamConfig(CommandLine) - Constructor for class org.junit.platform.console.command.OutputStreamConfig
 

P

Package() - Constructor for class org.junit.platform.console.options.SelectorConverter.Package
 
PACKAGE_SEPARATOR_CHAR - Static variable in class org.junit.platform.engine.support.discovery.ResourceUtils
 
packageFilter - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
packageName - Variable in class org.junit.platform.engine.discovery.PackageSelector
 
packageName - Variable in class org.junit.platform.engine.support.descriptor.PackageSource
 
packageName(String) - Static method in class org.junit.platform.engine.support.discovery.ResourceUtils
 
packageName(Predicate) - Static method in class org.junit.platform.engine.support.discovery.ResourceUtils
Match resources against a package filter.
PackageNameFilter - Interface in org.junit.platform.engine.discovery
DiscoveryFilter that is applied to the name of a Package.
packageNames - Variable in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
packageNames - Variable in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
PackageSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a package name so that TestEngines can discover tests or containers based on packages.
PackageSelector(String) - Constructor for class org.junit.platform.engine.discovery.PackageSelector
 
PackageSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
PackageSource - Class in org.junit.platform.engine.support.descriptor
Package based TestSource.
PackageSource(Package) - Constructor for class org.junit.platform.engine.support.descriptor.PackageSource
 
PackageSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.PackageSource
 
paint(Style, String) - Method in class org.junit.platform.console.output.ColorPalette
 
PARALLEL_CLASS_EXECUTION - Static variable in class org.junit.vintage.engine.Constants
Indicates whether parallel execution is enabled for test classes in the JUnit Vintage engine.
PARALLEL_CONFIG_CUSTOM_CLASS_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to specify the fully qualified class name of the ParallelExecutionConfigurationStrategy to be used for the custom configuration strategy: "junit.jupiter.execution.parallel.config.custom.class"
PARALLEL_CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the factor to be multiplied with the number of available processors/cores to determine the desired parallelism for the dynamic configuration strategy: "junit.jupiter.execution.parallel.config.dynamic.factor"
PARALLEL_CONFIG_FIXED_MAX_POOL_SIZE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to configure the maximum pool size of the underlying fork-join pool for the fixed configuration strategy: "junit.jupiter.execution.parallel.config.fixed.max-pool-size"
PARALLEL_CONFIG_FIXED_PARALLELISM_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to set the desired parallelism for the fixed configuration strategy: "junit.jupiter.execution.parallel.config.fixed.parallelism"
PARALLEL_CONFIG_FIXED_SATURATE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to disable saturation of the underlying fork-join pool for the fixed configuration strategy: "junit.jupiter.execution.parallel.config.fixed.saturate"
PARALLEL_CONFIG_PREFIX - Static variable in class org.junit.jupiter.engine.Constants
 
PARALLEL_CONFIG_STRATEGY_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to select the ParallelExecutionConfigurationStrategy: "junit.jupiter.execution.parallel.config.strategy"
PARALLEL_EXECUTION_ENABLED - Static variable in class org.junit.vintage.engine.Constants
Indicates whether parallel execution is enabled for the JUnit Vintage engine.
PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
PARALLEL_EXECUTION_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to enable parallel test execution: "junit.jupiter.execution.parallel.enabled"
PARALLEL_METHOD_EXECUTION - Static variable in class org.junit.vintage.engine.Constants
Indicates whether parallel execution is enabled for test methods in the JUnit Vintage engine.
PARALLEL_POOL_SIZE - Static variable in class org.junit.vintage.engine.Constants
Specifies the size of the thread pool to be used for parallel execution.
ParallelExecutionConfiguration - Interface in org.junit.platform.engine.support.hierarchical
Configuration to use for parallel test execution.
ParallelExecutionConfigurationStrategy - Interface in org.junit.platform.engine.support.hierarchical
A strategy to use for configuring parallel test execution.
parallelExecutionEnabled - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
parallelism - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
parallelism - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
parallelMethodExecutor(RunnerTestDescriptor, ExecutorService) - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
parameter - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
parameter - Variable in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
Parameter - Annotation Type in org.junit.jupiter.params
@Parameter is used to signal that a field in a @ParameterizedClass constitutes a parameter and marks it for field injection.
parameterCount - Variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
 
ParameterDeclaration - Interface in org.junit.jupiter.params.support
ParameterDeclaration encapsulates the declaration of an indexed @ParameterizedClass or @ParameterizedTest parameter.
parameterDeclarationMapping - Variable in class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
ParameterDeclarations - Interface in org.junit.jupiter.params.support
ParameterDeclarations encapsulates the combined declarations of all indexed @ParameterizedClass or @ParameterizedTest parameters.
parameterIndexOffset - Variable in class org.junit.jupiter.params.ResolverFacade
 
ParameterInfo - Interface in org.junit.jupiter.params
ParameterInfo is used to provide information about the current invocation of a parameterized class or test.
ParameterInfo - Interface in org.junit.jupiter.params.support
Deprecated.
Please use ParameterInfo instead
ParameterizedClass - Annotation Type in org.junit.jupiter.params
@ParameterizedClass is used to signal that the annotated class is a parameterized test class.
ParameterizedClassContext - Class in org.junit.jupiter.params
 
ParameterizedClassContext(Class, ParameterizedClass, TestInstance.Lifecycle) - Constructor for class org.junit.jupiter.params.ParameterizedClassContext
 
ParameterizedClassContext.InjectionType - Enum in org.junit.jupiter.params
 
ParameterizedClassExtension - Class in org.junit.jupiter.params
 
ParameterizedClassExtension() - Constructor for class org.junit.jupiter.params.ParameterizedClassExtension
 
ParameterizedClassInvocationContext - Class in org.junit.jupiter.params
 
ParameterizedClassInvocationContext(ParameterizedClassContext, ParameterizedInvocationNameFormatter, Arguments, int) - Constructor for class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
ParameterizedDeclarationContext<C> - Interface in org.junit.jupiter.params
 
ParameterizedInvocationConstants - Class in org.junit.jupiter.params
Constants for the use with the @ParameterizedClass and @ParameterizedTest annotations.
ParameterizedInvocationConstants() - Constructor for class org.junit.jupiter.params.ParameterizedInvocationConstants
 
ParameterizedInvocationContext<T> - Class in org.junit.jupiter.params
 
ParameterizedInvocationContext(T, ParameterizedInvocationNameFormatter, Arguments, int) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationContext
 
ParameterizedInvocationContext.CloseableArgument - Class in org.junit.jupiter.params
 
ParameterizedInvocationContextProvider<T> - Class in org.junit.jupiter.params
 
ParameterizedInvocationContextProvider() - Constructor for class org.junit.jupiter.params.ParameterizedInvocationContextProvider
 
ParameterizedInvocationNameFormatter - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter(String, String, ParameterizedDeclarationContext, int) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
ParameterizedInvocationNameFormatter.ArgumentsContext - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.ArgumentSetNameFormatter - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.CachingByArgumentsLengthPartialFormatter - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.PartialFormatter - Interface in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.PartialFormatters - Class in org.junit.jupiter.params
 
ParameterizedInvocationNameFormatter.PlaceholderPosition - Class in org.junit.jupiter.params
 
ParameterizedInvocationParameterResolver - Class in org.junit.jupiter.params
 
ParameterizedInvocationParameterResolver(ResolverFacade, EvaluatedArgumentSet, int, ResolutionCache) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
ParameterizedTest - Annotation Type in org.junit.jupiter.params
@ParameterizedTest is used to signal that the annotated method is a parameterized test method.
ParameterizedTestContext - Class in org.junit.jupiter.params
Encapsulates access to the parameters of a parameterized test method and caches the converters and aggregators used to resolve them.
ParameterizedTestContext(Class, Method, ParameterizedTest) - Constructor for class org.junit.jupiter.params.ParameterizedTestContext
 
ParameterizedTestExtension - Class in org.junit.jupiter.params
 
ParameterizedTestExtension() - Constructor for class org.junit.jupiter.params.ParameterizedTestExtension
 
ParameterizedTestInvocationContext - Class in org.junit.jupiter.params
 
ParameterizedTestInvocationContext(ParameterizedTestContext, ParameterizedInvocationNameFormatter, Arguments, int) - Constructor for class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
ParameterizedTestMethodParameterResolver - Class in org.junit.jupiter.params
 
ParameterizedTestMethodParameterResolver(ParameterizedTestContext, EvaluatedArgumentSet, int) - Constructor for class org.junit.jupiter.params.ParameterizedTestMethodParameterResolver
 
ParameterizedTestSpiInstantiator - Class in org.junit.jupiter.params
 
ParameterizedTestSpiInstantiator() - Constructor for class org.junit.jupiter.params.ParameterizedTestSpiInstantiator
 
parameterName(ParameterDeclaration) - Static method in class org.junit.jupiter.params.ResolverFacade
 
parameterResolutionException(String, Exception, int) - Static method in class org.junit.jupiter.params.ResolverFacade
 
ParameterResolutionUtils - Class in org.junit.jupiter.engine.execution
ParameterResolutionUtils provides support for dynamic resolution of executable parameters via ParameterResolvers.
ParameterResolutionUtils() - Constructor for class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
parameterResolver - Variable in class org.junit.jupiter.params.ArgumentSetLifecycleMethod
 
parameterTypeNames - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
parameterTypeNames() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The parameter types of the method to select.
parameterTypes - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
parameterTypes() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The parameter types of the method to select.
parameterValue - Variable in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
 
parent - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
parent - Variable in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
parent - Variable in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
parent - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
parent - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
parentConfigurationParameters - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
parentConfigurationParameters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
parentConfigurationParameters - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
parentConfigurationParameters(ConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters.Builder
 
parentConfigurationParameters(ConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Set the parent configuration parameters to use for the request.
parentConfigurationParameters(ConfigurationParameters) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Set the parent configuration parameters to use for the request.
parentContext - Variable in class org.junit.jupiter.engine.extension.TempDirectory.FailureTracker
 
parentContext - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
parentId - Variable in class org.junit.platform.launcher.TestIdentifier
 
parentId - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
parentSelector - Variable in class org.junit.platform.engine.discovery.IterationSelector
 
parentStore - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
parse(CharSequence) - Method in class org.junit.jupiter.engine.extension.TimeoutDurationParser
 
parse(String) - Method in interface org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParser.Context
Parse the supplied selector.
parse(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers
 
parse(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Parse the supplied string representation of a DiscoverySelectorIdentifier.
parse(String) - Static method in class org.junit.platform.engine.DiscoverySelectorIdentifier
Parse the supplied string representation of a DiscoverySelectorIdentifier in the format prefix:value.
parse(String) - Static method in class org.junit.platform.engine.UniqueId
Parse a UniqueId from the supplied string representation using the default format.
parse(String) - Method in class org.junit.platform.engine.UniqueIdFormat
Parse a UniqueId from the supplied string representation.
parse(String) - Method in class org.junit.platform.launcher.tagexpression.Parser
 
parse(String) - Static method in class org.junit.platform.launcher.TagFilter
 
parse(String, String, ParameterizedDeclarationContext, int) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
parse(DiscoverySelectorIdentifier) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers
 
parse(DiscoverySelectorIdentifier) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Parse the supplied DiscoverySelectorIdentifier.
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.ClassSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.DirectorySelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in interface org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParser
Parse the supplied DiscoverySelectorIdentifier.
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.FileSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.MethodSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.ModuleSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.NestedClassSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.NestedMethodSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.PackageSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.UniqueIdSelector.IdentifierParser
 
parse(DiscoverySelectorIdentifier, DiscoverySelectorIdentifierParser.Context) - Method in class org.junit.platform.engine.discovery.UriSelector.IdentifierParser
 
parseAll(String...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers
 
parseAll(String...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Parse the supplied string representations of DiscoverySelectorIdentifiers.
parseAll(Collection) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers
 
parseAll(Collection) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Parse the supplied DiscoverySelectorIdentifiers.
parseAll(List) - Static method in class org.junit.platform.launcher.TagFilter
 
parseArgs(String...) - Method in class org.junit.platform.console.command.BaseCommand
 
parseFrom(String) - Static method in interface org.junit.platform.launcher.tagexpression.TagExpression
Attempt to parse a TagExpression from the supplied tag expression string.
parseIdentifiers(String[]) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
parseIndexDefinition(String) - Method in class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
parseOrDefault(String, Supplier) - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
parser - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
Parser - Class in org.junit.platform.launcher.tagexpression
 
Parser() - Constructor for class org.junit.platform.launcher.tagexpression.Parser
 
ParseResult - Interface in org.junit.platform.launcher.tagexpression
The result of attempting to parse a TagExpression.
ParseResults - Class in org.junit.platform.launcher.tagexpression
 
ParseResults() - Constructor for class org.junit.platform.launcher.tagexpression.ParseResults
 
parsersByPrefix - Variable in enum org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
 
ParseStatus - Class in org.junit.platform.launcher.tagexpression
 
ParseStatus(String) - Constructor for class org.junit.platform.launcher.tagexpression.ParseStatus
 
parseTextBlock(CsvSource) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
parseTimeoutDuration(String) - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
parseTimeoutThreadModeConfiguration() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
parseValueArray(CsvSource) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
parseVersion(String) - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
 
partial(TestDescriptor) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Factory for creating a partial match without any children.
partial(TestDescriptor, Supplier) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Factory for creating a partial match with potential children.
PARTIAL - Enum constant in enum org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
 
partialFormatters - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter
 
PartialFormatters() - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
parts - Variable in class org.junit.platform.engine.support.store.Namespace
 
path - Variable in class org.junit.platform.engine.discovery.DirectorySelector
 
path - Variable in class org.junit.platform.engine.discovery.FileSelector
 
path - Variable in class org.junit.platform.engine.reporting.FileEntry
 
path - Variable in class org.junit.platform.launcher.listeners.OutputDir
 
path - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
pattern - Variable in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
PATTERN - Static variable in class org.junit.jupiter.engine.extension.TimeoutDurationParser
 
PATTERN - Static variable in class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
PATTERN - Static variable in class org.junit.platform.launcher.tagexpression.Tokenizer
 
patternDescription - Variable in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
patternDescription - Variable in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
patternDescription - Variable in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
patternDescription - Variable in class org.junit.platform.launcher.AbstractMethodFilter
 
Pattern Matching Syntax - Section in org.junit.jupiter.engine.Constants.DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME
 
Pattern Matching Syntax - Section in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_EXCLUDE_PROPERTY_NAME
 
Pattern Matching Syntax - Section in org.junit.jupiter.engine.Constants.EXTENSIONS_AUTODETECTION_INCLUDE_PROPERTY_NAME
 
Pattern Matching Syntax - Section in org.junit.platform.launcher.LauncherConstants.DEACTIVATE_LISTENERS_PATTERN_PROPERTY_NAME
 
patterns - Variable in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
patterns - Variable in class org.junit.platform.launcher.AbstractMethodFilter
 
payload - Variable in class org.junit.platform.testkit.engine.Event
 
peek() - Method in class org.junit.platform.launcher.tagexpression.DequeStack
 
peek() - Method in interface org.junit.platform.launcher.tagexpression.Stack
 
PER_CONTEXT - Enum constant in enum org.junit.jupiter.engine.extension.TempDirectory.Scope
 
PER_DECLARATION - Enum constant in enum org.junit.jupiter.engine.extension.TempDirectory.Scope
 
performSanityChecks() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
placeholder - Variable in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PlaceholderPosition
 
PlaceholderPosition(int, String) - Constructor for class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PlaceholderPosition
 
placeholders() - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
platformToJupiterVersion(String) - Static method in class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
pluralize(int, String, String) - Static method in class org.junit.jupiter.params.ArgumentCountValidator
 
pop() - Method in class org.junit.platform.launcher.tagexpression.DequeStack
 
pop() - Method in interface org.junit.platform.launcher.tagexpression.Stack
 
populateExclusionReasonInMap(Optional, TestDescriptor, Map) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
populateNewExtensionRegistry(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
populateNewExtensionRegistry(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
populateNewExtensionRegistryFromExtendWithAnnotation(MutableExtensionRegistry, AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Populate a new MutableExtensionRegistry from extension types declared via @ExtendWith on the supplied AnnotatedElement.
position - Variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
position - Variable in class org.junit.platform.engine.discovery.FileSelector
 
PostDiscoveryFilter - Interface in org.junit.platform.launcher
A PostDiscoveryFilter is applied to TestDescriptors after test discovery.
postDiscoveryFilterAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
postDiscoveryFilterAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
postVisitContainer(TestIdentifier) - Method in interface org.junit.platform.launcher.TestPlan.Visitor
Called after visiting a container.
precedence - Variable in class org.junit.platform.launcher.tagexpression.Operator
 
preDestroyTestInstance(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.AutoCloseExtension
 
predicates - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
prefix - Variable in class org.junit.platform.engine.DiscoverySelectorIdentifier
 
prefix - Variable in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.ClasspathRootSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.ClassSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.DirectorySelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.FileSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.MethodSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.ModuleSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.NestedClassSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.NestedMethodSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.PackageSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.UniqueIdSelector.IdentifierParser
 
PREFIX - Static variable in class org.junit.platform.engine.discovery.UriSelector.IdentifierParser
 
prefixed(String) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
PrefixedConfigurationParameters - Class in org.junit.platform.engine.support.config
View of ConfigurationParameters that applies a supplied prefix to all queries.
PrefixedConfigurationParameters(ConfigurationParameters, String) - Constructor for class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
Create a new view of the supplied ConfigurationParameters that applies the supplied prefix to all queries.
prefixErrorMessageForInvalidSelectMethodUsage(Class, String) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
preInterruptCallback - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
preInterruptCallback - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
preInterruptCallback - Variable in class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
preInterruptCallback - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
PreInterruptCallbackInvocation - Interface in org.junit.jupiter.engine.extension
 
PreInterruptCallbackInvocationFactory - Class in org.junit.jupiter.engine.extension
 
PreInterruptCallbackInvocationFactory() - Constructor for class org.junit.jupiter.engine.extension.PreInterruptCallbackInvocationFactory
 
PreInterruptThreadDumpPrinter - Class in org.junit.jupiter.engine.extension
The default implementation for PreInterruptCallback, which will print the stacks of all Threads to System.out.
PreInterruptThreadDumpPrinter() - Constructor for class org.junit.jupiter.engine.extension.PreInterruptThreadDumpPrinter
 
prepare() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
prepare(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Prepare the supplied context prior to execution.
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Must be overridden and return a new context with a new ExtensionContext so cleanUp() does not accidentally close the parent context.
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
prepareExtensionContext(ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
prepareExtensionContext(ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
prepareInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
prepareInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationContext
 
prepareInvocation(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
previousOperator() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
preVisitContainer(TestIdentifier) - Method in interface org.junit.platform.launcher.TestPlan.Visitor
Called before visiting a container.
print(TreeNode) - Method in class org.junit.platform.console.output.TreePrinter
 
print(TreeNode, String, boolean) - Method in class org.junit.platform.console.output.TreePrinter
 
printDeprecationWarning(String, Optional, CommandLine) - Static method in class org.junit.platform.console.command.MainCommand
 
printDetail(Style, String, String, Object...) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
Print single detail with a potential multi-line message.
printDetails(TestIdentifier) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
Print static information about the test identifier.
printf(Style, String, Object...) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
printFailuresTo(PrintWriter) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printFailuresTo(PrintWriter) - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Print failed containers and tests, including sources and exception messages, to the supplied PrintWriter.
printFailuresTo(PrintWriter, int) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printFailuresTo(PrintWriter, int) - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Print failed containers and tests, including sources and exception messages, to the supplied PrintWriter.
printFileEntry(String, FileEntry) - Method in class org.junit.platform.console.output.TreePrinter
 
printFoundTestsSummary(PrintWriter, TestPlan) - Static method in class org.junit.platform.console.command.ConsoleTestExecutor
 
println(Style, String) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
println(Style, String, Object...) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
printlnException(Style, Throwable) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
printlnMessage(Style, String, String) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
printlnTestDescriptor(Style, String, TestIdentifier) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
printMessage(Style, String, String) - Method in class org.junit.platform.console.output.TreePrinter
 
printNumberOfTests(TestPlan, String) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
printReportEntry(String, Map.Entry) - Method in class org.junit.platform.console.output.TreePrinter
 
printReportEntry(String, ReportEntry) - Method in class org.junit.platform.console.output.TreePrinter
 
printSource(PrintWriter, TestIdentifier) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printStackTrace(PrintWriter, StackTraceElement[], Throwable, String, String, Set, int) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printStackTrace(PrintWriter, Throwable, int) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printSummary(TestExecutionSummary, PrintWriter) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
printThrowable(String, TestExecutionResult) - Method in class org.junit.platform.console.output.TreePrinter
 
printTo(PrintWriter) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printTo(PrintWriter) - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Print this summary to the supplied PrintWriter.
printVerticals(String) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
printVisible(TreeNode, String, boolean) - Method in class org.junit.platform.console.output.TreePrinter
 
problemParsing(Token, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
proceed() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
 
proceed() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
proceed() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
proceed() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
 
proceed() - Method in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
proceed() - Method in class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
proceed() - Method in interface org.junit.platform.launcher.LauncherInterceptor.Invocation
 
proceed(InvocationInterceptor.Invocation) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
process(Supplier) - Method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
process(Token) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
processCsvRecord(Object[], Set, boolean, String[]) - Static method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
Processes custom null values, supports wrapping of column values in Named if necessary (for CSV header support), and returns the CSV record wrapped in an Arguments instance.
processTokens() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
propertiesFile(String) - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
provideArguments(ExtensionContext) - Method in interface org.junit.jupiter.params.provider.ArgumentsProvider
provideArguments(ExtensionContext, A) - Method in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
provideArguments(ParameterDeclarations, ExtensionContext) - Method in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext) - Method in interface org.junit.jupiter.params.provider.ArgumentsProvider
Provide a Stream of Arguments to be passed to a @ParameterizedClass or @ParameterizedTest.
provideArguments(ParameterDeclarations, ExtensionContext) - Method in class org.junit.jupiter.params.provider.EmptyArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext) - Method in class org.junit.jupiter.params.provider.NullArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, A) - Method in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
The returned Stream will be properly closed by the default implementation of AnnotationBasedArgumentsProvider.provideArguments(ParameterDeclarations, ExtensionContext), making it safe to use a resource such as Files.lines().
provideArguments(ParameterDeclarations, ExtensionContext, CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, CsvSource) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, FieldSource) - Method in class org.junit.jupiter.params.provider.FieldArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, MethodSource) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
provideArguments(ParameterDeclarations, ExtensionContext, ValueSource) - Method in class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
provideClassTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
provideContexts(ClassTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
provideContexts(TestTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
provideContexts(P, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
provideInvocationContexts(ExtensionContext, ParameterizedDeclarationContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationContextProvider
 
providers - Variable in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
providers - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
providerType - Variable in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
prune() - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
prune() - Method in interface org.junit.platform.engine.TestDescriptor
Remove this descriptor from the hierarchy unless it is a root or contains tests.
prune() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
prune(Map) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
Prune all branches in the tree of TestDescriptors that do not have executable tests.
pruneDescriptorsForObsoleteDescriptions(List) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
publishDirectory(String, ThrowingConsumer) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
publishDirectory(String, ThrowingConsumer) - Method in class org.junit.jupiter.engine.extension.DefaultTestReporter
 
publishEntry(Map) - Method in class org.junit.jupiter.engine.extension.DefaultTestReporter
 
publishFile(String, MediaType, ThrowingConsumer) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
publishFile(String, MediaType, ThrowingConsumer) - Method in class org.junit.jupiter.engine.extension.DefaultTestReporter
 
publishFileEntry(String, ThrowingConsumer, Function) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
publishReportEntry(Map) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
push(T) - Method in class org.junit.platform.launcher.tagexpression.DequeStack
 
push(T) - Method in interface org.junit.platform.launcher.tagexpression.Stack
 
pushExpressionAt(Token, TagExpression) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
pushOperatorAt(Token, Operator) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
pushToTop(StreamInterceptor.RewindableByteArrayOutputStream) - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
put(Object, Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
put(String, ParameterizedInvocationNameFormatter.PartialFormatter) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.PartialFormatters
 
put(N, Object, Object) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Put the supplied value for the supplied namespace and key into this store and return the previously associated value in this store.

Q

quote(char) - Static method in class org.junit.platform.engine.UniqueIdFormat
 
quoteCharacter() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The quote character to use for quoted strings.
quoteCharacter() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The quote character to use for quoted strings.

R

random - Variable in class org.junit.platform.launcher.listeners.OutputDir
 
rawString - Variable in class org.junit.platform.launcher.tagexpression.Token
 
READ - Enum constant in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
Require only read access to the resource.
READ_WRITE - Enum constant in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
Require read and write access to the resource.
readAndStoreTimeoutSoChildrenInheritIt(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
readAndValidateExtensionFromField(Field, Object, List) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
readField(Field, Object) - Static method in class org.junit.jupiter.params.provider.FieldArgumentsProvider
 
readObject(ObjectInputStream) - Method in class org.junit.platform.launcher.TestIdentifier
 
readTimeoutFromAnnotation(Optional) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
readTimeoutThreadModeFromAnnotation(Optional) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
readVersion(Supplier) - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
 
reason - Variable in class org.junit.jupiter.params.ResolverFacade.RequiredParameterCount
 
reason - Variable in class org.junit.platform.console.output.TreeNode
 
reason - Variable in class org.junit.platform.engine.FilterResult
 
reason - Variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
reason() - Method in class org.junit.jupiter.params.ResolverFacade.RequiredParameterCount
 
reason() - Method in class org.junit.platform.console.output.TreeNode
 
reason(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of String that is equal to the supplied value.
reason(Predicate) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of String that matches the supplied Predicate.
redirectStandardStreams(Path, Path) - Method in class org.junit.platform.console.command.StandardStreamsHandler
Redirect standard output (stdout) and standard error (stderr) to the specified file paths.
register(PrintStream, Consumer, int) - Static method in class org.junit.platform.launcher.core.StreamInterceptor
 
registerAfterEachMethodAdapters(ExtensionRegistrar) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
registerAutoCloseableArgumentsInStoreForClosing(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationContext
 
registerAutoDetectedExtension(Extension) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerAutoDetectedExtensions(MutableExtensionRegistry, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerBeforeEachMethodAdapters(ExtensionRegistrar) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
registerDefaultExtension(Extension) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerDynamicTest(VintageTestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
registerDynamicTestDescriptor(Description, Function) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
registeredExtensions - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registeredExtensionTypes - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerExtension(Class) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Instantiate an extension of the given type using its default constructor and register it in the registry.
registerExtension(Class) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerExtension(String, Extension) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerExtension(String, Extension, Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerExtension(Extension, Object) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Register the supplied Extension, without checking if an extension of that type has already been registered.
registerExtension(Extension, Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerExtensionsFromConstructorParameters(ExtensionRegistrar, Class) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Register extensions using the supplied registrar from parameters in the declared constructor of the supplied class that are annotated with @ExtendWith.
registerExtensionsFromExecutableParameters(ExtensionRegistrar, Executable) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Register extensions using the supplied registrar from parameters in the supplied Executable (i.e., a Constructor or Method) that are annotated with @ExtendWith.
registerExtensionsFromInstanceFields(ExtensionRegistrar, Class) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Register extensions using the supplied registrar from instance fields in the supplied class that are annotated with @ExtendWith or @RegisterExtension.
registerExtensionsFromStaticFields(ExtensionRegistrar, Class) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Register extensions using the supplied registrar from static fields in the supplied class that are annotated with @ExtendWith or @RegisterExtension.
registerLauncherDiscoveryListeners(LauncherConfig, Launcher) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
registerLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
registerLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
registerLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.DelegatingLauncher
 
registerLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
registerLauncherDiscoveryListeners(LauncherDiscoveryListener...) - Method in interface org.junit.platform.launcher.Launcher
Register one or more listeners for test discovery.
registerListeners(PrintWriter, Optional, Launcher) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
registerLocalExtension(Extension) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerMethodsAsExtensions(List, ExtensionRegistrar, Function) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
registersExtension - Static variable in class org.junit.jupiter.engine.descriptor.ExtensionUtils
Predicate which determines if a Field registers an extension via @RegisterExtension or @ExtendWith.
registerStderr(int) - Static method in class org.junit.platform.launcher.core.StreamInterceptor
 
registerStdout(int) - Static method in class org.junit.platform.launcher.core.StreamInterceptor
 
registerSyntheticExtension(Extension, Object) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Register the supplied Extension as a synthetic extension, without checking if an extension of that type has already been registered.
registerSyntheticExtension(Extension, Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
registerTestExecutionListeners(LauncherConfig, Launcher, LauncherConfigurationParameters) - Static method in class org.junit.platform.launcher.core.LauncherFactory
 
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncherSession.ClosedLauncher
 
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DelegatingLauncher
 
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
registerTestExecutionListeners(TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
Register one or more listeners for test execution.
registerUninitializedExtension(Class, Field, Function) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Register an uninitialized extension for the supplied testClass to be initialized using the supplied initializer when an instance of the test class is created.
registerUninitializedExtension(Class, Field, Function) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
rejectedExclusions - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
rejectIfClosed() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
relativizeSafely(Path) - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
release() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
release() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
 
release() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Release this resource lock.
release() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
release(List) - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
remainingSelectors - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
remove(Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
remove(Object, Class) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
remove(N, Object) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Remove the value stored for the supplied namespace and key from this store.
remove(N, Object, Class) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Remove the value stored for the supplied namespace and key from this store and cast it to the supplied required type.
removeChild(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
removeChild(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Remove a child from this descriptor.
removeFromHierarchy() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
removeFromHierarchy() - Method in interface org.junit.platform.engine.TestDescriptor
Remove this non-root descriptor from its parent and remove all the children from this descriptor.
removeFromHierarchy() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
removeLastSegment() - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId and removing the last UniqueId.Segment of this UniqueId.
removeNonLeafIdentifiers(Set) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
removeResourceLock(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
RepeatedTestDisplayNameFormatter - Class in org.junit.jupiter.engine.extension
Display name formatter for a @RepeatedTest.
RepeatedTestDisplayNameFormatter(String, String) - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
RepeatedTestExtension - Class in org.junit.jupiter.engine.extension
TestTemplateInvocationContextProvider that supports the @RepeatedTest annotation.
RepeatedTestExtension() - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
RepeatedTestInvocationContext - Class in org.junit.jupiter.engine.extension
TestTemplateInvocationContext for a @RepeatedTest.
RepeatedTestInvocationContext(DefaultRepetitionInfo, RepeatedTestDisplayNameFormatter) - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
RepetitionExtension - Class in org.junit.jupiter.engine.extension
RepetitionExtension implements the following extension APIs to support repetitions of a @RepeatedTest method.
RepetitionExtension(DefaultRepetitionInfo) - Constructor for class org.junit.jupiter.engine.extension.RepetitionExtension
 
repetitionInfo - Variable in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
repetitionInfo - Variable in class org.junit.jupiter.engine.extension.RepetitionExtension
 
REPLACEMENT - Static variable in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
replaceThreadContextClassLoaderAndInvoke(ClassLoader, Supplier) - Method in class org.junit.platform.console.command.CustomContextClassLoaderExecutor
 
replaceUnderscoresGenerator - Static variable in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
Pre-defined display name generator instance replacing underscores.
reportAndClear(List, DiscoveryIssueReporter) - Static method in interface org.junit.jupiter.engine.descriptor.Validatable
Report and clear the given list of DiscoveryIssues using the supplied DiscoveryIssueReporter.
reportCompletion() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
reportContainerFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
reportDescriptorsAddedWarning(int, Consumer) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
reportDescriptorsRemovedWarning(int, Consumer) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor.DescriptorWrapperOrderer
 
reportDiscoveryIssues(LauncherDiscoveryResult) - Static method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
REPORTED - Enum constant in enum org.junit.platform.console.output.Style
 
REPORTED - Enum constant in enum org.junit.vintage.engine.execution.EventType
 
reportEngineFailure(Throwable) - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
reportEngineOutcome() - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
reportEngineStartIfNecessary() - Method in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
reportEntry(Map) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of ReportEntry that contains the supplied key-value pairs.
ReportEntry - Class in org.junit.platform.engine.reporting
ReportEntry encapsulates a time-stamped map of String-based key-value pairs to be published to the reporting infrastructure.
ReportEntry() - Constructor for class org.junit.platform.engine.reporting.ReportEntry
reporter - Variable in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
REPORTING_ENTRY_PUBLISHED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that a TestDescriptor published a reporting entry.
reportingEntryPublished() - Method in class org.junit.platform.testkit.engine.Events
Get the reporting entry publication Events contained in this Events object.
reportingEntryPublished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected reporting entry publication events.
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in interface org.junit.platform.engine.EngineExecutionListener
Can be called for any TestDescriptor in order to publish additional information to the reporting infrastructure — for example: Output that would otherwise go to System.out Information about test context or test data
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.launcher.core.CompositeEngineExecutionListener
 
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
 
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
reportingEntryPublished(TestDescriptor, ReportEntry) - Static method in class org.junit.platform.testkit.engine.Event
Create an Event for a reporting entry published for the supplied TestDescriptor and ReportEntry.
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
Record an Event for a published ReportEntry.
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.console.output.TreePrintingListener
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when additional test reporting data has been published for the supplied TestIdentifier.
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
reportingOptions - Variable in class org.junit.platform.console.command.ExecuteTestsCommand
 
ReportingOptions() - Constructor for class org.junit.platform.console.command.ExecuteTestsCommand.ReportingOptions
 
reportIssue(DiscoveryIssue) - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Report the supplied DiscoveryIssue.
reportIssue(DiscoveryIssue.Builder) - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter
Build the supplied Builder and report the resulting DiscoveryIssue.
reports - Variable in class org.junit.platform.console.output.TreeNode
 
reportsDir - Variable in class org.junit.platform.console.command.ExecuteTestsCommand.ReportingOptions
 
reportsDir2 - Variable in class org.junit.platform.console.command.ExecuteTestsCommand.ReportingOptions
 
reportUnexpectedFailure(TestRun, RunnerTestDescriptor, TestExecutionResult) - Method in class org.junit.vintage.engine.execution.RunnerExecutor
 
reportWarning(TestDescriptor, String) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
representation - Variable in class org.junit.platform.launcher.tagexpression.Operator
 
representation() - Method in class org.junit.platform.launcher.tagexpression.Operator
 
representationToOperator - Variable in class org.junit.platform.launcher.tagexpression.Operators
 
represents(String) - Method in class org.junit.platform.launcher.tagexpression.Operator
 
request - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
request - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
 
request - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
request - Variable in class org.junit.platform.launcher.core.DelegatingLauncherDiscoveryRequest
 
request - Variable in class org.junit.vintage.engine.execution.VintageExecutor
 
request() - Static method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Create a new LauncherDiscoveryRequestBuilder.
request() - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Create a new SuiteLauncherDiscoveryRequestBuilder.
requestBuilder - Variable in class org.junit.platform.testkit.engine.EngineTestKit.Builder
 
requestLevelStore - Variable in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
requestLevelStore - Variable in class org.junit.platform.engine.ExecutionRequest
 
requiredParameterCount - Variable in class org.junit.jupiter.params.ResolverFacade
 
RequiredParameterCount(int, String) - Constructor for class org.junit.jupiter.params.ResolverFacade.RequiredParameterCount
 
requiresGlobalReadWriteLock(HierarchicalTestExecutorService.TestTask) - Static method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
RESERVED_CHARACTERS - Static variable in class org.junit.platform.engine.TestTag
Reserved characters that are not permissible as part of a tag name.
Resolution(Set, Set) - Constructor for class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
 
resolutionCache - Variable in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
resolutionCache - Variable in class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
resolutionCache - Variable in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
resolutionCache - Variable in class org.junit.jupiter.params.ParameterizedClassInvocationContext
 
resolutionCache - Variable in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
ResolutionCache - Interface in org.junit.jupiter.params
 
ResolutionCache.Concurrent - Class in org.junit.jupiter.params
 
ResolvableParameterDeclaration() - Constructor for class org.junit.jupiter.params.ResolverFacade.ResolvableParameterDeclaration
 
resolve(List, Class, Method, SelectorResolver.Context, JupiterConfiguration) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
resolve(ParameterContext, int, ExtensionContext, EvaluatedArgumentSet, int) - Method in class org.junit.jupiter.params.ResolverFacade.Aggregator
 
resolve(ParameterContext, int, ExtensionContext, EvaluatedArgumentSet, int) - Method in class org.junit.jupiter.params.ResolverFacade.Converter
 
resolve(ParameterContext, int, ExtensionContext, EvaluatedArgumentSet, int) - Method in interface org.junit.jupiter.params.ResolverFacade.Resolver
 
resolve(ParameterContext, ExtensionContext, EvaluatedArgumentSet, int, ResolutionCache) - Method in interface org.junit.jupiter.params.ArgumentSetLifecycleMethod.ParameterResolver
 
resolve(ParameterContext, ExtensionContext, EvaluatedArgumentSet, int, ResolutionCache) - Method in class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
resolve(ParameterContext, ExtensionContext, EvaluatedArgumentSet, int, ResolutionCache) - Method in class org.junit.jupiter.params.ResolverFacade
Resolve the parameter for the supplied context using the supplied arguments.
resolve(ResolverFacade.ResolvableParameterDeclaration, ExtensionContext, EvaluatedArgumentSet, int, Optional) - Method in class org.junit.jupiter.params.ResolverFacade
 
resolve(ResolverFacade.Resolver, ExtensionContext, EvaluatedArgumentSet, int, Optional) - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
resolve(ResolverFacade.Resolver, ExtensionContext, EvaluatedArgumentSet, int, Optional) - Method in class org.junit.jupiter.params.ResolverFacade.FieldParameterDeclaration
 
resolve(ResolverFacade.Resolver, ExtensionContext, EvaluatedArgumentSet, int, Optional) - Method in class org.junit.jupiter.params.ResolverFacade.ResolvableParameterDeclaration
 
resolve(FieldContext, ExtensionContext, EvaluatedArgumentSet, int) - Method in class org.junit.jupiter.params.ResolverFacade.Aggregator
 
resolve(FieldContext, ExtensionContext, EvaluatedArgumentSet, int) - Method in class org.junit.jupiter.params.ResolverFacade.Converter
 
resolve(FieldContext, ExtensionContext, EvaluatedArgumentSet, int) - Method in interface org.junit.jupiter.params.ResolverFacade.Resolver
 
resolve(ParameterDeclaration, Supplier) - Method in class org.junit.jupiter.params.ResolutionCache.Concurrent
 
resolve(ParameterDeclaration, Supplier) - Method in interface org.junit.jupiter.params.ResolutionCache
 
resolve(ClasspathResourceSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied ClasspathResourceSelector using the supplied Context.
resolve(ClasspathRootSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
resolve(ClasspathRootSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
resolve(ClasspathRootSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied ClasspathRootSelector using the supplied Context.
resolve(ClassSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolve(ClassSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied ClassSelector using the supplied Context.
resolve(ClassSelector, SelectorResolver.Context) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
resolve(DirectorySelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied DirectorySelector using the supplied Context.
resolve(FileSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied FileSelector using the supplied Context.
resolve(IterationSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolve(IterationSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolve(IterationSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied IterationSelector using the supplied Context.
resolve(MethodSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolve(MethodSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied MethodSelector using the supplied Context.
resolve(MethodSelector, SelectorResolver.Context) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
resolve(ModuleSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
resolve(ModuleSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
resolve(ModuleSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied ModuleSelector using the supplied Context.
resolve(NestedClassSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolve(NestedClassSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied NestedClassSelector using the supplied Context.
resolve(NestedMethodSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolve(NestedMethodSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied NestedMethodSelector using the supplied Context.
resolve(PackageSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
 
resolve(PackageSelector, SelectorResolver.Context) - Method in class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
resolve(PackageSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied PackageSelector using the supplied Context.
resolve(UniqueIdSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolve(UniqueIdSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolve(UniqueIdSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied UniqueIdSelector using the supplied Context.
resolve(UniqueIdSelector, SelectorResolver.Context) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
resolve(UniqueIdSelector, SelectorResolver.Context) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
resolve(UriSelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied UriSelector using the supplied Context.
resolve(DiscoverySelector) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
 
resolve(DiscoverySelector) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolve(DiscoverySelector) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver.Context
Resolve the supplied TestDescriptor, if possible.
resolve(DiscoverySelector, Function) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolve(DiscoverySelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolve(DiscoverySelector, SelectorResolver.Context) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver
Resolve the supplied DiscoverySelector using the supplied Context.
resolve(EngineDiscoveryRequest, T) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
Resolve the supplied EngineDiscoveryRequest and collect the results into the supplied TestDescriptor while forwarding encountered discovery issues to the EngineDiscoveryRequest's EngineDiscoveryListener.
resolve(EngineDiscoveryRequest, T, DiscoveryIssueReporter) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
Resolve the supplied EngineDiscoveryRequest and collect the results into the supplied TestDescriptor using the supplied DiscoveryIssueReporter to report issues encountered during resolution.
resolve(SelectorResolver.Context, List, Class, Supplier, BiFunction) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
resolveAndInjectFields(Object, ExtensionContext, EvaluatedArgumentSet, int, ResolutionCache) - Method in class org.junit.jupiter.params.ResolverFacade
 
resolveCompletely(DiscoverySelector) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolved() - Static method in class org.junit.platform.engine.SelectorResolutionResult
Create a SelectorResolutionResult for a resolved selector.
RESOLVED - Enum constant in enum org.junit.platform.engine.SelectorResolutionResult.Status
Indicates that the TestEngine has successfully resolved the selector.
RESOLVED_RESULT - Static variable in class org.junit.platform.engine.SelectorResolutionResult
 
resolvedSelectors - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolvedUniqueIds - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolveIterations(IterationSelector, SelectorResolver.Context) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolveNestedClassUniqueId(SelectorResolver.Context, UniqueId, Predicate, BiFunction) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolveParameter(ParameterContext, Executable, ExtensionContextSupplier, ExtensionRegistry) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
Resolve the current temporary directory for the Parameter in the supplied ParameterContext.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
resolveParameters(Executable, Optional, Optional, ExtensionContext, ExtensionRegistry) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
Resolve the array of parameters for the supplied executable, target, and outer instance.
resolveParameters(Executable, Optional, Optional, ExtensionContextSupplier, ExtensionRegistry) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
resolveParameters(Method, Optional, ExtensionContext, ExtensionRegistry) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
Resolve the array of parameters for the supplied method and target.
resolveParentAndAddFilter(SelectorResolver.Context, DiscoverySelector, Function) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
resolver - Static variable in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
resolver - Static variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
resolverCreators - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
 
resolverCreators - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
 
resolverFacade - Variable in class org.junit.jupiter.params.BeforeClassTemplateInvocationFieldInjector
 
resolverFacade - Variable in class org.junit.jupiter.params.InstancePostProcessingClassTemplateFieldInjector
 
resolverFacade - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
resolverFacade - Variable in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
resolverFacade - Variable in class org.junit.jupiter.params.ParameterizedTestContext
 
ResolverFacade - Class in org.junit.jupiter.params
 
ResolverFacade(AnnotatedElement, NavigableMap, Set, int, ResolverFacade.RequiredParameterCount) - Constructor for class org.junit.jupiter.params.ResolverFacade
 
ResolverFacade.Aggregator - Class in org.junit.jupiter.params
 
ResolverFacade.Converter - Class in org.junit.jupiter.params
 
ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver - Class in org.junit.jupiter.params
 
ResolverFacade.DefaultParameterDeclarations - Class in org.junit.jupiter.params
 
ResolverFacade.ExecutableParameterDeclaration - Class in org.junit.jupiter.params
 
ResolverFacade.FieldParameterDeclaration - Class in org.junit.jupiter.params
 
ResolverFacade.RequiredParameterCount - Class in org.junit.jupiter.params
 
ResolverFacade.ResolvableParameterDeclaration - Class in org.junit.jupiter.params
 
ResolverFacade.Resolver - Interface in org.junit.jupiter.params
 
resolvers - Variable in class org.junit.jupiter.params.ResolverFacade
 
resolvers - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolveSelectors(EngineDiscoveryRequest, JupiterEngineDescriptor) - Method in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
resolveStandaloneClassUniqueId(SelectorResolver.Context, UniqueId.Segment, Predicate, BiFunction) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolveStandaloneTestClass(SelectorResolver.Context, Class) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
resolveTestClassThatPassedNameFilter(Class, SelectorResolver.Context) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
resolveTestInstanceFactory(ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
resolveTimeoutThreadMode(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
 
resolveUniqueId(UniqueIdSelector) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
resolveUniqueIdIntoTestDescriptor(UniqueId, SelectorResolver.Context, JupiterConfiguration) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
ResourceContainerSelectorResolver - Class in org.junit.platform.engine.support.discovery
 
ResourceContainerSelectorResolver(ResourceFilter, Predicate) - Constructor for class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
resourceFilter - Variable in class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
ResourceLock - Interface in org.junit.platform.engine.support.hierarchical
A lock for a one or more resources.
ResourceLockAware - Interface in org.junit.jupiter.engine.descriptor
 
resourceLocksByTestDescriptor - Variable in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
resources - Variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
resources - Variable in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
resources - Variable in class org.junit.platform.engine.support.hierarchical.SingleLock
 
resources() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
The CSV classpath resources to use as the sources of arguments; must not be empty unless CsvFileSource.files() is non-empty.
resourceSelectors(List) - Method in class org.junit.platform.engine.support.discovery.ResourceContainerSelectorResolver
 
ResourceUtils - Class in org.junit.platform.engine.support.discovery
Resource-related utilities to be used in conjunction with ReflectionSupport.
ResourceUtils() - Constructor for class org.junit.platform.engine.support.discovery.ResourceUtils
 
resubmitDeferredTasks() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
result - Variable in class org.junit.platform.console.output.TreeNode
 
result() - Method in class org.junit.platform.console.output.TreeNode
 
result(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's payload is an instance of TestExecutionResult that matches the supplied Condition.
retainEngines(Predicate) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
retrieveTestRule(Object, Field) - Static method in class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedField
 
returnsPrimitiveVoid(DiscoveryIssueReporter, Function) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
REVERSE_INSERT_ORDER - Static variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
REVERSED - Enum constant in enum org.junit.platform.launcher.core.IterationOrder
 
rewind() - Method in class org.junit.platform.launcher.core.StreamInterceptor.RewindableByteArrayOutputStream
 
RewindableByteArrayOutputStream() - Constructor for class org.junit.platform.launcher.core.StreamInterceptor.RewindableByteArrayOutputStream
 
Right - Enum constant in enum org.junit.platform.launcher.tagexpression.Operator.Associativity
 
RightParenthesis - Static variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
root - Variable in class org.junit.platform.console.output.TreePrintingListener
 
root() - Method in enum org.junit.platform.console.output.Theme
 
root(String, String) - Static method in class org.junit.platform.engine.UniqueId
Create a root unique ID from the supplied segmentType and value using the default format.
rootCause(Condition) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
 
rootCause(Condition...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's root cause matches all supplied conditions.
rootContext - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
rootDescriptor - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult.EngineResultInfo
 
rootDir - Variable in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
rootDirSupplier - Variable in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
roots - Variable in class org.junit.platform.launcher.TestPlan
 
rootTestDescriptor - Variable in class org.junit.platform.engine.ExecutionRequest
 
ruleType - Variable in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
run() - Method in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
run() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 
run(PrintWriter, PrintWriter, String...) - Static method in class org.junit.platform.console.ConsoleLauncher
 
run(String[]) - Method in class org.junit.platform.console.command.CommandFacade
 
run(String[], PrintWriter, PrintWriter) - Method in class org.junit.platform.console.command.CommandFacade
 
run(String[], Optional) - Method in class org.junit.platform.console.command.CommandFacade
 
run(String[], Optional) - Method in class org.junit.platform.console.command.MainCommand
 
run(RunNotifier) - Method in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
run(RunNotifier) - Method in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
 
runCommand(String, Optional) - Method in class org.junit.platform.console.command.MainCommand
 
runCommand(CommandLine, String[], Optional) - Static method in class org.junit.platform.console.command.MainCommand
 
RunListenerAdapter - Class in org.junit.vintage.engine.execution
 
RunListenerAdapter(TestRun, EngineExecutionListener, TestSourceProvider) - Constructor for class org.junit.vintage.engine.execution.RunListenerAdapter
 
runner - Variable in class org.junit.vintage.engine.descriptor.RunnerRequest
 
runner - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
runner - Variable in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
 
RUNNER_BUILDER - Static variable in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
RunnerDecorator - Interface in org.junit.vintage.engine.descriptor
 
runnerDescendants - Variable in class org.junit.vintage.engine.execution.TestRun
 
RunnerExecutor - Class in org.junit.vintage.engine.execution
 
RunnerExecutor(EngineExecutionListener) - Constructor for class org.junit.vintage.engine.execution.RunnerExecutor
 
runnerForClass(Class) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
runnerForClass(Class) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.NullIgnoredBuilder
 
runnerForClass(Class) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
RunnerRequest - Class in org.junit.vintage.engine.descriptor
 
RunnerRequest(Runner) - Constructor for class org.junit.vintage.engine.descriptor.RunnerRequest
 
runnerTestDescriptor - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
runnerTestDescriptor - Variable in class org.junit.vintage.engine.execution.TestRun
 
RunnerTestDescriptor - Class in org.junit.vintage.engine.descriptor
 
RunnerTestDescriptor(UniqueId, Class, Runner, boolean) - Constructor for class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
RunnerTestDescriptor.ExcludeDescriptionFilter - Class in org.junit.vintage.engine.descriptor
 
RunnerTestDescriptorPostProcessor - Class in org.junit.vintage.engine.discovery
 
RunnerTestDescriptorPostProcessor() - Constructor for class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
runtimeConfigurationOptions - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
RuntimeConfigurationOptions() - Constructor for class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 

S

SAME_THREAD - Enum constant in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Force execution in same thread as the parent node.
SameThreadHierarchicalTestExecutorService - Class in org.junit.platform.engine.support.hierarchical
A simple executor service that executes all test tasks in the caller's thread.
SameThreadHierarchicalTestExecutorService() - Constructor for class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
 
SameThreadTimeoutInvocation<T> - Class in org.junit.jupiter.engine.extension
 
SameThreadTimeoutInvocation(InvocationInterceptor.Invocation, TimeoutDuration, ScheduledExecutorService, Supplier, PreInterruptCallbackInvocation) - Constructor for class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
SameThreadTimeoutInvocation.InterruptTask - Class in org.junit.jupiter.engine.extension
 
sanitizeMethodName(String) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
sanitizeName(String) - Static method in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
saturate - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
 
scanClasspath - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
scanModulepath - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
scanModulepath - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
scanModulepath2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
scheduled(Future) - Static method in interface org.junit.platform.engine.support.hierarchical.NodeTestTask.DynamicTaskState
 
Scope() - Constructor for enum org.junit.jupiter.engine.extension.TempDirectory.Scope
 
ScopeBasedExtensionContextSupplier(ExtensionContext, ExtensionContext) - Constructor for class org.junit.jupiter.engine.execution.ExtensionContextSupplier.ScopeBasedExtensionContextSupplier
 
Segment(String, String) - Constructor for class org.junit.platform.engine.UniqueId.Segment
Create a new Segment using the supplied type and value.
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
SEGMENT_TYPE_DYNAMIC - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
SEGMENT_TYPE_RUNNER - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
SEGMENT_TYPE_TEST - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
segmentDelimiter - Variable in class org.junit.platform.engine.UniqueIdFormat
 
segmentPattern - Variable in class org.junit.platform.engine.UniqueIdFormat
 
segments - Variable in class org.junit.platform.engine.UniqueId
 
segmentType - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
select(Enum, Set) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
Select - Annotation Type in org.junit.platform.suite.api
@Select is a repeatable annotation that specifies which tests to select based on prefixed selector identifiers.
selectClass(Class) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied Class.
selectClass(ClassLoader, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied class name and class loader.
selectClass(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied class name.
selectClass(List) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
selectClass(List, Class) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
selectClasses(Class...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
selectClasses(Class, SelectClasses) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
selectClasses(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
SelectClasses - Annotation Type in org.junit.platform.suite.api
@SelectClasses specifies the classes to select when running a test suite on the JUnit Platform.
selectClasspathResource(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClasspathResourceSelector for the supplied classpath resource name.
selectClasspathResource(String, int, int) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
selectClasspathResource(String, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClasspathResourceSelector for the supplied classpath resource name.
selectClasspathResource(Set) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
SelectClasspathResource - Annotation Type in org.junit.platform.suite.api
@SelectClasspathResource is a repeatable annotation that specifies a classpath resource to select when running a test suite on the JUnit Platform.
selectClasspathResourceByName(Set) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClasspathResourceSelector for the supplied classpath resources.
SelectClasspathResources - Annotation Type in org.junit.platform.suite.api
@SelectClasspathResources is a container for one or more @SelectClasspathResource declarations.
selectClasspathRoots(Set) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a list of ClasspathRootSelectors for the supplied classpath roots (directories or JAR files).
selectDelimiter(Annotation, char, String) - Static method in class org.junit.jupiter.params.provider.CsvParserFactory
 
selectDirectories(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
SelectDirectories - Annotation Type in org.junit.platform.suite.api
@SelectDirectories specifies the directories to select when running a test suite on the JUnit Platform.
selectDirectory(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a DirectorySelector for the supplied directory.
selectDirectory(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a DirectorySelector for the supplied directory path.
selectedClasses - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedClasses - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedClasses2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedClassNames - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
selectedClasspathEntries - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedClasspathEntries - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedClasspathEntries2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedClasspathResources - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedClasspathResources - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedClasspathResources2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedDirectories - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedDirectories - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedDirectories2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedFiles - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedFiles - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedFiles2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedIterations - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedIterations - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedIterations2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedMethods - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedMethods - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedMethods2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedModules - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedModules - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedModules2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedPackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedPackages - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedPackages2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedUniqueIds - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedUniqueIds - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedUris - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectedUris - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectedUris2 - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectExecutionListener(EngineExecutionListener, ConfigurationParameters) - Static method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
selectFile(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file.
selectFile(File, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file.
selectFile(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file path.
selectFile(String, int, int) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
selectFile(String, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file path.
SelectFile - Annotation Type in org.junit.platform.suite.api
@SelectFile is a repeatable annotation that specifies a file to select when running a test suite on the JUnit Platform.
SelectFiles - Annotation Type in org.junit.platform.suite.api
@SelectFiles is a container for one or more @SelectFile declarations.
selectIteration(DiscoverySelector, int...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create an IterationSelector for the supplied parent selector and iteration indices.
selectMethod(Class, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and Method.
selectMethod(Class, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and method name.
selectMethod(Class, String, Class...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class, method name, and parameter types.
selectMethod(Class, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class, method name, and parameter type names.
selectMethod(Class, SelectMethod) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
selectMethod(ClassLoader, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied fully qualified method name and class loader.
selectMethod(ClassLoader, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name, method name, and class loader.
selectMethod(ClassLoader, String, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name, method name, parameter type names, and class loader.
selectMethod(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied fully qualified method name.
selectMethod(String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name and method name using the default class loader.
selectMethod(String, String, Class...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name, method name, and parameter types.
selectMethod(String, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name, method name, and parameter type names.
selectMethod(List, Method) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
SelectMethod - Annotation Type in org.junit.platform.suite.api
@SelectMethod is a repeatable annotation that specifies a method to select when running a test suite on the JUnit Platform.
SelectMethods - Annotation Type in org.junit.platform.suite.api
@SelectMethods is a container for one or more @SelectMethod declarations.
selectModule(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ModuleSelector for the supplied module name.
selectModules(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
selectModules(Set) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a list of ModuleSelectors for the supplied module names.
SelectModules - Annotation Type in org.junit.platform.suite.api
@SelectModules specifies the modules to select when running a test suite on the JUnit Platform.
selectNestedClass(ClassLoader, List, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedClassSelector for the supplied class name, its enclosing classes' names, and class loader.
selectNestedClass(List, Class) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedClassSelector for the supplied nested Class and its enclosing classes.
selectNestedClass(List, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedClassSelector for the supplied class name and its enclosing classes' names.
selectNestedMethod(ClassLoader, List, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested class name, method name, and class loader.
selectNestedMethod(ClassLoader, List, String, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested class name, method name, parameter type names, and class loader.
selectNestedMethod(List, Class, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested Class and Method.
selectNestedMethod(List, Class, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested Class and method name.
selectNestedMethod(List, Class, String, Class...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied enclosing classes, nested class, method name, and parameter types.
selectNestedMethod(List, Class, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied Class, method name, and parameter type names.
selectNestedMethod(List, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested class name and method name.
selectNestedMethod(List, String, String, Class...) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied enclosing class names, nested class name, method name, and parameter types.
selectNestedMethod(List, String, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a NestedMethodSelector for the supplied nested class name, method name, and parameter type names.
selector - Variable in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
SelectorConverter - Class in org.junit.platform.console.options
 
SelectorConverter() - Constructor for class org.junit.platform.console.options.SelectorConverter
 
SelectorConverter.Class - Class in org.junit.platform.console.options
 
SelectorConverter.ClasspathResource - Class in org.junit.platform.console.options
 
SelectorConverter.Directory - Class in org.junit.platform.console.options
 
SelectorConverter.File - Class in org.junit.platform.console.options
 
SelectorConverter.Identifier - Class in org.junit.platform.console.options
 
SelectorConverter.Iteration - Class in org.junit.platform.console.options
 
SelectorConverter.Method - Class in org.junit.platform.console.options
 
SelectorConverter.Module - Class in org.junit.platform.console.options
 
SelectorConverter.Package - Class in org.junit.platform.console.options
 
SelectorConverter.UniqueId - Class in org.junit.platform.console.options
 
SelectorConverter.Uri - Class in org.junit.platform.console.options
 
selectorIdentifiers - Variable in class org.junit.platform.console.options.TestDiscoveryOptions
 
selectorIdentifiers - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectorOptions - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
SelectorOptions() - Constructor for class org.junit.platform.console.options.TestDiscoveryOptionsMixin.SelectorOptions
 
selectorProcessed(UniqueId, DiscoverySelector, SelectorResolutionResult) - Method in interface org.junit.platform.engine.EngineDiscoveryListener
Must be called after a discovery selector has been processed by a test engine.
selectorProcessed(UniqueId, DiscoverySelector, SelectorResolutionResult) - Method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
selectorProcessed(UniqueId, DiscoverySelector, SelectorResolutionResult) - Method in class org.junit.platform.launcher.listeners.discovery.CompositeLauncherDiscoveryListener
 
selectorProcessed(UniqueId, DiscoverySelector, SelectorResolutionResult) - Method in class org.junit.platform.launcher.listeners.discovery.LoggingLauncherDiscoveryListener
 
SelectorResolutionResult - Class in org.junit.platform.engine
SelectorResolutionResult encapsulates the result of resolving a DiscoverySelector by a TestEngine.
SelectorResolutionResult(SelectorResolutionResult.Status, Throwable) - Constructor for class org.junit.platform.engine.SelectorResolutionResult
 
SelectorResolutionResult.Status - Enum in org.junit.platform.engine
Status of resolving a DiscoverySelector.
SelectorResolver - Interface in org.junit.platform.engine.support.discovery
A resolver that supports resolving one or multiple types of DiscoverySelectors.
SelectorResolver.Context - Interface in org.junit.platform.engine.support.discovery
The context for resolving a DiscoverySelector and adding it to the test tree.
SelectorResolver.Match - Class in org.junit.platform.engine.support.discovery
An exact or partial match for resolving a DiscoverySelector into a TestDescriptor.
SelectorResolver.Match.Type - Enum in org.junit.platform.engine.support.discovery
 
SelectorResolver.Resolution - Class in org.junit.platform.engine.support.discovery
The result of an attempt to resolve a DiscoverySelector.
selectors - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
 
selectors - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
selectors - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
selectors(List) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all supplied selectors to the request.
selectors(List) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add all supplied selectors to the request.
selectors(Set) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Factory for creating a resolution that contains the supplied DiscoverySelectors.
selectors(DiscoverySelector...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all supplied selectors to the request.
selectors(DiscoverySelector...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add all supplied selectors to the request.
selectors(DiscoverySelector...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
Add all of the supplied discovery selectors.
selectPackage(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a PackageSelector for the supplied package name.
selectPackages(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
SelectPackages - Annotation Type in org.junit.platform.suite.api
@SelectPackages specifies the names of packages to select when running a test suite on the JUnit Platform.
Selects - Annotation Type in org.junit.platform.suite.api
@Selects is a container for one or more @Select declarations.
selectUniqueId(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied unique ID.
selectUniqueId(UniqueId) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied UniqueId.
selectUri(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UriSelector for the supplied URI.
selectUri(URI) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UriSelector for the supplied URI.
selectUris(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
SelectUris - Annotation Type in org.junit.platform.suite.api
@SelectUris specifies the URIs to select when running a test suite on the JUnit Platform.
selfOrChildFailed(ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
 
Semantics for Source - Section in org.junit.jupiter.engine.extension.ExtensionRegistrar.registerExtension(Extension, Object)
 
Semantics for Source - Section in org.junit.jupiter.engine.extension.ExtensionRegistrar.registerExtension(Extension, Object)
 
Sentinel - Static variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
SentinelToken - Static variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
SeparateThreadTimeoutInvocation<T> - Class in org.junit.jupiter.engine.extension
 
SeparateThreadTimeoutInvocation(InvocationInterceptor.Invocation, TimeoutDuration, Supplier, PreInterruptCallbackInvocation) - Constructor for class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
serialize(ObjectOutputStream) - Method in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
serialize(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
SerializedForm(ObjectInputStream.GetField) - Constructor for class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
SerializedForm(TestIdentifier) - Constructor for class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
serialPersistentFields - Static variable in class org.junit.platform.launcher.TestIdentifier
 
serialVersionUID - Static variable in exception class org.junit.jupiter.engine.execution.ConditionEvaluationException
 
serialVersionUID - Static variable in exception class org.junit.jupiter.params.aggregator.ArgumentAccessException
 
serialVersionUID - Static variable in exception class org.junit.jupiter.params.aggregator.ArgumentsAggregationException
 
serialVersionUID - Static variable in exception class org.junit.jupiter.params.converter.ArgumentConversionException
 
serialVersionUID - Static variable in exception class org.junit.jupiter.params.provider.CsvParsingException
 
serialVersionUID - Static variable in class org.junit.platform.engine.discovery.FilePosition
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.DirectorySource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.FileSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.PackageSource
 
serialVersionUID - Static variable in exception class org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException
 
serialVersionUID - Static variable in class org.junit.platform.engine.TestTag
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueId.Segment
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueId
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueIdFormat
 
serialVersionUID - Static variable in exception class org.junit.platform.launcher.core.DiscoveryIssueException
 
serialVersionUID - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
serialVersionUID - Static variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
serialVersionUID - Static variable in class org.junit.platform.launcher.TestIdentifier
 
ServiceLoaderRegistry - Class in org.junit.platform.launcher.core
 
ServiceLoaderRegistry() - Constructor for class org.junit.platform.launcher.core.ServiceLoaderRegistry
 
ServiceLoaderTestEngineRegistry - Class in org.junit.platform.launcher.core
 
ServiceLoaderTestEngineRegistry() - Constructor for class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
sessionLevelStore - Variable in class org.junit.jupiter.engine.execution.LauncherStoreFacade
 
sessionLevelStore - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
sessionListeners - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
sessionListenerSupplier - Variable in class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
SessionPerRequestLauncher - Class in org.junit.platform.launcher.core
 
SessionPerRequestLauncher(Function, Supplier, Supplier) - Constructor for class org.junit.platform.launcher.core.SessionPerRequestLauncher
 
setAdditionalClasspathEntries(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setAnsiColorOutputDisabled(boolean) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setColorPalettePath(Path) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setConfigurationParameters(Map) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setConfigurationParameters(Map) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
Adds the specified key-value pair (or pairs) to the configuration parameters.
setConfigurationParameters2(Map) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
setConfigurationParametersResources(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setDefaultChildExecutionMode(Node.ExecutionMode) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
setDetails(Details) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setDisableAnsiColors(boolean) - Method in class org.junit.platform.console.options.AnsiColorOptionMixin
 
setDisableAnsiColors2(boolean) - Method in class org.junit.platform.console.options.AnsiColorOptionMixin
 
setExcludedClassNamePatterns(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setExcludedEngines(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setExcludedMethodNamePatterns(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setExcludedPackages(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setExcludedTagExpressions(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setExecutorService(ExecutorService) - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
setField(Object, ResolverFacade.FieldParameterDeclaration, ExtensionContext, EvaluatedArgumentSet, int, ResolutionCache) - Method in class org.junit.jupiter.params.ResolverFacade
 
setIncludedClassNamePatterns(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setIncludedEngines(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setIncludedMethodNamePatterns(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setIncludedPackages(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setIncludedTagExpressions(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setParent(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
setParent(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Set the parent of this descriptor.
setParentContext(C) - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
setRawResult(Void) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
Requires null completion value.
setResult(TestExecutionResult) - Method in class org.junit.platform.console.output.TreeNode
 
setScanClasspath(boolean) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setScanModulepath(boolean) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedClasses(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedClasspathEntries(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedClasspathResources(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedDirectories(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedFiles(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedIterations(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedMethods(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedModules(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedPackages(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedUniqueId(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectedUris(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSelectorIdentifiers(List) - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
setSingleColorPalette(boolean) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setStderrPath(Path) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setStdoutPath(Path) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
setTestInstances(TestInstances) - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
setTestInstances(TestInstances) - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
setTheme(Theme) - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
severity - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
severity - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue
 
severity() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
severity() - Method in interface org.junit.platform.engine.DiscoveryIssue
Returns the severity of this issue.
Severity() - Constructor for enum org.junit.platform.engine.DiscoveryIssue.Severity
 
shorts() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The short values to use as sources of arguments; must not be empty.
shouldBeSkipped(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Determine if the execution of the supplied context should be skipped.
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
shouldNonMatchingDescriptorsComeBeforeOrderedOnes() - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
 
shouldNonMatchingDescriptorsComeBeforeOrderedOnes() - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
shouldNonMatchingDescriptorsComeBeforeOrderedOnes() - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
shouldPrint(TestIdentifier) - Static method in class org.junit.platform.console.output.TestFeedPrintingListener
 
shouldReportDiscoveryIssues(LauncherDiscoveryResult) - Static method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
shouldReportDiscoveryIssues(LauncherDiscoveryRequest, Optional) - Static method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
shouldRun(Description) - Method in class org.junit.vintage.engine.descriptor.OrFilter
 
shouldRun(Description) - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
shouldRun(Description) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
ShuntingYard - Class in org.junit.platform.launcher.tagexpression
This is based on a modified version of the Shunting-yard algorithm.
ShuntingYard(List) - Constructor for class org.junit.platform.launcher.tagexpression.ShuntingYard
 
SHUTDOWN_TIMEOUT_SECONDS - Static variable in class org.junit.vintage.engine.execution.VintageExecutor
 
shutdownExecutorService(ExecutorService) - Method in class org.junit.vintage.engine.execution.VintageExecutor
 
SimpleArgumentConverter - Class in org.junit.jupiter.params.converter
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.
SimpleArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.SimpleArgumentConverter
 
SimpleArgumentsAggregator - Class in org.junit.jupiter.params.aggregator
SimpleArgumentsAggregator is an abstract base class for ArgumentsAggregator implementations that do not need to distinguish between fields and method/constructor parameters.
SimpleArgumentsAggregator() - Constructor for class org.junit.jupiter.params.aggregator.SimpleArgumentsAggregator
 
simpleGenerator - Static variable in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
Pre-defined simple display name generator instance.
sinceJava7ConstructorInvocation(ParallelExecutionConfiguration, ForkJoinPool.ForkJoinWorkerThreadFactory) - Static method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
sinceJava9Constructor() - Static method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
sinceJava9ConstructorInvocation(ParallelExecutionConfiguration, ForkJoinPool.ForkJoinWorkerThreadFactory) - Static method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
SINGLE_COLOR - Static variable in class org.junit.platform.console.output.ColorPalette
 
singleColorPalette - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
singleColorPalette() - Static method in class org.junit.platform.console.output.ColorPalette
 
singleColorPalette2 - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
SingleLock - Class in org.junit.platform.engine.support.hierarchical
 
SingleLock(ExclusiveResource, Lock) - Constructor for class org.junit.platform.engine.support.hierarchical.SingleLock
 
SingleLock.SingleLockManagedBlocker - Class in org.junit.platform.engine.support.hierarchical
 
SingleLockManagedBlocker() - Constructor for class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
 
SingleTestExecutor - Class in org.junit.platform.engine.support.hierarchical
SingleTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
Deprecated.
 
SingleTestExecutor.Executable - Interface in org.junit.platform.engine.support.hierarchical
Deprecated.
Functional interface for a single test to be executed by SingleTestExecutor.
SingleThreadExecutorResource() - Constructor for class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.SingleThreadExecutorResource
 
Singleton() - Constructor for enum org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
 
size() - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get the number of arguments in this accessor.
size() - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
size() - Method in interface org.junit.platform.engine.ConfigurationParameters
Deprecated.
as of JUnit Platform 1.9 in favor of ConfigurationParameters.keySet()
size() - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
 
size() - Method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 
size() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
size() - Method in class org.junit.platform.launcher.tagexpression.DequeStack
 
size() - Method in interface org.junit.platform.launcher.tagexpression.Stack
 
skip() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
 
skip() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
skip(String) - Static method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Factory for creating skipped results.
skipped - Variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
skipped - Variable in class org.junit.platform.testkit.engine.TerminationInfo
 
skipped() - Method in enum org.junit.platform.console.output.Theme
 
skipped() - Method in class org.junit.platform.testkit.engine.Events
Get the skipped Events contained in this Events object.
skipped() - Method in class org.junit.platform.testkit.engine.Executions
Get the skipped Executions contained in this Executions object.
skipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo represents a skipped execution.
skipped(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected skipped events.
skipped(String) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
Create a skipped TerminationInfo instance for the supplied reason.
skipped(TestDescriptor, Instant, Instant, String) - Static method in class org.junit.platform.testkit.engine.Execution
Create a new instance of an Execution that was skipped with the provided skipReason.
SKIPPED - Enum constant in enum org.junit.platform.console.output.Style
 
SKIPPED - Enum constant in enum org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
 
SKIPPED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has been skipped.
skippedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
skippedOrStartedCount - Variable in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
skippedWithReason(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.SKIPPED and the reason is equal to the supplied String.
skippedWithReason(Predicate) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.SKIPPED and the reason matches the supplied Predicate.
skipReason - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
 
skipReason - Variable in class org.junit.platform.testkit.engine.TerminationInfo
 
skipResult - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
SkipResult(boolean, String) - Constructor for class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
source - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
source - Variable in class org.junit.platform.engine.DefaultDiscoveryIssue
 
source - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
source - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
source - Variable in class org.junit.platform.launcher.TestIdentifier
 
source() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
source() - Method in interface org.junit.platform.engine.DiscoveryIssue
Returns the source of this issue.
source(Optional) - Method in interface org.junit.platform.engine.DiscoveryIssue.Builder
Set the TestSource for the DiscoveryIssue.
source(TestSource) - Method in class org.junit.platform.engine.DefaultDiscoveryIssue.Builder
 
source(TestSource) - Method in interface org.junit.platform.engine.DiscoveryIssue.Builder
Set the TestSource for the DiscoveryIssue.
sourceElement - Variable in class org.junit.jupiter.params.ResolverFacade.DefaultParameterDeclarations
 
sources - Variable in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
sourceType - Variable in class org.junit.jupiter.params.converter.TypedArgumentConverter
 
spec - Variable in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
Stack<T> - Interface in org.junit.platform.launcher.tagexpression
 
STACKTRACE_PRUNING_ENABLED_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
Property name used to enable or disable stack trace pruning.
StackTracePruningEngineExecutionListener - Class in org.junit.platform.launcher.core
Prunes the stack trace in case of a failed event.
StackTracePruningEngineExecutionListener(EngineExecutionListener) - Constructor for class org.junit.platform.launcher.core.StackTracePruningEngineExecutionListener
 
STANDALONE_CLASS_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
STANDARD_INCLUDE_PATTERN - Static variable in interface org.junit.platform.engine.discovery.ClassNameFilter
Standard include pattern in the form of a regular expression that is used to match against fully qualified class names: "^(Test.*|.+[.$]Test.*|.*Tests?)$"
standardGenerator - Static variable in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
Pre-defined standard display name generator instance.
StandardStreamsHandler - Class in org.junit.platform.console.command
 
StandardStreamsHandler() - Constructor for class org.junit.platform.console.command.StandardStreamsHandler
 
started - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
started() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is EventType.STARTED.
started() - Method in class org.junit.platform.testkit.engine.Events
Get the started Events contained in this Events object.
started() - Method in class org.junit.platform.testkit.engine.Executions
Get the started Executions contained in this Executions object.
started(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected started events.
STARTED - Enum constant in enum org.junit.platform.testkit.engine.EventType
Signals that the execution of a TestDescriptor has started.
startedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
startIndex - Variable in class org.junit.platform.launcher.tagexpression.Token
 
startInstant - Variable in class org.junit.platform.testkit.engine.Execution
 
state - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
State(EngineExecutionListener, JupiterConfiguration, LauncherStoreFacade) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
status - Variable in class org.junit.platform.engine.SelectorResolutionResult
 
status - Variable in class org.junit.platform.engine.TestExecutionResult
 
status - Variable in class org.junit.platform.launcher.EngineDiscoveryResult
 
status(TestExecutionResult) - Method in enum org.junit.platform.console.output.Theme
 
status(TestExecutionResult.Status) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a TestExecutionResult's status is equal to the supplied Status.
Status() - Constructor for enum org.junit.platform.engine.SelectorResolutionResult.Status
 
Status() - Constructor for enum org.junit.platform.engine.TestExecutionResult.Status
 
Status() - Constructor for enum org.junit.platform.launcher.EngineDiscoveryResult.Status
 
STATUS_SEPARATOR - Static variable in class org.junit.platform.console.output.TestFeedPrintingListener
 
stderr - Variable in class org.junit.platform.console.command.StandardStreamsHandler
 
stderr - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
STDERR_REPORT_ENTRY_KEY - Static variable in class org.junit.platform.launcher.LauncherConstants
Key used to publish captured output to System.err as part of a ReportEntry: "stderr"
stderrInterceptor - Variable in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
stderrPath - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
stdout - Variable in class org.junit.platform.console.command.StandardStreamsHandler
 
stdout - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
STDOUT_REPORT_ENTRY_KEY - Static variable in class org.junit.platform.launcher.LauncherConstants
Key used to publish captured output to System.out as part of a ReportEntry: "stdout"
stdoutInterceptor - Variable in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
stdoutPath - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
store - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
 
store - Variable in class org.junit.platform.launcher.core.DefaultLauncherSession
 
store(ExtensionContext) - Method in class org.junit.jupiter.params.DefaultParameterInfo
 
storedValue(Supplier) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
StoredValue(int, Supplier) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
storedValues - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
 
storeFilter(Filter) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
storeParameterInfo(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationContext
 
storeResult(TestDescriptor, TestExecutionResult) - Method in class org.junit.vintage.engine.execution.TestRun
 
stream() - Method in class org.junit.platform.testkit.engine.Events
Get the events as a Stream.
stream() - Method in class org.junit.platform.testkit.engine.Executions
Get the executions as a Stream.
stream(Class) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistry
Stream all Extensions of the specified type that are present in this registry or one of its ancestors.
stream(Class) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
streamDeclarativeExtensionTypes(AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
streamDeclarativeExtensionTypes(List) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
streamExtensionRegisteringFields(Class, Predicate) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
 
StreamInterceptingTestExecutionListener - Class in org.junit.platform.launcher.core
 
StreamInterceptingTestExecutionListener(Optional, Optional, BiConsumer) - Constructor for class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
StreamInterceptor - Class in org.junit.platform.launcher.core
 
StreamInterceptor(PrintStream, Consumer, int) - Constructor for class org.junit.platform.launcher.core.StreamInterceptor
 
StreamInterceptor.RewindableByteArrayOutputStream - Class in org.junit.platform.launcher.core
 
STRICT - Enum constant in enum org.junit.jupiter.params.ArgumentCountValidationMode
Use the strict argument count validation mode.
string() - Method in class org.junit.platform.launcher.tagexpression.Token
 
strings() - Element in annotation type org.junit.jupiter.params.provider.ValueSource
The String values to use as sources of arguments; must not be empty.
Style - Enum in org.junit.platform.console.output
 
Style() - Constructor for enum org.junit.platform.console.output.Style
 
submit(HierarchicalTestExecutorService.TestTask) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
submit(HierarchicalTestExecutorService.TestTask) - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
Submit the supplied test task to be executed by this service.
submit(HierarchicalTestExecutorService.TestTask) - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
 
succeeded() - Method in class org.junit.platform.testkit.engine.Events
Get the succeeded Events contained in this Events object.
succeeded() - Method in class org.junit.platform.testkit.engine.Executions
Get the succeeded Executions contained in this Executions object.
succeeded(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
Specify the number of expected succeeded events.
success() - Static method in class org.junit.platform.console.command.CommandResult
 
success() - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
 
success(TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.ParseResults
 
SUCCESS - Static variable in class org.junit.platform.console.command.CommandResult
Exit code indicating successful execution.
successful - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
successful() - Method in enum org.junit.platform.console.output.Theme
 
successful() - Static method in class org.junit.platform.engine.TestExecutionResult
Create a TestExecutionResult for a successful execution of a test or container.
successful() - Static method in class org.junit.platform.launcher.EngineDiscoveryResult
Create a EngineDiscoveryResult for a successful test discovery.
SUCCESSFUL - Enum constant in enum org.junit.platform.console.output.Style
 
SUCCESSFUL - Enum constant in enum org.junit.platform.engine.TestExecutionResult.Status
Indicates that the execution of a test or container was successful.
SUCCESSFUL - Enum constant in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
Indicates that test discovery was successful.
SUCCESSFUL_RESULT - Static variable in class org.junit.platform.engine.TestExecutionResult
 
SUCCESSFUL_RESULT - Static variable in class org.junit.platform.launcher.EngineDiscoveryResult
 
suite(Class) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Suite - Annotation Type in org.junit.platform.suite.api
@Suite marks a class as a test suite on the JUnit Platform.
suiteDescription - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
SuiteDisplayName - Annotation Type in org.junit.platform.suite.api
@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 - Class in org.junit.platform.suite.commons
The SuiteLauncherDiscoveryRequestBuilder provides a light-weight DSL for generating a LauncherDiscoveryRequest specifically tailored for suite execution.
SuiteLauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
summary - Variable in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
SUMMARY - Enum constant in enum org.junit.platform.console.options.Details
Print summary table of counts only.
SummaryGeneratingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener that generates a summary of the test execution.
SummaryGeneratingListener() - Constructor for class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
supplier - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
 
supply(ConfigurationParameters, String) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
 
support - Variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
support - Variable in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
support - Variable in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
Supported Parameter Types - Section in annotation type org.junit.jupiter.params.provider.EmptySource
 
Supported placeholders - Section in org.junit.jupiter.params.ParameterizedClass.name()
 
Supported placeholders - Section in org.junit.jupiter.params.ParameterizedTest.name()
 
Supported Values - Section in org.junit.jupiter.params.converter.DefaultArgumentConverter.DEFAULT_LOCALE_CONVERSION_FORMAT_PROPERTY_NAME
 
Supported Values - Section in org.junit.platform.launcher.LauncherConstants.CRITICAL_DISCOVERY_ISSUE_SEVERITY_PROPERTY_NAME
 
Supported Values - Section in org.junit.platform.launcher.LauncherConstants.DISCOVERY_ISSUE_FAILURE_PHASE_PROPERTY_NAME
 
Supported Values - Section in org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder.DEFAULT_DISCOVERY_LISTENER_CONFIGURATION_PROPERTY_NAME
 
supports(ClassTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor.ClassTemplateExecutor
 
supports(ParameterContext) - Method in interface org.junit.jupiter.params.ArgumentSetLifecycleMethod.ParameterResolver
 
supports(ParameterContext) - Method in class org.junit.jupiter.params.ResolverFacade.DefaultArgumentSetLifecycleMethodParameterResolver
 
supports(TestTemplateInvocationContextProvider, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
supports(P, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
supportsClassTemplate(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
Determine if the Parameter in the supplied ParameterContext is annotated with @TempDir.
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.AbstractParameterizedClassInvocationLifecycleMethodInvoker
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationParameterResolver
 
supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
suppressed(int, Condition) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
 
suppressed(int, Condition...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable's suppressed throwable at the supplied index matches all supplied conditions.
SUPPRESSED - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
Syntax Rules for Tags - Section in annotation type org.junit.platform.suite.api.ExcludeTags
 
Syntax Rules for Tags - Section in annotation type org.junit.platform.suite.api.IncludeTags
 
Syntax Rules for Tags - Section in org.junit.platform.engine.TestTag.isValid(String)
 
synthesizeAfterEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
synthesizeBeforeEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
SYNTHETIC - Enum constant in enum org.junit.vintage.engine.execution.EventType
 
systemProperties() - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
 

T

tab(TreeNode, boolean) - Method in class org.junit.platform.console.output.TreePrinter
 
TAB - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
tag(String) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
 
tagExpression() - Method in interface org.junit.platform.launcher.tagexpression.ParseResult
Return the contained TagExpression, if any.
TagExpression - Interface in org.junit.platform.launcher.tagexpression
A tag expression can be evaluated against a collection of tags to determine if they match the expression.
tagExpressionCreator - Variable in class org.junit.platform.launcher.tagexpression.Operator
 
tagExpressionOrThrow(Function) - Method in interface org.junit.platform.launcher.tagexpression.ParseResult
Return the parsed TagExpression or throw an exception with the contained parse error.
TagExpressions - Class in org.junit.platform.launcher.tagexpression
 
TagExpressions() - Constructor for class org.junit.platform.launcher.tagexpression.TagExpressions
 
Tag Expressions - Section in annotation type org.junit.platform.suite.api.ExcludeTags
 
Tag Expressions - Section in annotation type org.junit.platform.suite.api.IncludeTags
 
TagFilter - Class in org.junit.platform.launcher
Factory methods for creating PostDiscoveryFilters based on included and excluded tags or tag expressions.
TagFilter() - Constructor for class org.junit.platform.launcher.TagFilter
 
tags - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
tags - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
tags - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
Set of method-level tags; does not contain tags from parent.
tags - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
tags - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
tags - Variable in class org.junit.platform.launcher.TestIdentifier
 
target - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
target - Variable in class org.junit.jupiter.engine.execution.MethodInvocation
 
target - Variable in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
targetType - Variable in class org.junit.jupiter.params.converter.TypedArgumentConverter
 
taskContext - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
taskEventListener - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
TEMP_DIR_SCOPE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Deprecated.
TempDirectory - Class in org.junit.jupiter.engine.extension
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(JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory
 
TempDirectory.CloseablePath - Class in org.junit.jupiter.engine.extension
 
TempDirectory.FailureTracker - Class in org.junit.jupiter.engine.extension
 
TempDirectory.FieldContext - Class in org.junit.jupiter.engine.extension
 
TempDirectory.FileOperations - Interface in org.junit.jupiter.engine.extension
 
TempDirectory.Scope - Enum in org.junit.jupiter.engine.extension
 
tempDirFactoryConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
TemplateExecutor<P,C> - Class in org.junit.jupiter.engine.descriptor
 
TemplateExecutor(T, Class) - Constructor for class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
TEMPORAL_QUERIES - Static variable in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
terminationInfo - Variable in class org.junit.platform.testkit.engine.Execution
 
TerminationInfo - Class in org.junit.platform.testkit.engine
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.
TerminationInfo(boolean, String, TestExecutionResult) - Constructor for class org.junit.platform.testkit.engine.TerminationInfo
 
test() - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test.
test(Class) - Method in class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
 
test(Method) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
test(Method) - Method in class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod
 
test(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test and its unique id contains the supplied String.
test(String, String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a test, its unique id contains the supplied String, and its display name equals the supplied String.
test(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition and its test descriptor is a test.
test(UniqueId, Integer) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
test(UniqueId, Integer) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
 
TEST - Enum constant in enum org.junit.platform.console.output.Style
 
TEST - Enum constant in enum org.junit.platform.engine.TestDescriptor.Type
Denotes that the TestDescriptor is for a test.
TEST_FAILED - Static variable in class org.junit.platform.console.command.ExecuteTestsCommand
Exit code indicating test failure(s)
TESTABLE_METHOD_TIMEOUT_KEY - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
TESTABLE_METHOD_TIMEOUT_THREAD_MODE_KEY - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
 
testAssumptionFailure(Failure) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testClass - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.ClassInfo
 
testClass - Variable in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
testClass - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
 
testClass - Variable in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
testClass - Variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry.LateInitEntry
 
testClass - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
testClass - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
testClass - Variable in class org.junit.jupiter.params.ParameterizedTestContext
 
testClass - Variable in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
TestClassAware - Interface in org.junit.jupiter.engine.descriptor
 
testClasses - Variable in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
testClasses() - Method in class org.junit.jupiter.engine.discovery.DeclaredMethodSelector
 
testClassPredicate - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
 
TestClassPredicates - Class in org.junit.jupiter.engine.discovery.predicates
Predicates for determining whether a class is a JUnit Jupiter test class.
TestClassPredicates(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
TestClassPredicates.NestedClassInvalidityReason - Enum in org.junit.jupiter.engine.discovery.predicates
 
TestConsoleOutputOptions - Class in org.junit.platform.console.options
 
TestConsoleOutputOptions() - Constructor for class org.junit.platform.console.options.TestConsoleOutputOptions
 
TestConsoleOutputOptionsMixin - Class in org.junit.platform.console.options
 
TestConsoleOutputOptionsMixin() - Constructor for class org.junit.platform.console.options.TestConsoleOutputOptionsMixin
 
TestConsoleOutputOptionsMixin.ConsoleOutputOptions - Class in org.junit.platform.console.options
 
testDescriptor - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
testDescriptor - Variable in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
 
testDescriptor - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 
testDescriptor - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
testDescriptor - Variable in class org.junit.platform.testkit.engine.Event
 
testDescriptor - Variable in class org.junit.platform.testkit.engine.Execution
 
TestDescriptor - Interface in org.junit.platform.engine
Mutable descriptor for a test or container that has been discovered by a TestEngine.
TestDescriptor.Type - Enum in org.junit.platform.engine
Supported types for TestDescriptors.
TestDescriptor.Visitor - Interface in org.junit.platform.engine
Visitor for the tree-like TestDescriptor structure.
testDescriptorFactory - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
 
TestDiscoveryOptions - Class in org.junit.platform.console.options
 
TestDiscoveryOptions() - Constructor for class org.junit.platform.console.options.TestDiscoveryOptions
 
TestDiscoveryOptionsMixin - Class in org.junit.platform.console.options
 
TestDiscoveryOptionsMixin() - Constructor for class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
TestDiscoveryOptionsMixin.FilterOptions - Class in org.junit.platform.console.options
 
TestDiscoveryOptionsMixin.RuntimeConfigurationOptions - Class in org.junit.platform.console.options
 
TestDiscoveryOptionsMixin.SelectorOptions - Class in org.junit.platform.console.options
 
testEngine - Variable in class org.junit.platform.testkit.engine.EngineTestKit.Builder
 
TestEngine - Interface in org.junit.platform.engine
A TestEngine facilitates discovery and execution of tests for a particular programming model.
testEngineAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
TestEngineFormatter - Class in org.junit.platform.launcher.core
 
TestEngineFormatter() - Constructor for class org.junit.platform.launcher.core.TestEngineFormatter
 
testEngineResults - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
testEngines - Variable in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
 
testEvents - Variable in class org.junit.platform.testkit.engine.EngineExecutionResults
 
testEvents() - Method in class org.junit.platform.testkit.engine.EngineExecutionResults
Get recorded events for tests.
testExecutionListener - Variable in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
TestExecutionListener - Interface in org.junit.platform.launcher
Register a concrete implementation of this interface with a Launcher to be notified of events that occur during test execution.
testExecutionListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
 
testExecutionListenerAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
 
testExecutionListeners - Variable in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
testExecutionListeners - Variable in class org.junit.platform.launcher.core.LauncherListenerRegistry
 
Test Execution Order - Section in annotation type org.junit.jupiter.params.ParameterizedTest
 
testExecutionResult - Variable in class org.junit.platform.testkit.engine.TerminationInfo
 
TestExecutionResult - Class in org.junit.platform.engine
TestExecutionResult encapsulates the result of executing a single test or container.
TestExecutionResult(TestExecutionResult.Status, Throwable) - Constructor for class org.junit.platform.engine.TestExecutionResult
 
TestExecutionResult.Status - Enum in org.junit.platform.engine
Status of executing a single test or container.
TestExecutionResultConditions - Class in org.junit.platform.testkit.engine
Collection of AssertJ conditions for TestExecutionResult.
TestExecutionResultConditions() - Constructor for class org.junit.platform.testkit.engine.TestExecutionResultConditions
 
TestExecutionSummary - Interface in org.junit.platform.launcher.listeners
Summary of test plan execution.
TestExecutionSummary.Failure - Interface in org.junit.platform.launcher.listeners
Failure of a test or container.
TestFactoryTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for @TestFactory methods.
TestFactoryTestDescriptor(UniqueId, Class, Method, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
TestFactoryTestDescriptor(UniqueId, String, Class, Method, JupiterConfiguration, DynamicDescendantFilter) - Constructor for class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
testFailed(ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
 
testFailure(Failure) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TESTFEED - Enum constant in enum org.junit.platform.console.options.Details
Test plan execution events are rendered as they occur in a concise format.
TestFeedPrintingListener - Class in org.junit.platform.console.output
 
TestFeedPrintingListener(PrintWriter, ColorPalette) - Constructor for class org.junit.platform.console.output.TestFeedPrintingListener
 
testFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testFinished(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testIdentifier - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
TestIdentifier - Class in org.junit.platform.launcher
Immutable data transfer object that represents a test or container which is usually part of a TestPlan.
TestIdentifier(UniqueId, String, TestSource, Set, TestDescriptor.Type, UniqueId, String) - Constructor for class org.junit.platform.launcher.TestIdentifier
 
TestIdentifier.SerializedForm - Class in org.junit.platform.launcher
Represents the serialized output of TestIdentifier.
testIgnored(TestDescriptor, String) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testIgnored(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestInfoParameterResolver - Class in org.junit.jupiter.engine.extension
ParameterResolver that resolves the TestInfo for the currently executing test.
TestInfoParameterResolver() - Constructor for class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
TestInfoParameterResolver.DefaultTestInfo - Class in org.junit.jupiter.engine.extension
 
testInstanceFactory - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
testInstanceLifecycle - Variable in class org.junit.jupiter.params.ParameterizedClassContext
 
TestInstanceLifecycleUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for retrieving the test instance lifecycle mode.
TestInstanceLifecycleUtils() - Constructor for class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
testInstances - Variable in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
testInstances - Variable in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
testInstances - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
testInstancesProvider - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
testInstancesProvider(JupiterEngineExecutionContext, ClassExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
TestInstancesProvider - Interface in org.junit.jupiter.engine.execution
 
testMethod - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
 
testMethod - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
TestMethodTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for @Test methods.
TestMethodTestDescriptor(UniqueId, Class, Method, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
TestMethodTestDescriptor(UniqueId, String, Class, Method, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
TestMethodTestDescriptor(UniqueId, String, Class, Method, JupiterConfiguration, InterceptingExecutableInvoker.ReflectiveInterceptorCall) - Constructor for class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
testOutputOptions - Variable in class org.junit.platform.console.command.DiscoverTestsCommand
 
testOutputOptions - Variable in class org.junit.platform.console.command.ExecuteTestsCommand
 
testPlan - Variable in class org.junit.platform.console.output.TestFeedPrintingListener
 
testPlan - Variable in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
testPlan - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testPlan - Variable in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
testPlan - Variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
testPlan - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
TestPlan - Class in org.junit.platform.launcher
TestPlan describes the tree of tests and containers as discovered by a Launcher.
TestPlan(boolean, ConfigurationParameters, OutputDirectoryCreator) - Constructor for class org.junit.platform.launcher.TestPlan
 
TestPlan.Visitor - Interface in org.junit.platform.launcher
Visitor for TestIdentifiers in a TestPlan.
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.console.output.TreePrintingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
testPlanExecutionFinished(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when the execution of the TestPlan has finished, after all tests have been executed.
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.console.output.FlatPrintingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.console.output.TestFeedPrintingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.console.output.TreePrintingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
testPlanExecutionStarted(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when the execution of the TestPlan has started, before any test has been executed.
TestReporterParameterResolver - Class in org.junit.jupiter.engine.extension
ParameterResolver that injects a TestReporter.
TestReporterParameterResolver() - Constructor for class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
testRule - Variable in class org.junit.jupiter.migrationsupport.rules.member.AbstractTestRuleAnnotatedMember
 
TestRuleAnnotatedField - Class in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedField(Object, Field) - Constructor for class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedField
 
TestRuleAnnotatedMember - Interface in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedMethod - Class in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedMethod(Object, Method) - Constructor for class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMethod
 
TestRuleSupport - Class in org.junit.jupiter.migrationsupport.rules
 
TestRuleSupport(Function, Class) - Constructor for class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
 
TestRuleSupport.AdviceInvoker - Interface in org.junit.jupiter.migrationsupport.rules
 
testRun - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestRun - Class in org.junit.vintage.engine.execution
 
TestRun(RunnerTestDescriptor) - Constructor for class org.junit.vintage.engine.execution.TestRun
 
TestRun.VintageDescriptors - Class in org.junit.vintage.engine.execution
 
testRunFinished(Result) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testRunStarted(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testsAborted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsFailed - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsFound - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testSource - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
TestSource - Interface in org.junit.platform.engine
Representation of the source of a test or container used to navigate to its location by IDEs and build tools.
testSourceCache - Variable in class org.junit.vintage.engine.descriptor.TestSourceProvider
 
testSourceProvider - Variable in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
testSourceProvider - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testSourceProvider - Variable in class org.junit.vintage.engine.execution.RunnerExecutor
 
TestSourceProvider - Class in org.junit.vintage.engine.descriptor
 
TestSourceProvider() - Constructor for class org.junit.vintage.engine.descriptor.TestSourceProvider
 
testsSkipped - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsSucceeded - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testStarted(TestDescriptor, EventType) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testStarted(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testSuiteFinished(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testSuiteStarted(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestTag - Class in org.junit.platform.engine
Immutable value object for a tag that is assigned to a test or container.
TestTag(String) - Constructor for class org.junit.platform.engine.TestTag
 
testTask - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
 
TestTemplateExecutor() - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.TestTemplateExecutor
 
TestTemplateExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
TestTemplateExtensionContext(ExtensionContext, EngineExecutionListener, TestTemplateTestDescriptor, JupiterConfiguration, ExtensionRegistry, LauncherStoreFacade, TestInstances) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
TestTemplateInvocationTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for a @TestTemplate invocation.
TestTemplateInvocationTestDescriptor(UniqueId, Class, Method, TestTemplateInvocationContext, int, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
testTemplateMethod - Variable in class org.junit.jupiter.params.ParameterizedTestMethodParameterResolver
 
TestTemplateTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for @TestTemplate methods.
TestTemplateTestDescriptor(UniqueId, Class, Method, Supplier, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
TestTemplateTestDescriptor(UniqueId, String, Class, Method, JupiterConfiguration, DynamicDescendantFilter) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
TestTemplateTestDescriptor.TestTemplateExecutor - Class in org.junit.jupiter.engine.descriptor
 
testTree - Variable in class org.junit.platform.runner.JUnitPlatform
Deprecated.
 
testTree - Variable in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
textBlock() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The CSV records to use as the source of arguments, supplied as a single text block; must not be empty.
theme - Variable in class org.junit.platform.console.options.TestConsoleOutputOptions
 
theme - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
theme - Variable in class org.junit.platform.console.output.TreePrinter
 
theme - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
Theme - Enum in org.junit.platform.console.output
 
Theme(String...) - Constructor for enum org.junit.platform.console.output.Theme
 
theme2 - Variable in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin.ConsoleOutputOptions
 
thread - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
 
ThreadLock() - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
threadLocks - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
threadMode - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
threadToInterrupt - Variable in class org.junit.jupiter.engine.extension.DefaultPreInterruptContext
 
throwable - Variable in class org.junit.platform.engine.SelectorResolutionResult
 
throwable - Variable in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
 
throwable - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier.Failure
 
throwable - Variable in class org.junit.platform.engine.TestExecutionResult
 
throwable - Variable in class org.junit.platform.launcher.EngineDiscoveryResult
 
throwable(Condition) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
 
throwable(Condition...) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a TestExecutionResult's throwable matches all supplied conditions.
throwableCollector - Variable in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
throwableCollector - Variable in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
throwableCollector - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
throwableCollector - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
ThrowableCollector - Class in org.junit.platform.engine.support.hierarchical
Simple component that can be used to collect one or more instances of Throwable.
ThrowableCollector(Predicate) - Constructor for class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Create a new ThrowableCollector that uses the supplied Predicate to determine whether a Throwable aborted or failed execution.
ThrowableCollector.Executable - Interface in org.junit.platform.engine.support.hierarchical
Functional interface for an executable block of code that may throw a Throwable.
ThrowableCollector.Factory - Interface in org.junit.platform.engine.support.hierarchical
Factory for ThrowableCollector instances.
throwableCollectorFactory - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
throwableCollectorFactory - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
tiles - Variable in enum org.junit.platform.console.output.Theme
 
timeFinished - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
timeFinishedNanos - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
timeout - Variable in class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation
 
timeout - Variable in class org.junit.jupiter.engine.extension.SeparateThreadTimeoutInvocation
 
timeout - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
TIMEOUT_MODE_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to configure whether timeouts are applied to tests: "junit.jupiter.execution.timeout.mode".
TimeoutConfiguration - Class in org.junit.jupiter.engine.extension
 
TimeoutConfiguration(ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.TimeoutConfiguration
 
TimeoutDuration - Class in org.junit.jupiter.engine.extension
 
TimeoutDuration(long, TimeUnit) - Constructor for class org.junit.jupiter.engine.extension.TimeoutDuration
 
TimeoutDurationParser - Class in org.junit.jupiter.engine.extension
 
TimeoutDurationParser() - Constructor for class org.junit.jupiter.engine.extension.TimeoutDurationParser
 
TimeoutExceptionFactory - Class in org.junit.jupiter.engine.extension
 
TimeoutExceptionFactory() - Constructor for class org.junit.jupiter.engine.extension.TimeoutExceptionFactory
 
TimeoutExtension - Class in org.junit.jupiter.engine.extension
 
TimeoutExtension() - Constructor for class org.junit.jupiter.engine.extension.TimeoutExtension
 
TimeoutExtension.TimeoutProvider - Interface in org.junit.jupiter.engine.extension
 
TimeoutInvocationFactory - Class in org.junit.jupiter.engine.extension
 
TimeoutInvocationFactory(ExtensionContext.Store) - Constructor for class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
 
TimeoutInvocationFactory.ExecutorResource - Class in org.junit.jupiter.engine.extension
 
TimeoutInvocationFactory.SingleThreadExecutorResource - Class in org.junit.jupiter.engine.extension
 
TimeoutInvocationFactory.TimeoutInvocationParameters<T> - Class in org.junit.jupiter.engine.extension
 
TimeoutInvocationParameters(InvocationInterceptor.Invocation, TimeoutDuration, Supplier, PreInterruptCallbackInvocation) - Constructor for class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
 
timestamp - Variable in class org.junit.platform.engine.reporting.FileEntry
 
timestamp - Variable in class org.junit.platform.engine.reporting.ReportEntry
 
timestamp - Variable in class org.junit.platform.testkit.engine.Event
 
timeStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
timeStartedNanos - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
to() - Element in annotation type org.junit.jupiter.params.provider.EnumSource
The ending enum constant of the range to be included.
toArguments(Object) - Static method in class org.junit.jupiter.params.provider.ArgumentsUtils
Convert the supplied object into an Arguments instance.
toArray() - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get all arguments in this accessor as an array.
toArray() - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
toChronoUnit() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
toClassSelectors(Class, SelectClasses) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
toCommandLine() - Method in class org.junit.platform.console.command.BaseCommand
 
toConsumer() - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter.Condition
Returns this condition as a Consumer.
toDiscoveryRequestBuilder(TestDiscoveryOptions) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
toDistinctSortedResources(Collection) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
toDuration() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
toDynamicDescriptor(int, DynamicNode) - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
toDynamicNodeStream(Object) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
toExecutionMode(ExecutionMode) - Static method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
toFailure(TestExecutionResult, Description) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.ClassSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.DirectorySelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.FileSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.IterationSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.ModuleSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.PackageSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
 
toIdentifier() - Method in class org.junit.platform.engine.discovery.UriSelector
 
toIdentifier() - Method in interface org.junit.platform.engine.DiscoverySelector
Return the identifier of this selector.
toInvocationMatch(Optional) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
toJupiterExecutionMode(Node.ExecutionMode) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
token - Variable in class org.junit.platform.launcher.tagexpression.TokenWith
 
Token - Class in org.junit.platform.launcher.tagexpression
 
Token(int, String) - Constructor for class org.junit.platform.launcher.tagexpression.Token
 
tokenize(String) - Method in class org.junit.platform.launcher.tagexpression.Tokenizer
 
tokenizer - Variable in class org.junit.platform.launcher.tagexpression.Parser
 
Tokenizer - Class in org.junit.platform.launcher.tagexpression
 
Tokenizer() - Constructor for class org.junit.platform.launcher.tagexpression.Tokenizer
 
tokens - Variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
tokensDerivedFrom(String) - Method in class org.junit.platform.launcher.tagexpression.Parser
 
TokenWith<T> - Class in org.junit.platform.launcher.tagexpression
 
TokenWith(Token, T) - Constructor for class org.junit.platform.launcher.tagexpression.TokenWith
 
toList() - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
Get all arguments in this accessor as an immutable list.
toList() - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
 
toLock(ExclusiveResource) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
toLockMode(ResourceAccessMode) - Static method in class org.junit.jupiter.engine.descriptor.ExclusiveResourceCollector.DefaultExclusiveResourceCollector
 
toLocks(List) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
toLogicalIndex(ParameterContext) - Method in class org.junit.jupiter.params.ResolverFacade
 
toMethodFilter(MethodSelector) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
toMethodSelector(Class, Class, String, Class[], String, String) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
toMethodSelector(Class, SelectMethod) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
toMethodSelectorFromFQMN(Class, SelectMethod) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
toNotifier() - Method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
toOverrideMap(Properties) - Static method in class org.junit.platform.console.output.ColorPalette
 
toParameterContext(Optional) - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
toParameterContext(ExtensionContext, Optional) - Method in class org.junit.jupiter.params.ResolverFacade.ExecutableParameterDeclaration
 
toPath() - Method in class org.junit.platform.launcher.listeners.OutputDir
 
toPredicate() - Method in class org.junit.platform.engine.CompositeFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
toPredicate() - Method in interface org.junit.platform.engine.Filter
Return a Predicate that returns true if this filter includes the object supplied to the predicate's test method.
toPredicate() - Method in interface org.junit.platform.engine.support.discovery.DiscoveryIssueReporter.Condition
Returns this condition as a Predicate.
toQueryPart() - Method in class org.junit.platform.engine.discovery.FilePosition
 
toRequest() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
toResolution(Optional) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
 
toResolution(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
toResourceLock(List) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
toResult(AnnotatedElement, Ignore) - Method in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
 
toResult(AnnotatedElement, Disabled) - Method in class org.junit.jupiter.engine.extension.DisabledCondition
 
toSanitizedPath(UniqueId.Segment) - Static method in class org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
 
toSingleLock(ExclusiveResource) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
 
toSkipResult(ConditionEvaluationResult) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
toSortedSet(int[]) - Method in class org.junit.platform.engine.discovery.IterationSelector
 
toSource(DiscoverySelector) - Static method in class org.junit.platform.launcher.core.DiscoveryIssueCollector
 
toStream(CsvParser, CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
toString - Variable in class org.junit.platform.engine.UniqueId
 
toString() - Method in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
 
toString() - Method in class org.junit.jupiter.engine.discovery.DefaultClassDescriptor
 
toString() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
 
toString() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
 
toString() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
toString() - Method in class org.junit.jupiter.engine.extension.DefaultPreInterruptContext
 
toString() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
toString() - Method in class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
 
toString() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
toString() - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
 
toString() - Method in class org.junit.jupiter.params.provider.Arguments.ArgumentSet
Return the name of this ArgumentSet.
toString() - Method in enum org.junit.platform.console.options.Details
Return lower case Enum.name() for easier usage in help text for available options.
toString() - Method in enum org.junit.platform.console.output.Theme
Return lower case Enum.name() for easier usage in help text for available options.
toString() - Method in class org.junit.platform.engine.CompositeFilter
 
toString() - Method in class org.junit.platform.engine.DefaultDiscoveryIssue
 
toString() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
toString() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
toString() - Method in class org.junit.platform.engine.discovery.ClassSelector
 
toString() - Method in class org.junit.platform.engine.discovery.DirectorySelector
 
toString() - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.FilePosition
 
toString() - Method in class org.junit.platform.engine.discovery.FileSelector
 
toString() - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.IterationSelector
 
toString() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
toString() - Method in class org.junit.platform.engine.discovery.ModuleSelector
 
toString() - Method in class org.junit.platform.engine.discovery.NestedClassSelector
 
toString() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
 
toString() - Method in class org.junit.platform.engine.discovery.PackageSelector
 
toString() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
 
toString() - Method in class org.junit.platform.engine.discovery.UriSelector
 
toString() - Method in class org.junit.platform.engine.DiscoverySelectorIdentifier
Get the string representation of this identifier in the format prefix:value.
toString() - Method in class org.junit.platform.engine.FilterResult
 
toString() - Method in class org.junit.platform.engine.reporting.FileEntry
 
toString() - Method in class org.junit.platform.engine.reporting.ReportEntry
 
toString() - Method in class org.junit.platform.engine.SelectorResolutionResult
 
toString() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
toString() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 
toString() - Method in class org.junit.platform.engine.support.descriptor.FileSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
 
toString() - Method in class org.junit.platform.engine.TestExecutionResult
 
toString() - Method in class org.junit.platform.engine.TestTag
 
toString() - Method in class org.junit.platform.engine.UniqueId.Segment
 
toString() - Method in class org.junit.platform.engine.UniqueId
Generate the unique, formatted string representation of this UniqueId using the configured UniqueIdFormat.
toString() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
toString() - Method in enum org.junit.platform.launcher.core.LauncherPhase
 
toString() - Method in class org.junit.platform.launcher.EngineDiscoveryResult
 
toString() - Method in class org.junit.platform.launcher.EngineFilter
 
toString() - Method in class org.junit.platform.launcher.ExcludeMethodFilter
 
toString() - Method in class org.junit.platform.launcher.IncludeMethodFilter
 
toString() - Method in class org.junit.platform.launcher.TestIdentifier
 
toString() - Method in class org.junit.platform.testkit.engine.Event
 
toString() - Method in class org.junit.platform.testkit.engine.Execution
 
toString() - Method in class org.junit.platform.testkit.engine.TerminationInfo
 
totalRepetitions - Variable in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
 
totalRepetitions(RepeatedTest, Method) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
toTestConsoleOutputOptions() - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
toTestConsoleOutputOptions() - Method in class org.junit.platform.console.options.TestConsoleOutputOptionsMixin
 
toTestDiscoveryOptions() - Method in class org.junit.platform.console.command.ExecuteTestsCommand
 
toTestDiscoveryOptions() - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin
 
toTestExecutionResult() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Convert the collected Throwables into a TestExecutionResult.
toUniqueIdFilter(RunnerTestDescriptor, UniqueId) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
toURL(Path) - Method in class org.junit.platform.console.command.ConsoleTestExecutor
 
toValidationAction(Optional) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
toValidationAction(AbstractOrderingVisitor.DescriptorWrapperOrderer) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
trackTestUid(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
trackTestUidRecursively(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
TRANSFORMER - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
TREE - Enum constant in enum org.junit.platform.console.options.Details
Test plan execution details are rendered as a simple tree.
TreeNode - Class in org.junit.platform.console.output
 
TreeNode(String) - Constructor for class org.junit.platform.console.output.TreeNode
 
TreeNode(TestIdentifier) - Constructor for class org.junit.platform.console.output.TreeNode
 
TreeNode(TestIdentifier, String) - Constructor for class org.junit.platform.console.output.TreeNode
 
treePrinter - Variable in class org.junit.platform.console.output.TreePrintingListener
 
TreePrinter - Class in org.junit.platform.console.output
 
TreePrinter(PrintWriter, Theme, ColorPalette) - Constructor for class org.junit.platform.console.output.TreePrinter
 
TreePrintingListener - Class in org.junit.platform.console.output
 
TreePrintingListener(PrintWriter, ColorPalette, Theme) - Constructor for class org.junit.platform.console.output.TreePrintingListener
 
trimmed(String[]) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
 
trimmedTokenStartIndex() - Method in class org.junit.platform.launcher.tagexpression.Token
 
truncateIfExceedsMaxLength(String) - Method in class org.junit.jupiter.params.ParameterizedInvocationNameFormatter.MessageFormatPartialFormatter
 
tryToDeleteOnExit(Path) - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
tryToExcludeFromRunner(Description) - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
tryToExcludeFromRunner(Description) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
tryToFilterRunner(Description) - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
tryToResetPermissions(Path) - Static method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
 
type - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
 
type - Variable in class org.junit.platform.engine.UniqueId.Segment
 
type - Variable in class org.junit.platform.launcher.EngineFilter
 
type - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
type - Variable in class org.junit.platform.launcher.TestIdentifier
 
type - Variable in class org.junit.platform.testkit.engine.Event
 
type() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The class in which the method is declared, or a subclass thereof.
type(EventType) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's type is equal to the supplied EventType.
Type() - Constructor for enum org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
 
Type() - Constructor for enum org.junit.platform.engine.TestDescriptor.Type
 
Type(String) - Constructor for enum org.junit.platform.launcher.EngineFilter.Type
 
TypedArgumentConverter<S,T> - Class in org.junit.jupiter.params.converter
TypedArgumentConverter is an abstract base class for ArgumentConverter implementations that always convert objects of a given source type into a given target type.
TypedArgumentConverter(Class, Class) - Constructor for class org.junit.jupiter.params.converter.TypedArgumentConverter
Create a new TypedArgumentConverter.
typeName() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The fully qualified class name in which the method is declared, or a subclass thereof.
typeValueSeparator - Variable in class org.junit.platform.engine.UniqueIdFormat
 

U

unaryOperator(String, int, Operator.Associativity, Function) - Static method in class org.junit.platform.launcher.tagexpression.Operator
 
unfinishedTasks - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
 
UNICODE - Enum constant in enum org.junit.platform.console.output.Theme
Unicode (extended ASCII) characters are used to display the test execution tree.
uniqueId - Variable in class org.junit.platform.engine.discovery.UniqueIdSelector
 
uniqueId - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
uniqueId - Variable in class org.junit.platform.launcher.TestIdentifier.SerializedForm
 
uniqueId - Variable in class org.junit.platform.launcher.TestIdentifier
 
uniqueId - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
uniqueId(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor is equal to the UniqueId parsed from the supplied String.
uniqueId(Condition) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor matches the supplied Condition.
uniqueId(UniqueId) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor is equal to the supplied UniqueId.
UniqueId - Class in org.junit.platform.engine
UniqueId encapsulates the creation, parsing, and display of unique IDs for TestDescriptors.
UniqueId() - Constructor for class org.junit.platform.console.options.SelectorConverter.UniqueId
 
UniqueId(UniqueIdFormat, List) - Constructor for class org.junit.platform.engine.UniqueId
Initialize a UniqueId instance.
UniqueId(UniqueIdFormat, UniqueId.Segment) - Constructor for class org.junit.platform.engine.UniqueId
 
UniqueId.Segment - Class in org.junit.platform.engine
A segment of a UniqueId comprises a type and a value.
uniqueIdExtractor - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
UniqueIdFilter - Class in org.junit.vintage.engine.discovery
 
UniqueIdFilter(RunnerTestDescriptor, UniqueId) - Constructor for class org.junit.vintage.engine.discovery.UniqueIdFilter
 
uniqueIdFormat - Variable in class org.junit.platform.engine.UniqueId
 
UniqueIdFormat - Class in org.junit.platform.engine
Used to UniqueIdFormat.parse(String) a UniqueId from a string representation or to UniqueIdFormat.format(UniqueId) a UniqueId into a string representation.
UniqueIdFormat(char, char, char, char) - Constructor for class org.junit.platform.engine.UniqueIdFormat
 
UniqueIdPrefixTransformer - Class in org.junit.jupiter.engine.descriptor
 
UniqueIdPrefixTransformer(UniqueId, UniqueId) - Constructor for class org.junit.jupiter.engine.descriptor.UniqueIdPrefixTransformer
 
uniqueIdReader - Variable in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
UniqueIdReader - Class in org.junit.vintage.engine.support
 
UniqueIdReader() - Constructor for class org.junit.vintage.engine.support.UniqueIdReader
 
UniqueIdReader(String) - Constructor for class org.junit.vintage.engine.support.UniqueIdReader
 
uniqueIds - Variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
UniqueIdSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a UniqueId so that TestEngines can discover tests or containers based on unique IDs.
UniqueIdSelector(UniqueId) - Constructor for class org.junit.platform.engine.discovery.UniqueIdSelector
 
UniqueIdSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
uniqueIdStringifier - Variable in class org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor
 
UniqueIdStringifier - Class in org.junit.vintage.engine.support
 
UniqueIdStringifier() - Constructor for class org.junit.vintage.engine.support.UniqueIdStringifier
 
uniqueIdSubstring(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains the supplied String.
uniqueIdSubstrings(String...) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains all of the supplied strings.
uniqueIdSubstrings(List) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if the unique id of an Event's test descriptor contains all of the supplied strings.
UniqueIdTrackingListener - Class in org.junit.platform.launcher.listeners
UniqueIdTrackingListener is a TestExecutionListener that tracks the unique IDs of all tests that were executed during the execution of the TestPlan and generates a file containing the unique IDs once execution of the TestPlan has finished.
UniqueIdTrackingListener() - Constructor for class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
uniqueStreamOf(T[]) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
 
unit - Variable in class org.junit.jupiter.engine.extension.TimeoutDuration
 
UNITS_BY_ABBREVIATION - Static variable in class org.junit.jupiter.engine.extension.TimeoutDurationParser
 
unregister() - Method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
 
unregister() - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
unregisterAction - Variable in class org.junit.platform.launcher.core.StreamInterceptor
 
unresolved() - Static method in class org.junit.platform.engine.SelectorResolutionResult
Create a SelectorResolutionResult for an unresolved selector.
unresolved() - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Factory for creating unresolved resolutions.
UNRESOLVED - Enum constant in enum org.junit.platform.engine.SelectorResolutionResult.Status
Indicates that the TestEngine was unable to resolve the selector.
UNRESOLVED - Static variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
 
UNRESOLVED_RESULT - Static variable in class org.junit.platform.engine.SelectorResolutionResult
 
unscheduled() - Static method in interface org.junit.platform.engine.support.hierarchical.NodeTestTask.DynamicTaskState
 
UNSCHEDULED - Static variable in interface org.junit.platform.engine.support.hierarchical.NodeTestTask.DynamicTaskState
 
UNSET_INDEX - Static variable in annotation type org.junit.jupiter.params.Parameter
Constant that indicates that the index of the parameter is unset.
uri - Variable in class org.junit.platform.engine.discovery.UriSelector
 
uri - Variable in class org.junit.platform.engine.support.descriptor.DefaultUriSource
 
Uri() - Constructor for class org.junit.platform.console.options.SelectorConverter.Uri
 
UriSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a URI so that TestEngines can discover tests or containers based on URIs.
UriSelector(URI) - Constructor for class org.junit.platform.engine.discovery.UriSelector
 
UriSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
UriSource - Interface in org.junit.platform.engine.support.descriptor
A TestSource that can be represented as a URI.
useHeadersInDisplayName - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
useHeadersInDisplayName() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSource
Configures whether the first CSV record should be treated as header names for columns.
useHeadersInDisplayName() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
Configures whether the first CSV record should be treated as header names for columns.
useResourceLock(TestDescriptor, ResourceLock) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
 
useTechnicalNames(Class) - Static method in class org.junit.platform.runner.JUnitPlatformTestTree
 
UseTechnicalNames - Annotation Type in org.junit.platform.suite.api
Deprecated.
since 1.8, in favor of the @Suite support provided by the junit-platform-suite-engine module; to be removed in JUnit Platform 2.0

V

Validatable - Interface in org.junit.jupiter.engine.descriptor
Interface for descriptors that can be validated during discovery.
validate(Iterable) - Static method in class org.junit.platform.launcher.core.EngineIdValidator
 
validate(ExtensionContext) - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
validate(EnumSource, Set, Set) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validate(EnumSource, Set, Set) - Method in interface org.junit.jupiter.params.provider.EnumSource.Mode.Validator
 
validate(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
validate(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
validate(DiscoveryIssueReporter) - Method in interface org.junit.jupiter.engine.descriptor.Validatable
Validate the state of this descriptor and report any issues found to the supplied DiscoveryIssueReporter.
validate(TestEngine, TestDescriptor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
Perform common validation checks.
validateAggregatorParameters(Set, List) - Static method in class org.junit.jupiter.params.ResolverFacade
 
validateAndLogInvalidRoots(Set) - Static method in class org.junit.platform.console.command.DiscoveryRequestCreator
 
validateAndStoreClassContext(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedClassExtension
 
validateAndTrim(List) - Static method in class org.junit.platform.launcher.EngineFilter
 
validateAnnotation(AnnotatedElement, Supplier, Supplier, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
 
validateArgumentCount(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedInvocationContext
 
validateClassTemplateInvocationLifecycleMethods(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
validateClassTemplateInvocationLifecycleMethods(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
validateClassTemplateInvocationLifecycleMethodsAreDeclaredCorrectly(Class, boolean, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
validateCoreLifecycleMethods(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
validateCoreLifecycleMethods(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
validateDisplayNameAnnotation(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
validateFactoryMethod(Method, Object) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
validateField(Field, Object) - Static method in class org.junit.jupiter.params.provider.FieldArgumentsProvider
 
validateFieldDeclarations(NavigableMap, Set) - Static method in class org.junit.jupiter.params.ResolverFacade
 
validateIndexedParameterDeclarations(int, List, List) - Static method in class org.junit.jupiter.params.ResolverFacade
 
validateIndexedParameters(NavigableMap, List) - Static method in class org.junit.jupiter.params.ResolverFacade
 
validateInvokedAtLeastOnce(long, ParameterizedDeclarationContext) - Static method in class org.junit.jupiter.params.ParameterizedInvocationContextProvider
 
validateLifecycleMethodParameters(Method, Annotation, ResolverFacade, ResolverFacade, Map) - Static method in class org.junit.jupiter.params.ResolverFacade
 
validateNames(EnumSource, Set, Set) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validateNestedTestClass(Class) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
validateNoClassTemplateInvocationLifecycleMethodsAreDeclared(Class, DiscoveryIssueReporter) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
validatePatterns(EnumSource, Set, Set) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validateProviders(ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.TemplateExecutor
 
validateRequiredArgumentsArePresent() - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
validateReservedIds(TestEngine) - Static method in class org.junit.platform.launcher.core.EngineIdValidator
 
validateResolvedType(Parameter, Object, Executable, ParameterResolver) - Static method in class org.junit.jupiter.engine.execution.ParameterResolutionUtils
 
validateTags(DiscoveryIssueReporter) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
validateUnique(String, String) - Method in class org.junit.platform.console.options.TestDiscoveryOptionsMixin.RuntimeConfigurationOptions
 
validateWellKnownClassName(TestEngine, String) - Static method in class org.junit.platform.launcher.core.EngineIdValidator
 
ValidatingInvocation(InvocationInterceptor.Invocation, List) - Constructor for class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
validator - Variable in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validOperators - Variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
 
value - Variable in class org.junit.jupiter.engine.extension.TimeoutDuration
 
value - Variable in class org.junit.jupiter.params.ResolverFacade.RequiredParameterCount
 
value - Variable in class org.junit.platform.console.command.CommandResult
 
value - Variable in class org.junit.platform.engine.DiscoverySelectorIdentifier
 
value - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
 
value - Variable in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
 
value - Variable in class org.junit.platform.engine.UniqueId.Segment
 
value() - Element in annotation type org.junit.jupiter.params.aggregator.AggregateWith
 
value() - Element in annotation type org.junit.jupiter.params.converter.ConvertWith
The type of ArgumentConverter to use.
value() - Element in annotation type org.junit.jupiter.params.converter.JavaTimeConversionPattern
The date/time conversion pattern.
value() - Element in annotation type org.junit.jupiter.params.Parameter
Returns the index of the parameter in the list of parameters.
value() - Element in annotation type org.junit.jupiter.params.provider.ArgumentsSource
The type of ArgumentsProvider to be used.
value() - Element in annotation type org.junit.jupiter.params.provider.ArgumentsSources
An array of one or more @ArgumentsSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.CsvFileSources
An array of one or more @CsvFileSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.CsvSource
The CSV records to use as the source of arguments; must not be empty.
value() - Element in annotation type org.junit.jupiter.params.provider.CsvSources
An array of one or more @CsvSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.EnumSource
The enum type that serves as the source of the enum constants.
value() - Element in annotation type org.junit.jupiter.params.provider.EnumSources
An array of one or more @EnumSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.FieldSource
The names of fields within the test class or in external classes to use as sources for arguments.
value() - Element in annotation type org.junit.jupiter.params.provider.FieldSources
An array of one or more @FieldSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.MethodSource
The names of factory methods within the test class or in external classes to use as sources for arguments.
value() - Element in annotation type org.junit.jupiter.params.provider.MethodSources
An array of one or more @MethodSource annotations.
value() - Element in annotation type org.junit.jupiter.params.provider.ValueSources
An array of one or more @ValueSource annotations.
value() - Method in class org.junit.jupiter.params.ResolverFacade.RequiredParameterCount
 
value() - Element in annotation type org.junit.platform.suite.api.ConfigurationParameter
The value to add to the discovery request for the specified key.
value() - Element in annotation type org.junit.platform.suite.api.ConfigurationParameters
An array of one or more @ConfigurationParameter declarations.
value() - Element in annotation type org.junit.platform.suite.api.ConfigurationParametersResource
The classpath location for the desired properties file; never null or blank.
value() - Element in annotation type org.junit.platform.suite.api.ConfigurationParametersResources
An array of one or more @ConfigurationParameterResource declarations.
value() - Element in annotation type org.junit.platform.suite.api.ExcludeClassNamePatterns
Regular expressions used to match against fully qualified class names.
value() - Element in annotation type org.junit.platform.suite.api.ExcludeEngines
One or more TestEngine IDs to be excluded from the test plan.
value() - Element in annotation type org.junit.platform.suite.api.ExcludePackages
One or more packages to exclude.
value() - Element in annotation type org.junit.platform.suite.api.ExcludeTags
One or more tags to exclude.
value() - Element in annotation type org.junit.platform.suite.api.IncludeClassNamePatterns
Regular expressions used to match against fully qualified class names.
value() - Element in annotation type org.junit.platform.suite.api.IncludeEngines
One or more TestEngine IDs to be included in the test plan.
value() - Element in annotation type org.junit.platform.suite.api.IncludePackages
One or more packages to include.
value() - Element in annotation type org.junit.platform.suite.api.IncludeTags
One or more tags to include.
value() - Element in annotation type org.junit.platform.suite.api.Select
One or more prefixed selector identifiers to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectClasses
One or more classes to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectClasspathResource
The name of the classpath resource to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectClasspathResources
An array of one or more @SelectClasspathResource declarations.
value() - Element in annotation type org.junit.platform.suite.api.SelectDirectories
One or more directories to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectFile
The file to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectFiles
An array of one or more @SelectFile declarations.
value() - Element in annotation type org.junit.platform.suite.api.SelectMethod
The fully qualified method name of the method to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectMethods
An array of one or more @SelectMethod declarations.
value() - Element in annotation type org.junit.platform.suite.api.SelectModules
One or more modules to select.
value() - Element in annotation type org.junit.platform.suite.api.SelectPackages
One or more fully qualified package names to select.
value() - Element in annotation type org.junit.platform.suite.api.Selects
An array of one or more @Select declarations.
value() - Element in annotation type org.junit.platform.suite.api.SelectUris
One or more URIs to select.
value() - Element in annotation type org.junit.platform.suite.api.SuiteDisplayName
Custom display name for the annotated class.
ValueArgumentsProvider - Class in org.junit.jupiter.params.provider
 
ValueArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
valueOf(String) - Static method in enum org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.engine.extension.TempDirectory.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.params.ArgumentCountValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.params.converter.DefaultArgumentConverter.LocaleConversionFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.params.ParameterizedClassContext.InjectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.jupiter.params.provider.NullEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.console.options.Details
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.console.output.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.console.output.Theme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.DiscoveryIssue.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.SelectorResolutionResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.TestDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.core.IterationOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.core.LauncherPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.EngineFilter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.tagexpression.Operator.Associativity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.testkit.engine.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.vintage.engine.execution.EventType
Returns the enum constant of this type with the specified name.
valueOf(Charset) - Static method in enum org.junit.platform.console.output.Theme
Returns the enum constant of this type with the specified name.
valueOf(TestExecutionResult) - Static method in enum org.junit.platform.console.output.Style
Returns the enum constant of this type with the specified name.
valueOf(TestIdentifier) - Static method in enum org.junit.platform.console.output.Style
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.engine.discovery.predicates.TestClassPredicates.NestedClassInvalidityReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.engine.extension.TempDirectory.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.ArgumentCountValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.converter.DefaultArgumentConverter.LocaleConversionFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.ParameterizedClassContext.InjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.provider.NullEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.console.command.CustomClassLoaderCloseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.console.options.Details
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.console.output.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.console.output.Theme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.discovery.DiscoverySelectorIdentifierParsers.Singleton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.DiscoveryIssue.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.SelectorResolutionResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.TestDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.core.IterationOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.core.LauncherPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener.Outcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.EngineDiscoveryResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.EngineFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.tagexpression.Operator.Associativity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.testkit.engine.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.vintage.engine.execution.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSource - Annotation Type in org.junit.jupiter.params.provider
@ValueSource is a repeatable ArgumentsSource which provides access to an array of literal values.
ValueSources - Annotation Type in org.junit.jupiter.params.provider
@ValueSources is a simple container for one or more ValueSource annotations.
valuesStore - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
valuesStore - Variable in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
verb - Variable in enum org.junit.platform.launcher.EngineFilter.Type
 
VERBOSE - Enum constant in enum org.junit.platform.console.options.Details
Combines Details.TREE and Details.FLAT modes.
VerboseTreePrintingListener - Class in org.junit.platform.console.output
 
VerboseTreePrintingListener(PrintWriter, ColorPalette, int, Theme) - Constructor for class org.junit.platform.console.output.VerboseTreePrintingListener
 
VerifierAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
VerifierAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
 
VerifierSupport - Class in org.junit.jupiter.migrationsupport.rules
This Extension provides native support for subclasses of the Verifier rule from JUnit 4.
VerifierSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
verifyInvokedAtLeastOnce() - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
 
versionHelpRequested - Variable in class org.junit.platform.console.command.BaseCommand
 
versionHelpRequested - Variable in class org.junit.platform.console.command.MainCommand
 
versionPattern - Static variable in class org.junit.vintage.engine.JUnit4VersionCheck
 
vertical() - Method in enum org.junit.platform.console.output.Theme
 
verticals - Variable in class org.junit.platform.console.output.VerboseTreePrintingListener
 
verticals() - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
verticals(int) - Method in class org.junit.platform.console.output.VerboseTreePrintingListener
 
VintageDescriptors() - Constructor for class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
VintageDescriptors(List) - Constructor for class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
VintageDescriptors(VintageTestDescriptor) - Constructor for class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
 
VintageDiscoverer - Class in org.junit.vintage.engine.discovery
 
VintageDiscoverer() - Constructor for class org.junit.vintage.engine.discovery.VintageDiscoverer
 
VintageEngineDescriptor - Class in org.junit.vintage.engine.descriptor
 
VintageEngineDescriptor(UniqueId) - Constructor for class org.junit.vintage.engine.descriptor.VintageEngineDescriptor
 
VintageExecutor - Class in org.junit.vintage.engine.execution
 
VintageExecutor(VintageEngineDescriptor, EngineExecutionListener, ExecutionRequest) - Constructor for class org.junit.vintage.engine.execution.VintageExecutor
 
VintageTestDescriptor - Class in org.junit.vintage.engine.descriptor
 
VintageTestDescriptor(UniqueId, Description, String, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
VintageTestDescriptor(UniqueId, Description, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
VintageTestEngine - Class in org.junit.vintage.engine
The JUnit Vintage TestEngine.
VintageTestEngine() - Constructor for class org.junit.vintage.engine.VintageTestEngine
 
visible - Variable in class org.junit.platform.console.output.TreeNode
 
visit(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
 
visit(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
 
visit(TestDescriptor) - Method in class org.junit.platform.engine.CompositeTestDescriptorVisitor
 
visit(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor.Visitor
visit(TestIdentifier) - Method in interface org.junit.platform.launcher.TestPlan.Visitor
Called for all test identifiers regardless of their type.
visitorCreators - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
 
visitorCreators - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
 
visitors - Variable in class org.junit.platform.engine.CompositeTestDescriptorVisitor
 
visitors - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
 

W

walk(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
walk(TestDescriptor, TestDescriptor, NodeExecutionAdvisor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
 
warnAboutUnfilterableRunner() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
warnIfAllEnginesExcluded() - Method in class org.junit.platform.launcher.core.EngineFilterer
 
WARNING - Enum constant in enum org.junit.platform.engine.DiscoveryIssue.Severity
Indicates that the engine encountered something that is problematic and might lead to unexpected behavior or will be removed or changed in a future release.
wasFiltered - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
wasSuccessful() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
 
WELL_KNOWN_PACKAGES - Static variable in class org.junit.platform.launcher.core.ClasspathAlignmentChecker
 
withExtensionContext(ExtensionContext) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withExtensionRegistry(MutableExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withInterceptedStreams(ConfigurationParameters, ListenerRegistry, Consumer) - Method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
 
withListener(EngineExecutionListener) - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
 
withMessage(UnaryOperator) - Method in interface org.junit.platform.engine.DiscoveryIssue
Create a copy of this issue with the modified message produced by the supplied operator.
withNesting(ResourceLock) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ThreadLock
 
withoutIndexFiltering() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
 
withoutIndexFiltering() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
 
WithoutIndexFiltering() - Constructor for class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
 
withPosition(FilePosition) - Method in class org.junit.platform.engine.support.descriptor.FileSource
Returns a FileSource based on this instance but with the supplied FilePosition.
withRequestLevelStore(Consumer) - Static method in class org.junit.platform.testkit.engine.EngineTestKit
 
withRetainedEngines(Predicate) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
 
withTestInstancesProvider(TestInstancesProvider) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withThrowableCollector(ThrowableCollector) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateInvocationTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Returns shallow copy (without children) of this descriptor with the supplied unique ID.
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
withUniqueId(UnaryOperator) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
WorkerThread(ForkJoinPool, ClassLoader) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThread
 
WorkerThreadFactory() - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
 
WORKING_DIR_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.listeners.UniqueIdTrackingListener
 
write(byte[]) - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
write(byte[], int, int) - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
write(int) - Method in class org.junit.platform.launcher.core.StreamInterceptor
 
writeObject(ObjectOutputStream) - Method in class org.junit.platform.launcher.TestIdentifier
 
wrongNumberOfArgumentsMessages(String, int, String, String) - Method in class org.junit.jupiter.params.ArgumentCountValidator
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form