- abort() - Static method in class org.junit.jupiter.api.Assumptions
-
Abort the test without a message.
- abort(String) - Static method in class org.junit.jupiter.api.Assumptions
-
Abort the test with the given message.
- abort(Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Abort the test with the supplied message.
- 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() - Method in class org.junit.platform.testkit.engine.Events
-
Get the aborted
Events contained in this
Events object.
- aborted(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected aborted events.
- aborted() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the aborted
Executions contained in this
Executions object.
- abortedExecutionPredicate - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
-
- abortedExecutionPredicate - Variable in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
- abortedWithReason(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- abortOnFailure() - Static method in class org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
-
- AbortOnFailureLauncherDiscoveryListener - Class in org.junit.platform.launcher.listeners.discovery
-
- AbortOnFailureLauncherDiscoveryListener() - Constructor for class org.junit.platform.launcher.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
-
- AbstractAnnotatedDescriptorWrapper<E extends java.lang.reflect.AnnotatedElement> - 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 extends TestDescriptor> - Class in org.junit.jupiter.engine.descriptor
-
- AbstractExtensionContext(ExtensionContext, EngineExecutionListener, T, JupiterConfiguration, ExecutableInvoker) - Constructor for class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- AbstractOrderingVisitor<PARENT extends TestDescriptor,CHILD extends TestDescriptor,WRAPPER extends AbstractAnnotatedDescriptorWrapper<?>> - Class in org.junit.jupiter.engine.discovery
-
Abstract base class for visitors that
order children nodes.
- AbstractOrderingVisitor() - Constructor for class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
-
- AbstractOrderingVisitor.DescriptorWrapperOrderer - Class in org.junit.jupiter.engine.discovery
-
- AbstractOrderingVisitor.MessageGenerator - Interface in org.junit.jupiter.engine.discovery
-
- AbstractOsBasedExecutionCondition<A extends java.lang.annotation.Annotation> - Class in org.junit.jupiter.api.condition
-
- AbstractOsBasedExecutionCondition(Class<A>) - Constructor for class org.junit.jupiter.api.condition.AbstractOsBasedExecutionCondition
-
- AbstractRepeatableAnnotationCondition<A extends java.lang.annotation.Annotation> - Class in org.junit.jupiter.api.condition
-
Abstract base class for
ExecutionCondition implementations that support
repeatable annotations.
- AbstractRepeatableAnnotationCondition(Class<A>) - Constructor for class org.junit.jupiter.api.condition.AbstractRepeatableAnnotationCondition
-
- AbstractTestDescriptor - Class in org.junit.platform.engine.support.descriptor
-
- 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<? extends TestRule>) - 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(T) - Method in interface org.junit.jupiter.api.function.ThrowingConsumer
-
Consume the supplied argument, potentially throwing an exception.
- 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(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<TestEngine, TestDescriptor>, TestDescriptor.Visitor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- acceptsExtensionContextOrNoArguments(Method) - Method in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- accessStore(Supplier<T>) - 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
-
- actual - Variable in class org.junit.jupiter.api.AssertionFailureBuilder
-
- actual(Object) - Method in class org.junit.jupiter.api.AssertionFailureBuilder
-
Set the actual value of the assertion.
- actualLines - Variable in class org.junit.jupiter.api.AssertLinesMatch.LinesMatcher
-
- adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
-
- adaptFilter(Filter<V>, Function<T, V>) - 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(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- add(T) - Method in class org.junit.platform.launcher.core.ListenerRegistry
-
- add(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
- add(VintageTestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
-
- addAll(T...) - Method in class org.junit.platform.launcher.core.ListenerRegistry
-
- addAll(Collection<? extends T>) - Method in class org.junit.platform.launcher.core.ListenerRegistry
-
- addCategoriesAsTags(Set<TestTag>) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- 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
-
- addClassContainerSelectorResolver(Predicate<Class<?>>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
- addDynamicDescription(TestIdentifier, UniqueId) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
-
- addFailure(TestIdentifier, Throwable) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
-
- addFilter(TestDescriptor, Function<RunnerTestDescriptor, Filter>) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
-
- addInternal(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- addInternal(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
- 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.
- addListener(LogRecordListener) - Static method in class org.junit.platform.commons.logging.LoggerFactory
-
- addPostDiscoveryFilters(PostDiscoveryFilter...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Add all of the supplied filters to the configuration.
- addSelectorResolver(SelectorResolver) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
- addSelectorResolver(Function<EngineDiscoveryRequestResolver.InitializationContext<T>, SelectorResolver>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
- addTagsFromParent(Set<TestTag>) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- addTestDescriptorVisitor(Function<EngineDiscoveryRequestResolver.InitializationContext<T>, TestDescriptor.Visitor>) - 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<TestDescriptor, Optional<T>>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
-
- addToParent(Supplier<DiscoverySelector>, Function<TestDescriptor, Optional<T>>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
-
- addToParent(Function<TestDescriptor, Optional<T>>) - 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<DiscoverySelector>, Function<TestDescriptor, Optional<T>>) - 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(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- 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
-
- 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.
- AfterAll - Annotation Type in org.junit.jupiter.api
-
@AfterAll is used to signal that the annotated method should be
executed after all tests in the current test class.
- afterAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterAllCallback
-
Callback that is invoked once after all tests in the current
container.
- AfterAllCallback - Interface in org.junit.jupiter.api.extension
-
AfterAllCallback defines the API for
Extensions
that wish to provide additional behavior to test containers
once
after all tests in the container have been executed.
- afterAllMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- AfterEach - Annotation Type in org.junit.jupiter.api
-
@AfterEach is used to signal that the annotated method should be
executed after each @Test,
@RepeatedTest, @ParameterizedTest, @TestFactory,
and @TestTemplate method in the current test class.
- afterEach(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterEachCallback
-
Callback that is invoked after an individual test and any
user-defined teardown methods for that test have been executed.
- 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
-
- AfterEachCallback - Interface in org.junit.jupiter.api.extension
-
AfterEachCallback defines the API for
Extensions
that wish to provide additional behavior to tests after an individual test
and any user-defined teardown methods (e.g.,
@AfterEach methods) for that test
have been executed.
- AfterEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
-
Functional interface for registering an
@AfterEach method
as a pseudo-extension.
- afterTestExecution(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterTestExecutionCallback
-
Callback that is invoked immediately after an individual test has
been executed but before any user-defined teardown methods have been
executed for that test.
- afterTestExecution(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestParameterResolver
-
- AfterTestExecutionCallback - Interface in org.junit.jupiter.api.extension
-
AfterTestExecutionCallback defines the API for
Extensions that wish to provide additional behavior to tests
immediately after an individual test has been executed but
before any user-defined teardown methods (e.g.,
@AfterEach methods) have been executed
for that test.
- aggregateArguments(ArgumentsAccessor, ParameterContext) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAggregator
-
Aggregate the arguments contained in the supplied accessor into a
single object.
- AggregateWith - Annotation Type in org.junit.jupiter.params.aggregator
-
- Aggregator(ArgumentsAggregator) - Constructor for class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
-
- 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
-
- 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(Set<Integer>) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
-
- allowUniqueIdPrefix(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
-
- Alphanumeric() - Constructor for class org.junit.jupiter.api.MethodOrderer.Alphanumeric
-
Deprecated.
- 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
-
- And - Static variable in class org.junit.platform.launcher.tagexpression.Operators
-
- and(TagExpression, TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
-
- andThen(Function<V, Try<U>>) - Method in class org.junit.platform.commons.function.Try
-
If this Try is a success, apply the supplied function to its
value and return the resulting Try; if this Try is a
failure, do nothing.
- andThen(Function<V, Try<U>>) - Method in class org.junit.platform.commons.function.Try.Failure
-
- andThen(Function<V, Try<U>>) - Method in class org.junit.platform.commons.function.Try.Success
-
- andThenTry(Try.Transformer<V, U>) - Method in class org.junit.platform.commons.function.Try
-
If this Try is a success, apply the supplied transformer to its
value and return a new successful or failed Try depending on the
transformer's outcome; if this Try is a failure, do nothing.
- andThenTry(Try.Transformer<V, U>) - Method in class org.junit.platform.commons.function.Try.Failure
-
- andThenTry(Try.Transformer<V, U>) - Method in class org.junit.platform.commons.function.Try.Success
-
- 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
-
- AnnotatedElementContext - Interface in org.junit.jupiter.api.extension
-
AnnotatedElementContext encapsulates the
context in which an
AnnotatedElement is declared.
- annotation - Variable in class org.junit.jupiter.params.converter.AnnotationBasedArgumentConverter
-
- annotation - Variable in class org.junit.jupiter.params.provider.AnnotationBasedArgumentsProvider
-
- AnnotationBasedArgumentConverter<A extends java.lang.annotation.Annotation> - 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 extends java.lang.annotation.Annotation> - 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 extends java.lang.annotation.Annotation> - 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
-
- annotationParameterIndex - Variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
-
- AnnotationSupport - Class in org.junit.platform.commons.support
-
AnnotationSupport provides static utility methods for common tasks
regarding annotations — for example, checking if a class, method, or
field is annotated with a particular annotation; finding annotations on a
given class, method, or field; finding fields or methods annotated with
a particular annotation, etc.
- AnnotationSupport() - Constructor for class org.junit.platform.commons.support.AnnotationSupport
-
- annotationType - Variable in class org.junit.jupiter.api.condition.AbstractOsBasedExecutionCondition
-
- annotationType - Variable in class org.junit.jupiter.api.condition.AbstractRepeatableAnnotationCondition
-
- annotationType - Variable in class org.junit.jupiter.api.condition.BooleanExecutionCondition
-
- annotationType - Variable in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- annotationType - Variable in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
-
- AnnotationUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with annotations.
- AnnotationUtils() - Constructor for class org.junit.platform.commons.util.AnnotationUtils
-
- any() - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
-
- append(Object...) - Method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
-
Create a new namespace by appending the supplied parts to the
existing sequence of parts in this namespace.
- append(String, Object) - Method in class org.junit.platform.commons.util.ToStringBuilder
-
- 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(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.
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<E>, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
-
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<T>) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
-
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<Void>) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.VoidInterceptorCall
-
- apply(S) - Method in interface org.junit.platform.commons.function.Try.Transformer
-
Apply this transformer to the supplied value.
- apply(T) - Method in class org.junit.platform.engine.CompositeFilter
-
- 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(T) - Method in interface org.junit.platform.engine.Filter
-
Apply this filter to the supplied object.
- apply(TestEngine) - Method in class org.junit.platform.launcher.EngineFilter
-
- apply(Description) - Method in class org.junit.vintage.engine.support.UniqueIdReader
-
- apply(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
-
- applyFilters(Consumer<RunnerTestDescriptor>) - 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<TestEngine, TestDescriptor>, List<PostDiscoveryFilter>) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- areAllFinishedOrSkipped(Set<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.execution.TestRun
-
- ARGUMENT_MAX_LENGTH_KEY - Static variable in class org.junit.jupiter.params.ParameterizedTestExtension
-
- ArgumentAccessException - Exception 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 org.junit.jupiter.params.aggregator.ArgumentAccessException
-
- ArgumentAccessException(String, Throwable) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentAccessException
-
- ArgumentConversionException - Exception 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 org.junit.jupiter.params.converter.ArgumentConversionException
-
- ArgumentConversionException(String, Throwable) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
-
- 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.
- argumentConverter - Variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Converter
-
- argumentMaxLength - Variable in class org.junit.jupiter.params.ParameterizedTestNameFormatter
-
- 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.aggregator.DefaultArgumentsAccessor
-
- arguments(ArgumentsProvider, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedTestExtension
-
- arguments - Variable in class org.junit.jupiter.params.ParameterizedTestInvocationContext
-
- arguments - Variable in class org.junit.jupiter.params.ParameterizedTestParameterResolver
-
- 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(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_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
-
Placeholder for the complete, comma-separated arguments list of the
current invocation of a @ParameterizedTest method:
{arguments}
- ARGUMENTS_WITH_NAMES_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
-
Placeholder for the complete, comma-separated named arguments list
of the current invocation of a @ParameterizedTest method:
{argumentsWithNames}
- ArgumentsAccessor - Interface in org.junit.jupiter.params.aggregator
-
- ArgumentsAggregationException - Exception 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 org.junit.jupiter.params.aggregator.ArgumentsAggregationException
-
- ArgumentsAggregationException(String, Throwable) - Constructor for exception org.junit.jupiter.params.aggregator.ArgumentsAggregationException
-
- 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.
- argumentsAggregator - Variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
-
- argumentsPattern(Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
-
- ArgumentsProvider - Interface in org.junit.jupiter.params.provider
-
An
ArgumentsProvider is responsible for
providing a stream of arguments to be passed to a
@ParameterizedTest
method.
- ArgumentsSource - Annotation Type in org.junit.jupiter.params.provider
-
@ArgumentsSource is a repeatable annotation
that is used to register
argument providers
for the annotated test method.
- ArgumentsSources - Annotation Type in org.junit.jupiter.params.provider
-
@ArgumentsSources is a simple container for one or more
ArgumentsSource annotations.
- argumentsWithNamesPattern(Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
-
- arity - Variable in class org.junit.platform.launcher.tagexpression.Operator
-
- around(C, Node.Invocation<C>) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
- 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 - Class in org.junit.jupiter.api
-
AssertAll is a collection of utility methods that support asserting
multiple conditions in tests at once.
- AssertAll() - Constructor for class org.junit.jupiter.api.AssertAll
-
- assertAll(Executable...) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(Collection<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(String, Collection<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
-
- assertAll(Executable...) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(String, Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied executables do not throw
exceptions.
- assertAll(String, Stream<Assertions.Executable>) - Static method in class org.junit.platform.testkit.engine.Assertions
-
- assertAll() - Method in class org.junit.platform.testkit.engine.EventStatistics
-
- assertArrayElementsEqual(Object, Object, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- AssertArrayEquals - Class in org.junit.jupiter.api
-
AssertArrayEquals is a collection of utility methods that support asserting
array equality in tests.
- AssertArrayEquals() - Constructor for class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(boolean[], boolean[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(char[], char[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(byte[], byte[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(short[], short[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(int[], int[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(long[], long[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(float[], float[], float, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(double[], double[], double, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(Object[], Object[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual boolean arrays are equal.
- assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual boolean arrays are equal.
- assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual boolean arrays are equal.
- assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual char arrays are equal.
- assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual char arrays are equal.
- assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual char arrays are equal.
- assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual byte arrays are equal.
- assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual byte arrays are equal.
- assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual byte arrays are equal.
- assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual short arrays are equal.
- assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual short arrays are equal.
- assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual short arrays are equal.
- assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual int arrays are equal.
- assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual int arrays are equal.
- assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual int arrays are equal.
- assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual long arrays are equal.
- assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual long arrays are equal.
- assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual long arrays are equal.
- assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal.
- assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal.
- assertArrayEquals(float[], float[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal.
- assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal within the given non-negative delta.
- assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal within the given non-negative delta.
- assertArrayEquals(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual float arrays are equal within the given non-negative delta.
- assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal.
- assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal.
- assertArrayEquals(double[], double[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal.
- assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal within the given non-negative delta.
- assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal within the given non-negative delta.
- assertArrayEquals(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual double arrays are equal within the given non-negative delta.
- assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual object arrays are deeply equal.
- assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual object arrays are deeply equal.
- assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual object arrays are deeply equal.
- assertArraysHaveSameLength(int, int, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- assertArraysNotNull(Object, Object, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- AssertDoesNotThrow - Class in org.junit.jupiter.api
-
AssertDoesNotThrow is a collection of utility methods that support
explicitly asserting that a given code block does not throw an exception.
- AssertDoesNotThrow() - Constructor for class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(Executable) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(Executable, String) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(Executable, Object) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(ThrowingSupplier<T>, Object) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
-
- assertDoesNotThrow(Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable does
not throw any kind of exception.
- assertDoesNotThrow(Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable does
not throw any kind of exception.
- assertDoesNotThrow(Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable does
not throw any kind of exception.
- assertDoesNotThrow(ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier does
not throw any kind of exception.
- assertDoesNotThrow(ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier does
not throw any kind of exception.
- assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier does
not throw any kind of exception.
- 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 - Class in org.junit.jupiter.api
-
AssertEquals is a collection of utility methods that support asserting
equality on objects and primitives in tests.
- AssertEquals() - Constructor for class org.junit.jupiter.api.AssertEquals
-
- assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(char, char) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(short, short) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(int, int) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(long, long) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
-
- assertEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(int, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Integer, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal within the given non-negative delta.
- assertEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(char, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(char, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(char, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Character, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are equal.
- assertEquals(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
-
- assertEventsMatchExactly(Condition<? super Event>...) - Method in class org.junit.platform.testkit.engine.Events
-
Assert that all
events contained in this
Events
object exactly match the provided conditions.
- assertEventsMatchExactly(List<Event>, Condition<? super Event>...) - Static method in class org.junit.platform.testkit.engine.Events
-
- assertEventsMatchLoosely(Condition<? super Event>...) - 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.
- assertEventsMatchLoosely(List<Event>, Condition<? super Event>...) - Static method in class org.junit.platform.testkit.engine.Events
-
- assertEventsMatchLooselyInOrder(Condition<? super Event>...) - Method in class org.junit.platform.testkit.engine.Events
-
Assert that all provided conditions are matched by an
event
contained in this
Events object.
- assertEventsMatchLooselyInOrder(List<Event>, Condition<? super Event>...) - Static method in class org.junit.platform.testkit.engine.Events
-
- AssertFalse - Class in org.junit.jupiter.api
-
AssertFalse is a collection of utility methods that support asserting
false in tests.
- AssertFalse() - Constructor for class org.junit.jupiter.api.AssertFalse
-
- assertFalse(boolean) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
-
- assertFalse(boolean) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is false.
- assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is false.
- assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is false.
- assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is false.
- assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is false.
- assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is false.
- AssertInstanceOf - Class in org.junit.jupiter.api
-
AssertInstanceOf is a collection of utility methods that support
asserting that an object is of an expected type — in other words, if it
can be assigned to the expected type.
- AssertInstanceOf() - Constructor for class org.junit.jupiter.api.AssertInstanceOf
-
- assertInstanceOf(Class<T>, Object) - Static method in class org.junit.jupiter.api.AssertInstanceOf
-
- assertInstanceOf(Class<T>, Object, String) - Static method in class org.junit.jupiter.api.AssertInstanceOf
-
- assertInstanceOf(Class<T>, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertInstanceOf
-
- assertInstanceOf(Class<T>, Object, Object) - Static method in class org.junit.jupiter.api.AssertInstanceOf
-
- assertInstanceOf(Class<T>, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied actualValue is an instance of the
expectedType.
- assertInstanceOf(Class<T>, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied actualValue is an instance of the
expectedType.
- assertInstanceOf(Class<T>, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied actualValue is an instance of the
expectedType.
- assertionFailure() - Static method in class org.junit.jupiter.api.AssertionFailureBuilder
-
Create a new AssertionFailureBuilder.
- AssertionFailureBuilder - Class in org.junit.jupiter.api
-
Builder for AssertionFailedErrors.
- AssertionFailureBuilder() - Constructor for class org.junit.jupiter.api.AssertionFailureBuilder
-
- Assertions - Class in org.junit.jupiter.api
-
Assertions is a collection of utility methods that support asserting
conditions in tests.
- Assertions() - Constructor for class org.junit.jupiter.api.Assertions
-
Protected constructor allowing subclassing but not direct instantiation.
- 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
-
- Assertions.TimeoutFailureFactory<T extends java.lang.Throwable> - Interface in org.junit.jupiter.api
-
Factory for timeout failures.
- AssertionUtils - Class in org.junit.jupiter.api
-
AssertionUtils is a collection of utility methods that are common to
all assertion implementations.
- AssertionUtils() - Constructor for class org.junit.jupiter.api.AssertionUtils
-
- assertIterableElementsEqual(Object, Object, Deque<Integer>, Object, Map<AssertIterableEquals.Pair, AssertIterableEquals.Status>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual iterables are deeply equal.
- assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual iterables are deeply equal.
- assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual iterables are deeply equal.
- AssertIterableEquals - Class in org.junit.jupiter.api
-
AssertIterable is a collection of utility methods that support asserting
Iterable equality in tests.
- AssertIterableEquals() - Constructor for class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIterableEquals(Iterable<?>, Iterable<?>, Deque<Integer>, Object, Map<AssertIterableEquals.Pair, AssertIterableEquals.Status>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- AssertIterableEquals.Pair - Class in org.junit.jupiter.api
-
- AssertIterableEquals.Status - Enum in org.junit.jupiter.api
-
- assertIterablesNotNull(Object, Object, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertIteratorsAreEmpty(Iterator<?>, Iterator<?>, int, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- assertLinesMatch(List<String>, List<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected list of Strings matches actual
list.
- assertLinesMatch(List<String>, List<String>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected list of Strings matches actual
list.
- assertLinesMatch(List<String>, List<String>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected list of Strings matches actual
list.
- assertLinesMatch(Stream<String>, Stream<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected stream of Strings matches actual
stream.
- assertLinesMatch(Stream<String>, Stream<String>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected stream of Strings matches actual
stream.
- assertLinesMatch(Stream<String>, Stream<String>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected stream of Strings matches actual
stream.
- AssertLinesMatch - Class in org.junit.jupiter.api
-
AssertLinesMatch is a collection of utility methods that support asserting
lines of String equality or Pattern-match in tests.
- AssertLinesMatch() - Constructor for class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(List<String>, List<String>) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(List<String>, List<String>, String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(Stream<String>, Stream<String>) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(Stream<String>, Stream<String>, String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(Stream<String>, Stream<String>, Object) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch(List<String>, List<String>, Object) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- assertLinesMatch() - Method in class org.junit.jupiter.api.AssertLinesMatch.LinesMatcher
-
- AssertLinesMatch.LinesMatcher - Class in org.junit.jupiter.api
-
- assertLinesMatchWithFastForward() - Method in class org.junit.jupiter.api.AssertLinesMatch.LinesMatcher
-
- assertNonFinalField(Field) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
- assertNonStatic(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- assertNotEquals(byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(int, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Integer, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal
within the given delta.
- assertNotEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(char, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(char, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(char, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Character, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that expected and actual are not equal.
- AssertNotEquals - Class in org.junit.jupiter.api
-
AssertNotEquals is a collection of utility methods that support asserting
inequality in objects and primitive values in tests.
- AssertNotEquals() - Constructor for class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(byte, byte) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(short, short) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(short, short, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(int, int) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(int, int, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(long, long) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(long, long, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float, float) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double, double) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(char, char) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(char, char, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- assertNotNull(Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is not null.
- assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is not null.
- assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is not null.
- AssertNotNull - Class in org.junit.jupiter.api
-
AssertNotNull is a collection of utility methods that support asserting
that there is an object.
- AssertNotNull() - Constructor for class org.junit.jupiter.api.AssertNotNull
-
- assertNotNull(Object) - Static method in class org.junit.jupiter.api.AssertNotNull
-
- assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNotNull
-
- assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotNull
-
- assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the unexpected object and the actual
object are not the same object.
- assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the unexpected object and the actual
object are not the same object.
- assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the unexpected object and the actual
object are not the same object.
- AssertNotSame - Class in org.junit.jupiter.api
-
AssertNotSame is a collection of utility methods that support asserting
two objects are not the same.
- AssertNotSame() - Constructor for class org.junit.jupiter.api.AssertNotSame
-
- assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotSame
-
- assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertNotSame
-
- assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotSame
-
- assertNull(Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is null.
- assertNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is null.
- assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that actual is null.
- AssertNull - Class in org.junit.jupiter.api
-
AssertNull is a collection of utility methods that support asserting
there is no object.
- AssertNull() - Constructor for class org.junit.jupiter.api.AssertNull
-
- assertNull(Object) - Static method in class org.junit.jupiter.api.AssertNull
-
- assertNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNull
-
- assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNull
-
- assertSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the expected object and the actual object
are the same object.
- assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the expected object and the actual object
are the same object.
- assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the expected object and the actual object
are the same object.
- AssertSame - Class in org.junit.jupiter.api
-
AssertSame is a collection of utility methods that support asserting
two objects are the same.
- AssertSame() - Constructor for class org.junit.jupiter.api.AssertSame
-
- assertSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertSame
-
- assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertSame
-
- assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertSame
-
- assertStatic(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- assertStatistics(Consumer<EventStatistics>) - Method in class org.junit.platform.testkit.engine.Events
-
Assert statistics for the
events contained in this
Events object.
- assertSupportedType(String, Class<?>) - 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()).
- assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of the expectedType and return the exception.
- assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of the expectedType and return the exception.
- assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of the expectedType and return the exception.
- AssertThrows - Class in org.junit.jupiter.api
-
AssertThrows is a collection of utility methods that support asserting
an exception of an expected type is thrown.
- AssertThrows() - Constructor for class org.junit.jupiter.api.AssertThrows
-
- assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.AssertThrows
-
- assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.AssertThrows
-
- assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertThrows
-
- assertThrows(Class<T>, Executable, Object) - Static method in class org.junit.jupiter.api.AssertThrows
-
- assertThrowsExactly(Class<T>, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of exactly the expectedType and return the exception.
- assertThrowsExactly(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of exactly the expectedType and return the exception.
- assertThrowsExactly(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable throws
an exception of exactly the expectedType and return the exception.
- AssertThrowsExactly - Class in org.junit.jupiter.api
-
AssertThrowsExactly is a collection of utility methods that support asserting
an exception of an exact type is thrown.
- AssertThrowsExactly() - Constructor for class org.junit.jupiter.api.AssertThrowsExactly
-
- assertThrowsExactly(Class<T>, Executable) - Static method in class org.junit.jupiter.api.AssertThrowsExactly
-
- assertThrowsExactly(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.AssertThrowsExactly
-
- assertThrowsExactly(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertThrowsExactly
-
- assertThrowsExactly(Class<T>, Executable, Object) - Static method in class org.junit.jupiter.api.AssertThrowsExactly
-
- assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeout(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- AssertTimeout - Class in org.junit.jupiter.api
-
AssertTimeout is a collection of utility methods that support asserting
the execution of the code under test did not take longer than the timeout duration.
- AssertTimeout() - Constructor for class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeout(Duration, ThrowingSupplier<T>, Object) - Static method in class org.junit.jupiter.api.AssertTimeout
-
- assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied executable
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>, Assertions.TimeoutFailureFactory<E>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied supplier
completes before the given timeout is exceeded.
- AssertTimeoutPreemptively - Class in org.junit.jupiter.api
-
AssertTimeout is a collection of utility methods that support asserting
the execution of the code under test did not take longer than the timeout duration
using a preemptive approach.
- AssertTimeoutPreemptively() - Constructor for class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>, Assertions.TimeoutFailureFactory<E>) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- AssertTimeoutPreemptively.ExecutionTimeoutException - Exception in org.junit.jupiter.api
-
- AssertTimeoutPreemptively.TimeoutThreadFactory - Class in org.junit.jupiter.api
-
The thread factory used for preemptive timeout.
- assertTrue(boolean) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is true.
- assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is true.
- assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is true.
- assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is true.
- assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied condition is true.
- assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by booleanSupplier is true.
- AssertTrue - Class in org.junit.jupiter.api
-
AssertTrue is a collection of utility methods that support asserting
true in tests.
- AssertTrue() - Constructor for class org.junit.jupiter.api.AssertTrue
-
- assertTrue(boolean) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
-
- assertValidDelta(float) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- assertValidDelta(double) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- assertVoid(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- associativity - Variable in class org.junit.platform.launcher.tagexpression.Operator
-
- Associativity() - Constructor for enum org.junit.platform.launcher.tagexpression.Operator.Associativity
-
- assumeFalse(boolean) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(boolean) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumeTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumingThat(BooleanSupplier, Executable) - Static method in class org.junit.jupiter.api.Assumptions
-
Execute the supplied
Executable, but only if the supplied
assumption is valid.
- assumingThat(boolean, Executable) - Static method in class org.junit.jupiter.api.Assumptions
-
Execute the supplied
Executable, but only if the supplied
assumption is valid.
- ASSUMPTION_VIOLATED_EXCEPTION - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
-
- Assumptions - Class in org.junit.jupiter.api
-
Assumptions is a collection of utility methods that support
conditional test execution based on assumptions.
- Assumptions() - Constructor for class org.junit.jupiter.api.Assumptions
-
Protected constructor allowing subclassing but not direct instantiation.
- autoCloseable - Variable in class org.junit.jupiter.params.ParameterizedTestParameterResolver.CloseableArgument
-
- 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
-
- 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_ALL_PATTERN - Static variable in class org.junit.platform.commons.util.ClassNamePatternFilterUtils
-
- 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(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the message from the provided messageSupplier at debug level.
- debug(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the provided Throwable and message from the provided
messageSupplier at debug level.
- debug(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- debug(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- debug() - Method in class org.junit.platform.testkit.engine.Events
-
Print all events to System.out.
- debug(OutputStream) - Method in class org.junit.platform.testkit.engine.Events
-
Print all events to the supplied OutputStream.
- debug(Writer) - Method in class org.junit.platform.testkit.engine.Events
-
Print all events to the supplied Writer.
- debug(PrintWriter) - Method in class org.junit.platform.testkit.engine.Events
-
- 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.Executions
-
Print all executions to the supplied OutputStream.
- debug(Writer) - Method in class org.junit.platform.testkit.engine.Executions
-
Print all executions to the supplied Writer.
- debug(PrintWriter) - Method in class org.junit.platform.testkit.engine.Executions
-
- decode(String) - Static method in class org.junit.platform.engine.UniqueIdFormat
-
- decorate(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, 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.
- DEFAULT - Static variable in annotation type org.junit.jupiter.api.Order
-
Default order value for elements not explicitly annotated with @Order,
equal to the value of Integer.MAX_VALUE / 2.
- DEFAULT - Static variable in interface org.junit.jupiter.engine.extension.TempDirectory.FileOperations
-
- DEFAULT - Static variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
-
- DEFAULT - Static variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Converter
-
- 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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@AfterAll methods: "junit.jupiter.execution.timeout.afterall.method.default".
- 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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@AfterEach methods: "junit.jupiter.execution.timeout.aftereach.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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@BeforeAll methods: "junit.jupiter.execution.timeout.beforeall.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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@BeforeEach methods: "junit.jupiter.execution.timeout.beforeeach.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 annotation type org.junit.jupiter.api.parallel.Execution
-
Property name used to set the default test execution mode for top-level
classes: "junit.jupiter.execution.parallel.mode.classes.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_CLEANUP_MODE_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.io.TempDir
-
The name of the configuration parameter that is used to configure the
default
CleanupMode.
- DEFAULT_DELIMITER - Static variable in class org.junit.jupiter.params.provider.CsvParserFactory
-
- 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 annotation type org.junit.jupiter.params.ParameterizedTest
-
Default display name pattern for the current invocation of a
@ParameterizedTest method: "[{index}] {argumentsWithNames}"
- DEFAULT_DISPLAY_NAME - Static variable in class org.junit.jupiter.params.ParameterizedTestExtension
-
- 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_EXECUTION_MODE_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.parallel.Execution
-
Property name used to set the default test execution mode: "junit.jupiter.execution.parallel.mode.default"
- DEFAULT_EXECUTION_MODE_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
-
- DEFAULT_FACTORY_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.io.TempDir
-
Property name used to set the default temporary directory factory class name:
"junit.jupiter.tempdir.factory.default"
- DEFAULT_GENERATOR - Static variable in annotation type org.junit.jupiter.api.IndicativeSentencesGeneration
-
- DEFAULT_GENERATOR_PROPERTY_NAME - Static variable in interface org.junit.jupiter.api.DisplayNameGenerator
-
Property name used to set the default display name generator class name:
"junit.jupiter.displayname.generator.default"
- DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all lifecycle methods:
"junit.jupiter.execution.timeout.lifecycle.method.default".
- 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_LIFECYCLE_PROPERTY_NAME - Static variable in enum org.junit.jupiter.api.TestInstance.Lifecycle
-
Property name used to set the default test instance lifecycle mode:
"junit.jupiter.testinstance.lifecycle.default"
- DEFAULT_MAX_STACKTRACE_LINES - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
-
- DEFAULT_ORDER_PROPERTY_NAME - Static variable in interface org.junit.jupiter.api.ClassOrderer
-
Property name used to set the default class orderer class name: "junit.jupiter.testclass.order.default"
- DEFAULT_ORDER_PROPERTY_NAME - Static variable in interface org.junit.jupiter.api.MethodOrderer
-
Property name used to set the default method orderer class name: "junit.jupiter.testmethod.order.default"
- 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.commons.util.PackageUtils
-
- 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_SEED - Static variable in class org.junit.jupiter.api.ClassOrderer.Random
-
Default seed, which is generated during initialization of this class
via System.nanoTime() for reproducibility of tests.
- DEFAULT_SEED - Static variable in class org.junit.jupiter.api.MethodOrderer.Random
-
Default seed, which is generated during initialization of this class
via System.nanoTime() for reproducibility of tests.
- DEFAULT_SEPARATOR - Static variable in annotation type org.junit.jupiter.api.IndicativeSentencesGeneration
-
- 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_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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@TestFactory methods: "junit.jupiter.execution.timeout.testfactory.method.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_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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@Test
methods: "junit.jupiter.execution.timeout.test.method.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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all
@TestTemplate methods: "junit.jupiter.execution.timeout.testtemplate.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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all testable methods:
"junit.jupiter.execution.timeout.testable.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_TIMEOUT_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default timeout for all testable and
lifecycle methods: "junit.jupiter.execution.timeout.default".
- 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 annotation type org.junit.jupiter.api.Timeout
-
Property name used to set the default thread mode for all testable and lifecycle
methods: "junit.jupiter.execution.timeout.thread.mode.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() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter
-
- DefaultArgumentsAccessor - Class in org.junit.jupiter.params.aggregator
-
- DefaultArgumentsAccessor(ParameterContext, int, Object...) - Constructor for class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
-
- defaultChildExecutionMode - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- DefaultClassDescriptor - Class in org.junit.jupiter.engine.discovery
-
- DefaultClassDescriptor(ClassBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.discovery.DefaultClassDescriptor
-
- DefaultClassOrdererContext - Class in org.junit.jupiter.engine.discovery
-
- DefaultClassOrdererContext(List<? extends ClassDescriptor>, 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
-
- DefaultDiscoveryRequest - Class in org.junit.platform.launcher.core
-
- DefaultDiscoveryRequest(List<DiscoverySelector>, List<EngineFilter>, List<DiscoveryFilter<?>>, List<PostDiscoveryFilter>, LauncherConfigurationParameters, LauncherDiscoveryListener) - Constructor for class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- DefaultDynamicTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
-
- DefaultDynamicTestInvocationContext - Class in org.junit.jupiter.engine.descriptor
-
- DefaultDynamicTestInvocationContext(Executable) - Constructor for class org.junit.jupiter.engine.descriptor.DefaultDynamicTestInvocationContext
-
- DefaultExecutableInvoker - Class in org.junit.jupiter.engine.execution
-
- DefaultExecutableInvoker(ExtensionContext, ExtensionRegistry) - Constructor for class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
-
- DefaultExecutableInvoker(JupiterEngineExecutionContext) - Constructor for class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
-
- DefaultFailure(TestIdentifier, Throwable) - Constructor for class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
-
- defaultFieldSorter(Field, Field) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Field comparator inspired by JUnit 4's org.junit.internal.MethodSorter
implementation.
- defaultFormat - Static variable in class org.junit.platform.engine.UniqueIdFormat
-
- DefaultInitializationContext(EngineDiscoveryRequest, T) - 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
-
- DefaultJupiterConfiguration(ConfigurationParameters) - 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<TestEngine>, Collection<PostDiscoveryFilter>) - 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
-
- DefaultLauncherConfig(boolean, boolean, boolean, boolean, boolean, Collection<TestEngine>, Collection<LauncherSessionListener>, Collection<LauncherDiscoveryListener>, Collection<TestExecutionListener>, Collection<PostDiscoveryFilter>) - Constructor for class org.junit.platform.launcher.core.DefaultLauncherConfig
-
- DefaultLauncherSession - Class in org.junit.platform.launcher.core
-
- DefaultLauncherSession(List<LauncherInterceptor>, Supplier<LauncherSessionListener>, Supplier<Launcher>) - 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
-
- DefaultMethodDescriptor(MethodBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
-
- DefaultMethodOrdererContext - Class in org.junit.jupiter.engine.discovery
-
- DefaultMethodOrdererContext(Class<?>, List<? extends MethodDescriptor>, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
-
- defaultMethodSorter(Method, Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Method comparator based upon JUnit 4's org.junit.internal.MethodSorter
implementation.
- DefaultParallelExecutionConfiguration - Class in org.junit.platform.engine.support.hierarchical
-
- DefaultParallelExecutionConfiguration(int, int, int, int, int, Predicate<? super ForkJoinPool>) - 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<Object>) - Constructor for class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- DefaultRepetitionInfo - Class in org.junit.jupiter.engine.extension
-
- 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
-
- DefaultTestInstanceFactoryContext(Class<?>, Optional<Object>) - Constructor for class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
-
- DefaultTestInstances - Class in org.junit.jupiter.engine.execution
-
- DefaultTestInstances(List<Object>) - Constructor for class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- defaultToString(Object) - Static method in class org.junit.platform.commons.util.StringUtils
-
Convert the supplied Object to a default String
representation using the following algorithm.
- DefaultUriSource - Class in org.junit.platform.engine.support.descriptor
-
- 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
-
- delegate - Variable in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
-
- 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.commons.util.CloseablePath
-
- 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
-
- DelegatingLogger(String) - Constructor for class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- 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
-
- 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(ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- describe(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueIdFormat
-
- 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
-
- 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
-
- 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(Consumer<List<WRAPPER>>, 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
-
- detectInnerClassCycle(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Detect a cycle in the inner class hierarchy in which the supplied class
resides — from the supplied class up to the outermost enclosing class
— and throw a
JUnitException if a cycle is detected.
- 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
-
- determineCurrentOs() - Static method in enum org.junit.jupiter.api.condition.OS
-
- determineCurrentVersion() - Static method in enum org.junit.jupiter.api.condition.JRE
-
- determineDescendants(Optional<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
-
- determineDisplayName(AnnotatedElement, Supplier<String>) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
-
- determineDisplayNameForMethod(Class<?>, Method, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
-
- determineEnumClass(ExtensionContext, EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
-
- determineFullyQualifiedClassName(Path, String, Path) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- determinePath(RunnerTestDescriptor, Optional<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
-
- determineReasonForIgnoredTest(TestDescriptor, Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
-
- determineSimpleClassName(Path) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- determineSubpackageName(Path, Path) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- 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<Description>) - 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
-
- DirectorySelector - Class in org.junit.platform.engine.discovery
-
- DirectorySelector(String) - Constructor for class org.junit.platform.engine.discovery.DirectorySelector
-
- DirectorySource - Class in org.junit.platform.engine.support.descriptor
-
- DirectorySource(File) - Constructor for class org.junit.platform.engine.support.descriptor.DirectorySource
-
- Disabled - Annotation Type in org.junit.jupiter.api
-
@Disabled is used to signal that the annotated test class or
test method is currently disabled and should not be executed.
- disabled(String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Factory for creating disabled results.
- disabled(String, String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Factory for creating disabled results with custom reasons
added by the user.
- DISABLED_MODE_VALUE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- DISABLED_ON_CURRENT_JRE - Static variable in class org.junit.jupiter.api.condition.EnabledOnJreCondition
-
- DISABLED_ON_DEBUG_MODE_VALUE - Static variable in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- DisabledCondition - Class in org.junit.jupiter.engine.extension
-
- DisabledCondition() - Constructor for class org.junit.jupiter.engine.extension.DisabledCondition
-
- DisabledForJreRange - Annotation Type in org.junit.jupiter.api.condition
-
- DisabledForJreRangeCondition - Class in org.junit.jupiter.api.condition
-
- DisabledForJreRangeCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledForJreRangeCondition
-
- DisabledIf - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledIf is used to signal that the annotated test class or test
method is
disabled only if the provided
condition evaluates to
true.
- DisabledIfCondition - Class in org.junit.jupiter.api.condition
-
- DisabledIfCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledIfCondition
-
- DisabledIfEnvironmentVariable - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledIfEnvironmentVariable is used to signal that the annotated test
class or test method is
disabled if the value of the specified
environment variable matches the specified
regular expression.
- DisabledIfEnvironmentVariableCondition - Class in org.junit.jupiter.api.condition
-
- DisabledIfEnvironmentVariableCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledIfEnvironmentVariableCondition
-
- DisabledIfEnvironmentVariables - Annotation Type in org.junit.jupiter.api.condition
-
- DisabledIfSystemProperties - Annotation Type in org.junit.jupiter.api.condition
-
- DisabledIfSystemProperty - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledIfSystemProperty is used to signal that the annotated test
class or test method is
disabled if the value of the specified
system property matches the specified
regular expression.
- DisabledIfSystemPropertyCondition - Class in org.junit.jupiter.api.condition
-
- DisabledIfSystemPropertyCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledIfSystemPropertyCondition
-
- DisabledInNativeImage - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledInNativeImage is used to signal that the annotated test class
or test method is only disabled when executing within a GraalVM native
image.
- DisabledOnJre - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledOnJre is used to signal that the annotated test class or
test method is
disabled on one or more specified Java
Runtime Environment (JRE)
versions.
- DisabledOnJreCondition - Class in org.junit.jupiter.api.condition
-
- DisabledOnJreCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledOnJreCondition
-
- DisabledOnOs - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledOnOs is used to signal that the annotated test class or
test method is
disabled on one or more specified
operating systems or on one or more specified
architectures
- DisabledOnOsCondition - Class in org.junit.jupiter.api.condition
-
- DisabledOnOsCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledOnOsCondition
-
- disabledReason - Variable in class org.junit.jupiter.api.condition.BooleanExecutionCondition
-
- DisableParentConfigurationParameters - Annotation Type in org.junit.platform.suite.api
-
Disable parent configuration parameters.
- discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.jupiter.engine.JupiterTestEngine
-
- discover(EngineDiscoveryRequest, UniqueId) - Method in interface org.junit.platform.engine.TestEngine
-
- discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
-
- discover(LauncherDiscoveryRequest, EngineDiscoveryOrchestrator.Phase) - 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, EngineDiscoveryOrchestrator.Phase) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
Discovers tests for the supplied request in the supplied phase using the
configured test engines.
- discover(LauncherDiscoveryRequest, EngineDiscoveryOrchestrator.Phase, 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, EngineDiscoveryOrchestrator.Phase, Function<String, UniqueId>) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- 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(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
-
- discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.VintageTestEngine
-
- discoverEngineRoot(TestEngine, LauncherDiscoveryRequest, LauncherDiscoveryListener, Function<String, UniqueId>) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- discoverSafely(LauncherDiscoveryRequest, EngineDiscoveryOrchestrator.Phase, LauncherDiscoveryListener, Function<String, UniqueId>) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- 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
-
- 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
-
- discoveryOrchestrator - Variable in class org.junit.platform.launcher.core.DefaultLauncher
-
- 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.
- DiscoverySelectorResolver - Class in org.junit.jupiter.engine.discovery
-
DiscoverySelectorResolver resolves
TestDescriptors
for containers and tests selected by DiscoverySelectors with the help of the
JavaElementsResolver.
- DiscoverySelectorResolver() - Constructor for class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
-
- DiscoverySelectors - Class in org.junit.platform.engine.discovery
-
- DiscoverySelectors() - Constructor for class org.junit.platform.engine.discovery.DiscoverySelectors
-
- DISPLAY_NAME_PATTERN_KEY - Static variable in class org.junit.jupiter.params.ParameterizedTestExtension
-
- DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
-
Placeholder for the
display name of
a
@RepeatedTest method:
{displayName}
- DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
-
Placeholder for the
display name of a
@ParameterizedTest method:
{displayName}
- DisplayName() - Constructor for class org.junit.jupiter.api.ClassOrderer.DisplayName
-
- DisplayName - Annotation Type in org.junit.jupiter.api
-
@DisplayName is used to declare a
custom display
name for the annotated test class or test method.
- displayName - Variable in class org.junit.jupiter.api.DynamicNode
-
- DisplayName() - Constructor for class org.junit.jupiter.api.MethodOrderer.DisplayName
-
- 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.jupiter.params.ParameterizedTestNameFormatter
-
- 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
-
- displayNameFormatter(RepeatedTest, Method, String) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
-
- DisplayNameGeneration - Annotation Type in org.junit.jupiter.api
-
@DisplayNameGeneration is used to declare a custom display name
generator for the annotated test class.
- DisplayNameGenerator - Interface in org.junit.jupiter.api
-
DisplayNameGenerator defines the SPI for generating display names
programmatically.
- DisplayNameGenerator.IndicativeSentences - Class in org.junit.jupiter.api
-
DisplayNameGenerator that generates complete sentences.
- DisplayNameGenerator.ReplaceUnderscores - Class in org.junit.jupiter.api
-
DisplayNameGenerator that replaces underscores with spaces.
- DisplayNameGenerator.Simple - Class in org.junit.jupiter.api
-
Simple DisplayNameGenerator that removes trailing parentheses
for methods with no parameters.
- DisplayNameGenerator.Standard - Class in org.junit.jupiter.api
-
Standard DisplayNameGenerator.
- 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
-
- doesNotContainIsoControlCharacter(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied String does not contain any ISO control
characters.
- doesNotContainReservedCharacter(String) - Static method in class org.junit.platform.engine.TestTag
-
- doesNotContainWhitespace(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied String does not contain any whitespace
characters.
- doForChildrenRecursively(TestDescriptor, Consumer<TestDescriptor>) - 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
-
- doublesAreEqual(double, double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- doublesAreEqual(double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- doWithMatchingDescriptor(Class<PARENT>, TestDescriptor, Consumer<PARENT>, Function<PARENT, String>) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
-
- 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
-
- duration - Variable in class org.junit.platform.testkit.engine.Execution
-
- DYNAMIC_CONTAINER_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- 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 - Class in org.junit.jupiter.api
-
A DynamicContainer is a container generated at runtime.
- DynamicContainer(String, URI, Stream<? extends DynamicNode>) - Constructor for class org.junit.jupiter.api.DynamicContainer
-
- dynamicContainer(String, Iterable<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new DynamicContainer for the supplied display
name and collection of dynamic nodes.
- dynamicContainer(String, Stream<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new DynamicContainer for the supplied display
name and stream of dynamic nodes.
- dynamicContainer(String, URI, Stream<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new DynamicContainer for the supplied display
name, custom test source URI, and stream of dynamic nodes.
- dynamicContainer - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
-
- DynamicContainerTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
- 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.DynamicContainerTestDescriptor
-
- DynamicDescendantFilter - Class in org.junit.jupiter.engine.descriptor
-
- DynamicDescendantFilter() - Constructor for class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
-
- dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
-
- DynamicDescendantFilter.Mode - Enum in org.junit.jupiter.engine.descriptor
-
- DynamicDescendantFilter.WithoutIndexFiltering - Class in org.junit.jupiter.engine.descriptor
-
- dynamicDescendantSegmentTypes - Variable in enum org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
-
- DynamicExtensionContext - Class in org.junit.jupiter.engine.descriptor
-
- DynamicExtensionContext(ExtensionContext, EngineExecutionListener, DynamicNodeTestDescriptor, JupiterConfiguration, ExecutableInvoker) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
-
- DynamicNode - Class in org.junit.jupiter.api
-
DynamicNode serves as the abstract base class for a container or a
test case generated at runtime.
- DynamicNode(String, URI) - Constructor for class org.junit.jupiter.api.DynamicNode
-
- DynamicNodeTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
- DynamicNodeTestDescriptor(UniqueId, int, DynamicNode, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
-
- DynamicTest - Class in org.junit.jupiter.api
-
A DynamicTest is a test case generated at runtime.
- DynamicTest(String, URI, Executable) - Constructor for class org.junit.jupiter.api.DynamicTest
-
- dynamicTest(String, Executable) - Static method in class org.junit.jupiter.api.DynamicTest
-
Factory for creating a new DynamicTest for the supplied display
name and executable code block.
- dynamicTest(String, URI, Executable) - Static method in class org.junit.jupiter.api.DynamicTest
-
Factory for creating a new DynamicTest for the supplied display
name, custom test source URI, and executable code block.
- dynamicTest - Variable in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
-
- DynamicTestInvocationContext - Interface in org.junit.jupiter.api.extension
-
DynamicTestInvocationContext represents the
context of a
single invocation of a
dynamic test.
- 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(TestIdentifier) - Method in class org.junit.platform.launcher.core.CompositeTestExecutionListener
-
- dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.DelegatingEngineExecutionListener
-
- dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
-
- 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
-
- dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
-
- dynamicTestRegistered(TestDescriptor) - Static method in class org.junit.platform.testkit.engine.Event
-
Create an
Event for the dynamic registration of the
supplied
TestDescriptor.
- dynamicTestRegistered(String) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- dynamicTestRegistered(Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- 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
-
- DynamicTestTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
- DynamicTestTestDescriptor(UniqueId, int, DynamicTest, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
-
- factory - Variable in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
-
- factoryExecutableCache - Static variable in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
Cache for factory methods and factory constructors.
- fail() - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test without a failure message.
- fail(String) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given failure message.
- fail(String, Throwable) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given failure message as well
as the underlying cause.
- fail(Throwable) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given underlying cause.
- fail(Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the failure message retrieved from the
given messageSupplier.
- fail() - Static method in class org.junit.jupiter.api.AssertionUtils
-
- fail(String) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- fail(String, Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- fail(Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- fail(Supplier<String>) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- fail(String, Object...) - Method in class org.junit.jupiter.api.AssertLinesMatch.LinesMatcher
-
- 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
-
- failActualArrayIsNull(Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- failActualIterableIsNull(Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- failArraysNotEqual(Object, Object, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- 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() - Method in class org.junit.platform.testkit.engine.Events
-
Get the failed
Events contained in this
Events object.
- failed(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected failed events.
- failed() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the failed
Executions contained in this
Executions object.
- failEqual(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotEquals
-
- failExpectedArrayIsNull(Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
-
- failExpectedIterableIsNull(Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- failIllegalDelta(String) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- failIterablesNotEqual(Object, Object, Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertIterableEquals
-
- failNotEqual(Object, Object, Object) - Static method in class org.junit.jupiter.api.AssertEquals
-
- failNotEqual(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
-
- failNotFalse(Object) - Static method in class org.junit.jupiter.api.AssertFalse
-
- failNotNull(Object, Object) - Static method in class org.junit.jupiter.api.AssertNull
-
- failNotSame(Object, Object, Object) - Static method in class org.junit.jupiter.api.AssertSame
-
- failNotTrue(Object) - Static method in class org.junit.jupiter.api.AssertTrue
-
- failNull(Object) - Static method in class org.junit.jupiter.api.AssertNotNull
-
- failSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotSame
-
- failure(Exception) - Static method in class org.junit.platform.commons.function.Try
-
Convert the supplied exception into a failed Try.
- Failure(Exception) - Constructor for class org.junit.platform.commons.function.Try.Failure
-
- Failure(Throwable) - Constructor for class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier.Failure
-
- 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
-
- FallbackStringToObjectConverter - Class in org.junit.jupiter.params.converter
-
FallbackStringToObjectConverter is a
StringToObjectConverter
that provides a fallback conversion strategy for converting from a
String to a given target type by invoking a static factory method
or factory constructor defined in the target type.
- FallbackStringToObjectConverter() - Constructor for class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
- FallbackStringToObjectConverter.IsFactoryConstructor - Class in org.junit.jupiter.params.converter
-
- FallbackStringToObjectConverter.IsFactoryMethod - Class in org.junit.jupiter.params.converter
-
- field - Variable in class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
-
- FieldContext(Field) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
-
- fieldName - Variable in class org.junit.vintage.engine.support.UniqueIdReader
-
- file(String) - Method in interface org.junit.jupiter.params.provider.CsvFileArgumentsProvider.InputStreamProvider
-
- file - Variable in class org.junit.platform.engine.support.descriptor.FileSource
-
- FILE_OPERATIONS_KEY - Static variable in class org.junit.jupiter.engine.extension.TempDirectory
-
- FILE_URI_SCHEME - Static variable in class org.junit.platform.commons.util.CloseablePath
-
- FilePosition - Class in org.junit.platform.engine.discovery
-
Position inside a file represented by
line and
column numbers.
- FilePosition(int) - Constructor for class org.junit.platform.engine.discovery.FilePosition
-
- FilePosition(int, int) - Constructor for class org.junit.platform.engine.discovery.FilePosition
-
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
-
- 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.support.descriptor.FilePosition
-
- FilePosition(int, int) - Constructor for class org.junit.platform.engine.support.descriptor.FilePosition
-
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.FileSource
-
- FileSelector - Class in org.junit.platform.engine.discovery
-
- FileSelector(String, FilePosition) - Constructor for class org.junit.platform.engine.discovery.FileSelector
-
- FileSource - Class in org.junit.platform.engine.support.descriptor
-
- 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
-
- fileSystem - Variable in class org.junit.platform.commons.util.CloseablePath.ManagedFileSystem
-
- FileSystemSource - Interface in org.junit.platform.engine.support.descriptor
-
- 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.
- filter(Filter) - Method in class org.junit.platform.runner.JUnitPlatform
-
Deprecated.
- filter(Predicate<? super Event>) - Method in class org.junit.platform.testkit.engine.Events
-
Shortcut for events.stream().filter(predicate).
- filter(Predicate<? super Execution>) - Method in class org.junit.platform.testkit.engine.Executions
-
Shortcut for executions.stream().filter(predicate).
- filter(Filter) - Method in class org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
-
- 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<Event>, Predicate<? super TestDescriptor>) - Static method in class org.junit.platform.testkit.engine.EngineExecutionResults
-
Filter the supplied list of events using the supplied predicate.
- 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(Filter<?>...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add all of the supplied filters to the request.
- filters(Filter<?>...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- filters(DiscoveryFilter<?>...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
-
- filters(Filter<?>...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
-
- filters - Variable in class org.junit.vintage.engine.descriptor.OrFilter
-
- filters - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
-
- filterStandardClassNamePatterns - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- filterStandardClassNamePatterns(boolean) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- finalizer - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
-
- findAfterAllMethods(Class<?>, boolean) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findAfterEachMethods(Class<?>) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findAllClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied classpath root
that match the specified classFilter and classNameFilter
predicates.
- findAllClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllClassesInClasspathRoot(URI, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllClassesInModule(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied moduleName
that match the specified classFilter and classNameFilter
predicates.
- findAllClassesInModule(String, ClassFilter) - Static method in class org.junit.platform.commons.util.ModuleUtils
-
Find all classes for the given module name.
- findAllClassesInModule(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllClassesInModule(String, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied basePackageName
that match the specified classFilter and classNameFilter
predicates.
- findAllClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllClassesInPackage(String, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllFieldsInHierarchy(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findAllMethodsInHierarchy(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Find all non-synthetic methods in the superclass and interface hierarchy,
excluding Object.
- findAllNonSystemBootModuleNames() - Static method in class org.junit.platform.commons.util.ModuleUtils
-
Find all non-system boot modules names.
- findAnnotatedFields(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
-
- findAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all fields of the supplied class or interface
that are annotated or meta-annotated with the specified
annotationType, using top-down search semantics within the type
hierarchy.
- findAnnotatedFields(Class<?>, Class<? extends Annotation>, Predicate<Field>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all fields of the supplied class or interface
that are annotated or meta-annotated with the specified
annotationType and match the specified predicate, using
top-down search semantics within the type hierarchy.
- findAnnotatedFields(Class<?>, Class<? extends Annotation>, Predicate<Field>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all fields of the supplied class or interface
that are annotated or meta-annotated with the specified
annotationType and match the specified predicate, using
the supplied hierarchy traversal mode.
- findAnnotatedFields(Class<?>, Class<? extends Annotation>, Predicate<Field>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotatedFields(Class<?>, Class<? extends Annotation>, Predicate<Field>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Find all fields of the supplied class or interface
that are annotated or meta-annotated with the specified
annotationType and match the specified predicate.
- findAnnotatedFieldValues(Object, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the values of all non-static fields of the supplied
instance that are annotated or meta-annotated with the
specified annotationType, using top-down search semantics within
the type hierarchy.
- findAnnotatedFieldValues(Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the values of all static fields of the supplied
class or interface that are annotated or meta-annotated with the
specified annotationType, using top-down search semantics within
the type hierarchy.
- findAnnotatedFieldValues(Object, Class<? extends Annotation>, Class<T>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the values of all non-static fields of the supplied
instance that are declared to be of the specified fieldType
and are annotated or meta-annotated with the specified
annotationType, using top-down search semantics within the type
hierarchy.
- findAnnotatedFieldValues(Class<?>, Class<? extends Annotation>, Class<T>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the values of all static fields of the supplied
class or interface that are declared to be of the specified
fieldType and are annotated or meta-annotated with the
specified annotationType, using top-down search semantics within
the type hierarchy.
- findAnnotatedMethods(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
-
- findAnnotatedMethods(Class<?>, Class<? extends Annotation>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all methods of the supplied class or interface
that are annotated or meta-annotated with the specified
annotationType.
- findAnnotatedMethods(Class<?>, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.ClassDescriptor
-
Find the first annotation of annotationType that is either
present or meta-present on the Class for
this descriptor.
- findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.extension.AnnotatedElementContext
-
Find the first annotation of annotationType that is either
present or meta-present on the AnnotatedElement for
this context.
- findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Find the first annotation of annotationType that is either
present or meta-present on the AnnotatedElement for
this context.
- findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Find the first annotation of annotationType that is either
present or meta-present on the Method for
this descriptor.
- findAnnotation(Class<A>) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
-
- findAnnotation(Class<A>) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- findAnnotation(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the first annotation of annotationType that is either
present or meta-present on the supplied optional
element.
- findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the first annotation of annotationType that is either
directly present, meta-present, or indirectly
present on the supplied element.
- findAnnotation(Class<?>, Class<A>, SearchOption) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the first annotation of the specified type that is either
directly present, meta-present, or indirectly
present on the supplied class.
- findAnnotation(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotation(Parameter, int, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotation(AnnotatedElement, Class<A>, boolean, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findAnnotation(Class<?>, Class<A>, boolean) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Find the first annotation of the specified type that is either
directly present, meta-present, or indirectly
present on the supplied class, optionally searching recursively
through the enclosing class hierarchy if not found on the supplied class.
- findAnnotationValues(AnnotatedElement, Class<A>, Function<A, V[]>) - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- findBeforeAllMethods(Class<?>, boolean) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findBeforeEachMethods(Class<?>) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- 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.
- findClassesForPath(Path, String, ClassFilter) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- findClassesForUri(URI, String, ClassFilter) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- findClassesForUris(List<URI>, String, ClassFilter) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
Recursively scan for classes in all of the supplied source directories.
- findConstructors(Class<?>, Predicate<Constructor<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Find all constructors in the supplied class that match the supplied predicate.
- findConsumedAnnotationType(T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
-
- findDisplayNameGeneration(Class<?>) - Static method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
Find the first DisplayNameGeneration annotation that is either
directly present, meta-present, or indirectly present
on the supplied testClass or on an enclosing class.
- findDisplayNameGenerator(Class<?>) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
-
- findEvent(List<Event>, SoftAssertions, Condition<? super Event>) - Static method in class org.junit.platform.testkit.engine.Events
-
- findFactoryConstructor(Class<?>) - Static method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
- findFactoryExecutable(Class<?>) - Static method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
- findFactoryMethod(Class<?>) - Static method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
- findFactoryMethod(Class<?>, Method, String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
-
- findFactoryMethodByFullyQualifiedName(Class<?>, Method, String) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
-
- findFactoryMethodBySimpleName(Class<?>, Method, 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.
- findFields(Class<?>, Predicate<Field>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all fields of the supplied class or interface
that match the specified predicate.
- findFields(Class<?>, Predicate<Field>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findIndicativeSentencesGeneration(Class<?>) - Static method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
Find the first IndicativeSentencesGeneration annotation that is either
directly present, meta-present, or indirectly present
on the supplied testClass or on an enclosing class.
- findInstance(Class<T>) - Method in interface org.junit.jupiter.api.extension.TestInstances
-
Find the first test instance that is an instance of the supplied required
type, checking from innermost to outermost.
- findInstance(Class<T>) - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- findJUnit4Description(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
-
- 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
-
- findMetaAnnotation(Class<A>, Annotation[], boolean, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findMethod(Class<?>, String) - Method in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- findMethod(String, Class<?>) - Method in class org.junit.jupiter.engine.discovery.MethodFinder
-
- findMethod(Class<?>, String, String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find the first Method of the supplied class or interface that
meets the specified criteria, beginning with the specified class or
interface and traversing up the type hierarchy until such a method is
found or the type hierarchy is exhausted.
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find the first Method of the supplied class or interface that
meets the specified criteria, beginning with the specified class or
interface and traversing up the type hierarchy until such a method is
found or the type hierarchy is exhausted.
- findMethod(Class<?>, String, String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findMethod(Class<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findMethod(Class<?>, String) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
-
- findMethods(Class<?>, Predicate<Method>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all distinct methods of the supplied class or
interface that match the specified predicate.
- findMethods(Class<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Find all methods of the supplied class or interface
that match the specified predicate, using top-down search semantics
within the type hierarchy.
- findMethods(Class<?>, Predicate<Method>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findMethodsAndAssertNonStaticAndNonPrivate(Class<?>, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findMethodsAndAssertStaticAndNonPrivate(Class<?>, boolean, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findMethodsAndCheckVoidReturnType(Class<?>, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
-
- findNestedClasses(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all nested classes within the supplied class, or inherited by the
supplied class, that conform to the supplied predicate.
- findNestedClasses(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findNestedClasses(Class<?>, Predicate<Class<?>>, Set<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- findNestedThrowables(Throwable) - Static method in class org.junit.platform.commons.util.ExceptionUtils
-
Find all causes and suppressed exceptions in the stack trace of the
supplied Throwable.
- findOperands(Token, Operator) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
-
- findParent(Description, Function<Description, Optional<VintageTestDescriptor>>) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
-
- findPath(Map<UniqueId, Optional<UniqueId>>, UniqueId) - Static method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
-
- findPublicAnnotatedFields(Class<?>, Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all public fields of the supplied class
or interface that are declared to be of the specified fieldType
and are annotated or meta-annotated with the specified
annotationType.
- findPublicAnnotatedFields(Class<?>, Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.ClassDescriptor
-
Find all repeatable annotations of
annotationType that are either present or
meta-present on the Class for this descriptor.
- findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.extension.AnnotatedElementContext
-
Find all repeatable annotations of
annotationType that are either present or
meta-present on the AnnotatedElement for this context.
- findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Find all repeatable annotations of
annotationType that are either present or
meta-present on the AnnotatedElement for this context.
- findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Find all repeatable annotations of
annotationType that are either present or
meta-present on the Method for this descriptor.
- findRepeatableAnnotations(Class<A>) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
-
- findRepeatableAnnotations(Class<A>) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- findRepeatableAnnotations(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all repeatable annotations of the
supplied annotationType that are either present,
indirectly present, or meta-present on the supplied
optional element.
- findRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all repeatable annotations of the
supplied annotationType that are either present,
indirectly present, or meta-present on the supplied
AnnotatedElement.
- findRepeatableAnnotations(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRepeatableAnnotations(Parameter, int, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>, boolean, Set<A>, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRepeatableAnnotations(Annotation[], Class<A>, Class<? extends Annotation>, boolean, Set<A>, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
-
- findTestSource(Description) - Method in class org.junit.vintage.engine.descriptor.TestSourceProvider
-
- findTypeBasedParameterResolverSuperclass(Class<?>) - Method in class org.junit.jupiter.api.extension.support.TypeBasedParameterResolver
-
- finished(Condition<TestExecutionResult>) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- finished() - Method in class org.junit.platform.testkit.engine.Events
-
Get the finished
Events contained in this
Events object.
- finished(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected finished events.
- finished(TestDescriptor, Instant, Instant, TestExecutionResult) - Static method in class org.junit.platform.testkit.engine.Execution
-
- finished() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the finished
Executions contained in this
Executions object.
- 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
-
- finishedWithCause(TestExecutionResult.Status, Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- finishedWithFailure(Condition<Throwable>...) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- finishedWithFailure() - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- 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<TestDescriptor>) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
-
- fireTestIgnored(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
-
- floatsAreEqual(float, float, float) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- floatsAreEqual(float, float) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- forBiConsumer(BiConsumer<Throwable, Supplier<String>>) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
-
Create a LoggingListener which delegates to the supplied
BiConsumer for consumption of logging messages.
- 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<T>, Consumer<T>) - Method in enum org.junit.platform.launcher.core.IterationOrder
-
- forEachInReverseOrder(List<T>, Consumer<? super T>) - Static method in class org.junit.platform.commons.util.CollectionUtils
-
Call the supplied action on each element of the supplied List from last to first element.
- 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<? extends HierarchicalTestExecutorService.TestTask>, Deque<ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask>, Deque<ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask>) - 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
-
- ForkJoinPoolHierarchicalTestExecutorService(ParallelExecutionConfiguration) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
-
- ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask - Class 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
-
- format(int, int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
-
- format(int, Object...) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
-
- format(UniqueId) - Method in class org.junit.platform.engine.UniqueIdFormat
-
Format and return the string representation of the supplied UniqueId.
- format(String, Iterable<TestEngine>) - Static method in class org.junit.platform.launcher.core.TestEngineFormatter
-
- format(String, Stream<TestEngine>) - Static method in class org.junit.platform.launcher.core.TestEngineFormatter
-
- format(int) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
-
- format(long, long, String) - Static method in class org.junit.platform.testkit.engine.Assertions
-
- formatClassAndValue(Object, String) - Static method in class org.junit.jupiter.api.AssertionFailureBuilder
-
- formatExclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
-
- formatExclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
-
- formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
-
- formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
-
- formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
-
- formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
-
- formatInclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
-
- formatInclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
-
- formatIndexes(Deque<Integer>) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- formatSafely(int, Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
-
- formatted(List<UniqueId>) - 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.ParameterizedTestInvocationContext
-
- formatToString(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
-
- formatValues(Object, Object) - Static method in class org.junit.jupiter.api.AssertionFailureBuilder
-
- formatValues(long, long) - Static method in class org.junit.platform.testkit.engine.Assertions
-
- forTestExecutionListeners() - Static method in class org.junit.platform.launcher.core.ListenerRegistry
-
- FQCN - Static variable in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- from(URI) - Static method in class org.junit.jupiter.engine.descriptor.MethodSourceSupport
-
Create a new MethodSource from the supplied URI.
- from(Timeout) - Static method in class org.junit.jupiter.engine.extension.TimeoutDuration
-
- 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, int) - Static method in class org.junit.platform.engine.discovery.FilePosition
-
Create a new FilePosition using the supplied line and
column numbers.
- from(Map<String, String>) - Static method in class org.junit.platform.engine.reporting.ReportEntry
-
Factory for creating a new ReportEntry from a map of key-value pairs.
- 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) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Create a new ClasspathResourceSource using the supplied classpath
resource name.
- 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(URI) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Create a new ClasspathResourceSource from the supplied URI.
- from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new ClassSource using the supplied class name.
- 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(Class<?>) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new ClassSource using the supplied class.
- 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(URI) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new ClassSource from the supplied URI.
- from(Collection<? extends TestSource>) - Static method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
-
Create a new
CompositeTestSource based on the supplied
collection of
sources.
- from(File) - Static method in class org.junit.platform.engine.support.descriptor.DirectorySource
-
Create a new DirectorySource using the supplied
directory.
- 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.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.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(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, 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, 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(Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new MethodSource using the supplied method.
- 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(Package) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
-
Create a new PackageSource using the supplied Java Package.
- from(String) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
-
Create a new PackageSource using the supplied packageName.
- from(URI) - Static method in interface org.junit.platform.engine.support.descriptor.UriSource
-
Create a new UriSource using the supplied URI.
- from(LauncherDiscoveryResult) - Static method in class org.junit.platform.launcher.core.InternalTestPlan
-
- from(TestDescriptor) - Static method in class org.junit.platform.launcher.TestIdentifier
-
- from(Collection<TestDescriptor>, ConfigurationParameters) - Static method in class org.junit.platform.launcher.TestPlan
-
- 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
-
- FunctionUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with Functions,
Predicates, etc.
- FunctionUtils() - Constructor for class org.junit.platform.commons.util.FunctionUtils
-
- generateDisplayName(Description) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- generateDisplayNameForClass(Class<?>) - Method in interface org.junit.jupiter.api.DisplayNameGenerator
-
Generate a display name for the given top-level or static nested test class.
- generateDisplayNameForClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- generateDisplayNameForClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores
-
- generateDisplayNameForClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.Standard
-
- generateDisplayNameForMethod(Class<?>, Method) - Method in interface org.junit.jupiter.api.DisplayNameGenerator
-
Generate a display name for the given method.
- generateDisplayNameForMethod(Class<?>, Method) - Method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- generateDisplayNameForMethod(Class<?>, Method) - Method in class org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores
-
- generateDisplayNameForMethod(Class<?>, Method) - Method in class org.junit.jupiter.api.DisplayNameGenerator.Simple
-
- generateDisplayNameForMethod(Class<?>, Method) - Method in class org.junit.jupiter.api.DisplayNameGenerator.Standard
-
- generateDisplayNameForNestedClass(Class<?>) - Method in interface org.junit.jupiter.api.DisplayNameGenerator
-
Generate a display name for the given
@Nested inner test class.
- generateDisplayNameForNestedClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- generateDisplayNameForNestedClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores
-
- generateDisplayNameForNestedClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.Standard
-
- 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(Object) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value that is stored under the supplied key.
- get(Object, Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value of the specified required type that is stored under
the supplied key.
- get() - Method in interface org.junit.jupiter.api.function.ThrowingSupplier
-
Get a result, potentially throwing an exception.
- get(ConfigurationParameters, String, E) - Method in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
-
- get(String, Function<String, Optional<String>>, E) - Method in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
-
- get(ConfigurationParameters, String) - Method in class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
-
- get(Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
-
- get(Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
-
- get() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
-
- get() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.ExecutorResource
-
- 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, Class<T>) - 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) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
-
- get(int, Class<T>) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
-
- 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.commons.function.Try.Failure
-
- get() - Method in class org.junit.platform.commons.function.Try
-
If this Try is a success, get the contained value; if this
Try is a failure, throw the contained exception.
- get() - Method in class org.junit.platform.commons.function.Try.Success
-
- get(String) - Method in interface org.junit.platform.engine.ConfigurationParameters
-
Get the configuration parameter stored under the specified key.
- get(String, Function<String, T>) - 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) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
-
- get(String, Function<String, T>) - 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<T>) - 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() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore.MemoizingSupplier
-
- get(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
-
- getAdditionalExtensions() - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
Get the additional
extensions for this invocation.
- getAdditionalExtensions() - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
-
- 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.
- getAllAssignmentCompatibleClasses(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Return all classes and interfaces that can be used as assignment types
for instances of the specified Class, including itself.
- getAllAssignmentCompatibleClasses(Class<?>, Set<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getAllClasspathRootDirectories() - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getAllInstances() - Method in interface org.junit.jupiter.api.extension.TestInstances
-
Get all test instances, ordered from outermost to innermost.
- getAllInstances() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- getAncestors() - Method in interface org.junit.platform.engine.TestDescriptor
-
Get the immutable set of all ancestors of this descriptor.
- getAnnotatedElement() - Method in interface org.junit.jupiter.api.extension.AnnotatedElementContext
-
Get the AnnotatedElement for this context.
- getAnnotatedElement() - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Get the AnnotatedElement for this context.
- getAnnotatedElement() - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
-
- getAnnotatedElement() - Method in class org.junit.jupiter.engine.extension.TempDirectory.FieldContext
-
- 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
-
- getArguments() - Method in interface org.junit.jupiter.api.extension.ReflectiveInvocationContext
-
Get the arguments of the executable in this invocation context.
- getArguments() - Method in class org.junit.jupiter.engine.execution.ConstructorInvocation
-
- getArguments() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
-
- 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.
- getAttribute(Class<?>, Function<Package, String>) - Static method in class org.junit.platform.commons.util.PackageUtils
-
Get the package attribute for the supplied type using the
supplied function.
- getAttribute(Class<?>, String) - Static method in class org.junit.platform.commons.util.PackageUtils
-
Get the value of the specified attribute name, specified as a string,
or an empty Optional if the attribute was not found.
- 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
-
- getCanonicalName(Class<?>) - Static method in class org.junit.jupiter.api.AssertionUtils
-
- getCategory() - Method in class org.junit.platform.testkit.engine.Events
-
- getCause() - Method in class org.junit.platform.launcher.core.EngineDiscoveryErrorDescriptor
-
- 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.jupiter.api.DynamicContainer
-
Get the
Stream of
DynamicNodes associated
with this
DynamicContainer.
- 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(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getChildren(String) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getChildren(UniqueId) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
- getChildren(String) - Method in class org.junit.platform.launcher.TestPlan
-
- getChildren(UniqueId) - Method in class org.junit.platform.launcher.TestPlan
-
Get the children of the supplied unique ID.
- getClassDescriptors() - Method in interface org.junit.jupiter.api.ClassOrdererContext
-
- getClassDescriptors() - Method in class org.junit.jupiter.engine.discovery.DefaultClassOrdererContext
-
- getClassLoader(Class<?>) - Static method in class org.junit.platform.commons.util.ClassLoaderUtils
-
Get the
ClassLoader for the supplied
Class, falling back
to the
default class loader if the class
loader for the supplied class is
null.
- getClassLoader() - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- 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(Object) - Static method in class org.junit.jupiter.api.AssertionFailureBuilder
-
- 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.
- getClassNameFilter() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
-
- getClassNameFilter() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
-
- 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.
- 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.
- 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
-
- getConditionMethod(String, ExtensionContext) - Method in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- getConfiguration() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
-
- getConfiguration() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
- getConfigurationParameter(String) - Method in interface org.junit.jupiter.api.ClassOrdererContext
-
Get the configuration parameter stored under the specified key.
- getConfigurationParameter(String) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the configuration parameter stored under the specified key.
- getConfigurationParameter(String, Function<String, T>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get and transform the configuration parameter stored under the specified
key using the specified transformer.
- getConfigurationParameter(String) - Method in interface org.junit.jupiter.api.MethodOrdererContext
-
Get the configuration parameter stored under the specified key.
- getConfigurationParameter(String) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getConfigurationParameter(String, Function<String, V>) - 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
-
- getConfigurationParameters() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
-
- getConfigurationParameters() - Method in class org.junit.platform.engine.ExecutionRequest
-
- getConfigurationParameters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- getConfigurationParameters() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
-
- getConfigurationParameters() - Method in class org.junit.platform.launcher.TestPlan
-
- 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
-
- 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.
- getCurrentRepetition() - Method in interface org.junit.jupiter.api.RepetitionInfo
-
Get the current repetition of the corresponding
@RepeatedTest method.
- getCurrentRepetition() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
-
- getCustomSeed(ClassOrdererContext) - Method in class org.junit.jupiter.api.ClassOrderer.Random
-
- getCustomSeed(MethodOrdererContext) - Method in class org.junit.jupiter.api.MethodOrderer.Random
-
- getCyclicGraphInfo(TestDescriptor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
-
- getDeclaredConstructor(Class<T>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Get the sole declared, non-synthetic Constructor for the supplied class.
- getDeclaredFields(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Custom alternative to Class.getDeclaredFields() that sorts the
fields and converts them to a mutable list.
- getDeclaredMethods(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Custom alternative to Class.getDeclaredMethods() that sorts the
methods and converts them to a mutable list.
- getDeclaringExecutable() - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Get the Executable (i.e., the Method or
Constructor) that declares the Parameter
for this context.
- 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
-
- getDefaultClassLoader() - Static method in class org.junit.platform.commons.util.ClassLoaderUtils
-
- 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 interface org.junit.jupiter.api.MethodOrderer
-
- 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
-
- getDefaultMethods(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Get a sorted, mutable list of all default methods present in interfaces
implemented by the supplied class which are also visible within
the supplied class.
- 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
-
- 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(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
-
- getDescription() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- getDescription() - Method in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
-
- getDescriptionSupplier() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.TimeoutInvocationParameters
-
- getDescriptorWrapperOrderer(AbstractOrderingVisitor<PARENT, CHILD, WRAPPER>.DescriptorWrapperOrderer, AbstractAnnotatedDescriptorWrapper<?>) - Method in class org.junit.jupiter.engine.discovery.AbstractOrderingVisitor
-
- getDescriptorWrapperOrderer(AbstractOrderingVisitor<JupiterEngineDescriptor, ClassBasedTestDescriptor, DefaultClassDescriptor>.DescriptorWrapperOrderer, AbstractAnnotatedDescriptorWrapper<?>) - Method in class org.junit.jupiter.engine.discovery.ClassOrderingVisitor
-
- getDirectory() - Method in class org.junit.platform.engine.discovery.DirectorySelector
-
Get the selected directory as a File.
- getDiscoveryListener() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
-
- getDiscoveryListener() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- getDiscoveryListener() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
-
- getDiscoveryRequest() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
-
- getDiscoveryRequest() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
-
- getDiscoveryResult() - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getDisplayName() - Method in interface org.junit.jupiter.api.ClassDescriptor
-
Get the display name for this descriptor's
class.
- getDisplayName() - Method in class org.junit.jupiter.api.DynamicNode
-
Get the display name of this DynamicNode.
- getDisplayName() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the display name for the current test or container.
- getDisplayName(int) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
Get the display name for this invocation.
- getDisplayName() - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Get the display name for this descriptor's
method.
- getDisplayName() - Method in interface org.junit.jupiter.api.TestInfo
-
Get the display name of the current test or container.
- getDisplayName() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getDisplayName() - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
-
- getDisplayName(int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
-
- getDisplayName() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
-
- getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
-
- 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.
- getDisplayNameGenerator(Class<?>) - Static method in interface org.junit.jupiter.api.DisplayNameGenerator
-
Return the DisplayNameGenerator instance corresponding to the
given Class.
- getDistinctSortedLocks(Collection<ExclusiveResource>) - Method in class org.junit.platform.engine.support.hierarchical.LockManager
-
- 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 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
-
- getEffectiveAnnotatedParameter(Parameter, int) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Due to a bug in javac on JDK versions prior to JDK 9, looking up
annotations directly on a Parameter will fail for inner class
constructors.
- getElement() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the AnnotatedElement corresponding to the current extension
context, if available.
- getElement() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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 interface org.junit.jupiter.api.extension.TestInstances
-
Get the enclosing test instances, excluding the innermost test instance,
ordered from outermost to innermost.
- getEnclosingInstances() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- getEnclosingTestClasses() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- getEnclosingTestClasses() - 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.
- getEngineExecutionListener() - Method in class org.junit.platform.engine.ExecutionRequest
-
- getEngineFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- 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
-
- getEngineTestDescriptor(TestEngine) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
-
- getEngineTestDescriptors() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
-
- getEnumConstants(ExtensionContext, EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
-
- getEnvironmentVariable(String) - Method in class org.junit.jupiter.api.condition.DisabledIfEnvironmentVariableCondition
-
Get the value of the named environment variable.
- getEnvironmentVariable(String) - Method in class org.junit.jupiter.api.condition.EnabledIfEnvironmentVariableCondition
-
Get the value of the named environment variable.
- 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.
- getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
-
- getExclusiveResources() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
-
- getExclusiveResources() - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
- getExclusiveResources(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
-
- getExclusiveResourcesFromAnnotation(AnnotatedElement) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- getExecutable() - Method in class org.junit.jupiter.api.DynamicTest
-
Get the executable code block associated with this DynamicTest.
- getExecutable() - Method in interface org.junit.jupiter.api.extension.DynamicTestInvocationContext
-
Get the Executable of this dynamic test invocation context.
- getExecutable() - Method in interface org.junit.jupiter.api.extension.ReflectiveInvocationContext
-
Get the method or constructor of this invocation context.
- 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 interface org.junit.jupiter.api.extension.ExtensionContext
-
Get an
ExecutableInvoker to invoke methods and constructors
with support for dynamic resolution of parameters.
- 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 interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the exception that was thrown during execution of the test or container
associated with this ExtensionContext, if available.
- getExecutionException() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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 interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the
ExecutionMode associated with the current test or container.
- 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
-
- 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
-
- getExecutionResults() - Method in class org.junit.platform.testkit.engine.ExecutionRecorder
-
- getExecutorService() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
-
- 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
-
- getExtensionContext() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
- getExtensionRegistry() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
- getExtensions(Class<E>) - 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 interface org.junit.jupiter.api.RepetitionInfo
-
Get the current number of repetitions of the corresponding
@RepeatedTest method that have ended in a failure.
- 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 interface org.junit.jupiter.api.RepetitionInfo
-
Get the configured failure threshold of the corresponding
@RepeatedTest method.
- getFailureThreshold() - Method in class org.junit.jupiter.engine.extension.DefaultRepetitionInfo
-
- getFields(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Custom alternative to Class.getFields() that sorts the fields
and converts them to a mutable list.
- 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
-
- getFilters() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
-
- getFiltersByType(Class<T>) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
-
- getFiltersByType(Class<T>) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- 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
-
- getFragmentSeparator(Class<?>) - Static method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
Get the sentence fragment separator.
- getFullyQualifiedMethodName(Class<?>, Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Build the fully qualified method name for the method described by the
supplied class and method.
- getFullyQualifiedMethodName(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Build the fully qualified method name for the method described by the
supplied class, method name, and parameter types.
- getGeneratorFor(Class<?>) - Static method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
Get the display name generator to use for the supplied test class.
- 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
-
- getIndex() - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Get the index of the
Parameter for this context within the
parameter list of the
Executable that
declares the parameter.
- getIndex() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- getInnermostInstance() - Method in interface org.junit.jupiter.api.extension.TestInstances
-
Get the innermost test instance.
- getInnermostInstance() - Method in class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- getInProgressTestDescriptorsWithSyntheticStartEvents() - Method in class org.junit.vintage.engine.execution.TestRun
-
- getInputArguments() - Static method in class org.junit.platform.commons.util.RuntimeUtils
-
Try to get the input arguments the VM was started with.
- 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
-
- getInterfaceFields(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getInterfaceMethods(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- 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
-
- 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
-
- 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(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
-
- getLauncherDiscoveryListener(ConfigurationParameters) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
- getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- 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
-
- 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
-
- getLocation(Object) - Static method in class org.junit.platform.commons.util.ClassLoaderUtils
-
Get the location from which the supplied object's class was loaded.
- 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<ExclusiveResource>) - 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(Class<?>) - Static method in class org.junit.platform.commons.logging.LoggerFactory
-
Get a
Logger for the specified class.
- 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.
- getMethod() - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Get the method for this descriptor.
- getMethod() - Method in class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getMethod() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
-
Get the selected Method.
- getMethodDescriptors() - Method in interface org.junit.jupiter.api.MethodOrdererContext
-
- 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
-
- getMethodParameterTypes() - Method in class org.junit.platform.engine.discovery.NestedMethodSelector
-
- getMethodParameterTypes() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Get the method parameter types of this source.
- getMethods(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Custom alternative to Class.getMethods() that sorts the methods
and converts them to a mutable list.
- 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(Class<?>) - Static method in class org.junit.platform.commons.util.ModuleUtils
-
Return the name of the module that the class or interface is a member of.
- getModuleName() - Method in class org.junit.platform.engine.discovery.ModuleSelector
-
Get the selected module name.
- getModuleVersion(Class<?>) - Static method in class org.junit.platform.commons.util.ModuleUtils
-
Return the raw version of the module that the class or interface is a member of.
- getName() - Method in interface org.junit.jupiter.api.Named
-
Get the name of the payload.
- 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
-
- getNoDisabledConditionsEncounteredResult() - Method in class org.junit.jupiter.api.condition.AbstractRepeatableAnnotationCondition
-
- getNoDisabledConditionsEncounteredResult() - Method in class org.junit.jupiter.api.condition.DisabledIfEnvironmentVariableCondition
-
- getNoDisabledConditionsEncounteredResult() - Method in class org.junit.jupiter.api.condition.DisabledIfSystemPropertyCondition
-
- getNoDisabledConditionsEncounteredResult() - Method in class org.junit.jupiter.api.condition.EnabledIfEnvironmentVariableCondition
-
- getNoDisabledConditionsEncounteredResult() - Method in class org.junit.jupiter.api.condition.EnabledIfSystemPropertyCondition
-
- getOnlyElement(Collection<T>) - Static method in class org.junit.platform.commons.util.CollectionUtils
-
Read the only element of a collection of size 1.
- getOrComputeIfAbsent(Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the object of type type that is present in this
Store (keyed by type); and otherwise invoke
the default constructor for type to generate the object,
store it, and return it.
- getOrComputeIfAbsent(K, Function<K, V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value that is stored under the supplied key.
- getOrComputeIfAbsent(K, Function<K, V>, Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value of the specified required type that is stored under the
supplied key.
- getOrComputeIfAbsent(K, Function<K, V>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
-
- getOrComputeIfAbsent(K, Function<K, V>, Class<V>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
-
- getOrComputeIfAbsent(N, K, Function<K, V>) - 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<K, V>, Class<V>) - 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.
- getOrDefault(Object, Class<V>, V) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value of the specified required type that is stored under
the supplied key, or the supplied defaultValue if no
value is found for the supplied key in this store or in an
ancestor.
- getOrder(ClassDescriptor) - Static method in class org.junit.jupiter.api.ClassOrderer.OrderAnnotation
-
- getOrder(MethodDescriptor) - Static method in class org.junit.jupiter.api.MethodOrderer.OrderAnnotation
-
- getOrder(Field) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
-
- getOrThrow(Function<? super Exception, E>) - Method in class org.junit.platform.commons.function.Try.Failure
-
- getOrThrow(Function<? super Exception, E>) - Method in class org.junit.platform.commons.function.Try
-
If this Try is a success, get the contained value; if this
Try is a failure, call the supplied Function with the
contained exception and throw the resulting Exception.
- getOrThrow(Function<? super Exception, E>) - Method in class org.junit.platform.commons.function.Try.Success
-
- getOuterInstance() - Method in interface org.junit.jupiter.api.extension.TestInstanceFactoryContext
-
Get the instance of the outer class, if available.
- getOuterInstance() - Method in class org.junit.jupiter.engine.descriptor.DefaultTestInstanceFactoryContext
-
- getOuterInstance(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getOutermostInstance(Object, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- 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 interface org.junit.jupiter.api.extension.ParameterContext
-
Get the Parameter for this context.
- getParameter() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- getParameterCount() - Method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
Get the number of parameters of the Method represented by this
context.
- getParameterName(int) - Method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
Get the name of the Parameter with the supplied index, if
it is present and declared before the aggregators.
- getParameterType(ParameterContext) - Method in class org.junit.jupiter.api.extension.support.TypeBasedParameterResolver
-
- 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 interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the parent extension context, if available.
- getParent() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getParent() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
- 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(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
-
Deprecated.
- getParent(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
- 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
-
- getPath() - Method in class org.junit.platform.commons.util.CloseablePath
-
- 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.
- getPathOrFile(AnnotatedElementContext, Class<?>, TempDirFactory, CleanupMode, TempDirectory.Scope, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
- getPayload() - Method in interface org.junit.jupiter.api.Named
-
Get the payload.
- getPayload() - Method in class org.junit.platform.testkit.engine.Event
-
Get the payload, if available.
- getPayload(Class<T>) - 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.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
-
- 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
-
- getPostDiscoveryFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- getPostDiscoveryFilters() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
-
Get the PostDiscoveryFilters for this request.
- getProperty(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
-
- getRawConfigurationParameter(String) - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
-
- getRawConfigurationParameter(String, Function<String, T>) - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
-
- getRawConfigurationParameter(String) - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
-
- getRawConfigurationParameter(String, Function<String, T>) - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
-
- getRawConfigurationParameter(String) - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
-
- getRawConfigurationParameter(String, Function<String, T>) - 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.
- getReason() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Get the reason why the container or test should be enabled or disabled,
if available.
- 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
-
- getRequiredMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Find the first Method of the supplied class or interface that
meets the specified criteria, beginning with the specified class or
interface and traversing up the type hierarchy until such a method is
found or the type hierarchy is exhausted.
- getRequiredPayload(Class<T>) - Method in class org.junit.platform.testkit.engine.Event
-
Get the payload of the required type.
- getRequiredTestClass() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the required Class associated with the current test
or container.
- getRequiredTestInstance() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the required test instance associated with the current test
or container.
- getRequiredTestInstances() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the required test instances associated with the current test
or container.
- getRequiredTestMethod() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the required Method associated with the current test
or container.
- getResolver(ParameterContext) - Method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
- getResourceLock() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
-
- getResourceLock(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeExecutionAdvisor
-
- getResourceLock() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
-
- getRoot() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the root ExtensionContext.
- getRoot() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getRoot() - Method in class org.junit.platform.engine.UniqueId
-
- getRoots() - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getRoots() - Method in class org.junit.platform.launcher.TestPlan
-
- getRootTestDescriptor() - Method in class org.junit.platform.engine.ExecutionRequest
-
Get the root
TestDescriptor of the engine that processes this
request.
- getRootUrisForPackage(String) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- getRootUrisForPackageNameOnClassPathAndModulePath(String) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- 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.
- getSelectors() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
-
Returns the selectors contained by this resolution.
- getSelectorsByType(Class<T>) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
-
- getSelectorsByType(Class<T>) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
-
- getSentenceBeginning(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- 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.
- 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
-
- 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.
- getStore(ExtensionContext.Namespace) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
- getStore(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getStore(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
-
- getStore(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
-
- getStoredResultOrSuccessful(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- getStoredValue(NamespacedHierarchicalStore.CompositeKey<N>) - 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.
- getSuperclassFields(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getSuperclassMethods(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- getTags() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the set of all tags for the current test or container.
- getTags() - Method in interface org.junit.jupiter.api.TestInfo
-
Get the set of all tags for the current test or container.
- getTags() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getTags() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- getTags(AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- 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
-
- getTarget() - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Get the target on which the
Executable
that declares the
Parameter for this context will
be invoked, if available.
- getTarget() - Method in interface org.junit.jupiter.api.extension.ReflectiveInvocationContext
-
Get the target object of this invocation context, if available.
- 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 interface org.junit.jupiter.api.extension.ReflectiveInvocationContext
-
Get the target class of this invocation context.
- 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
-
- getTestClass() - Method in interface org.junit.jupiter.api.ClassDescriptor
-
Get the class for this descriptor.
- getTestClass() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the Class associated with the current test or container,
if available.
- getTestClass() - Method in interface org.junit.jupiter.api.extension.TestInstanceFactoryContext
-
Get the test class for this context.
- getTestClass() - Method in interface org.junit.jupiter.api.MethodOrdererContext
-
Get the test class for this context.
- getTestClass() - Method in interface org.junit.jupiter.api.TestInfo
-
Get the Class associated with the current test or container, if available.
- 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.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 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.TestInfoParameterResolver.DefaultTestInfo
-
- 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
-
- getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Event
-
- getTestDescriptor() - Method in class org.junit.platform.testkit.engine.Execution
-
- getTestEngines() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryResult
-
- getTestIdentifier(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
-
- getTestIdentifier(String) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- getTestIdentifier(UniqueId) - Method in class org.junit.platform.launcher.core.InternalTestPlan
-
- 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.TestPlan
-
- getTestIdentifier(UniqueId) - Method in class org.junit.platform.launcher.TestPlan
-
- getTestInstance() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the test instance associated with the current test or container,
if available.
- getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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 interface org.junit.jupiter.api.extension.ExtensionContext
-
- getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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(Class<?>, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
-
- getTestInstanceLifecycle() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
-
- getTestInstances() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the test instances associated with the current test or container,
if available.
- getTestInstances() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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(MutableExtensionRegistry, ThrowableCollector) - Method in interface org.junit.jupiter.engine.execution.TestInstancesProvider
-
- getTestInstances(ExtensionRegistry, ExtensionRegistrar, ThrowableCollector) - Method in interface org.junit.jupiter.engine.execution.TestInstancesProvider
-
- getTestInstancesProvider() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
- getTestMethod() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the Method associated with the current test, if available.
- getTestMethod() - Method in interface org.junit.jupiter.api.TestInfo
-
Get the Method associated with the current test or container, if available.
- getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- 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
-
- getTestSourceUri() - Method in class org.junit.jupiter.api.DynamicNode
-
Get the custom test source URI of this DynamicNode.
- 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.
- getThreadExecutorForSameThreadInvocation() - Method in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
-
- 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.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
-
- getTotalRepetitions() - Method in interface org.junit.jupiter.api.RepetitionInfo
-
Get the total number of repetitions of the corresponding
@RepeatedTest method.
- 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.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
-
- getType() - Method in class org.junit.platform.engine.UniqueId.Segment
-
Get the type of this segment.
- getType() - Method in class org.junit.platform.launcher.core.EngineDiscoveryErrorDescriptor
-
- 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
-
- getUnderlyingCause(Throwable) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Get the underlying cause of the supplied Throwable.
- getUniqueId() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the unique ID of the current test or container.
- getUniqueId() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
-
- getUniqueId() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
-
- 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
-
- 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.engine.UniqueId.Segment
-
Get the value of this segment.
- getValue(String) - Method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
-
- getVersion() - Method in interface org.junit.platform.engine.TestEngine
-
Get the version of this test engine.
- getWrapperType(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Get the wrapper type for the supplied primitive type.
- GLOBAL - Static variable in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
-
The default, global namespace which allows access to stored data from
all extensions.
- GLOBAL - Static variable in class org.junit.jupiter.api.parallel.Resources
-
Represents the global resource lock: "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY"
- 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.LockManager
-
- globalReadLock - Variable in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
-
- globalReadWriteLock - Variable in class org.junit.platform.engine.support.hierarchical.NodeTreeWalker
-
- ifFailure(Consumer<Exception>) - Method in class org.junit.platform.commons.function.Try.Failure
-
- ifFailure(Consumer<Exception>) - Method in class org.junit.platform.commons.function.Try
-
If this Try is a failure, call the supplied Consumer with
the contained exception; otherwise, do nothing.
- ifFailure(Consumer<Exception>) - Method in class org.junit.platform.commons.function.Try.Success
-
- ifSuccess(Consumer<V>) - Method in class org.junit.platform.commons.function.Try.Failure
-
- ifSuccess(Consumer<V>) - Method in class org.junit.platform.commons.function.Try
-
If this Try is a success, call the supplied Consumer with
the contained value; otherwise, do nothing.
- ifSuccess(Consumer<V>) - Method in class org.junit.platform.commons.function.Try.Success
-
- IgnoreCondition - Class in org.junit.jupiter.migrationsupport.conditions
-
- 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
-
- 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
-
- 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(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
-
- 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.
- includeClassNamePatternsUsed - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- included - Variable in class org.junit.platform.engine.FilterResult
-
- included(String) - Static method in class org.junit.platform.engine.FilterResult
-
Factory for creating included results.
- included() - Method in class org.junit.platform.engine.FilterResult
-
- INCLUDED_BY_ALL_FILTERS - Static variable in class org.junit.platform.engine.CompositeFilter
-
- includedIf(boolean) - Static method in class org.junit.platform.engine.FilterResult
-
Factory for creating filter results based on the condition given.
- includedIf(boolean, Supplier<String>, Supplier<String>) - Static method in class org.junit.platform.engine.FilterResult
-
Factory for creating filter results based on the condition given.
- includeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
-
Create a new include EngineFilter based on the
supplied engine IDs.
- includeEngines(List<String>) - 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<String>) - Static method in class org.junit.platform.launcher.TagFilter
-
- 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
-
- includePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
-
- 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.
- includeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
-
Create an include filter based on the supplied tag expressions.
- includeTags(List<String>) - 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
-
- includeValuesInMessage - Variable in class org.junit.jupiter.api.AssertionFailureBuilder
-
- includeValuesInMessage(boolean) - Method in class org.junit.jupiter.api.AssertionFailureBuilder
-
Set whether to include the actual and expected values in the generated
failure message.
- inclusionReasonExpressionNotSatisfy(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
-
- inclusionReasonExpressionSatisfy(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
-
- incrementSkippedOrStarted() - Method in class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
-
- 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_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
-
Placeholder for the current invocation index of a @ParameterizedTest
method (1-based): {index}
- indexOfFirstAggregator() - Method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
Find the index of the first
aggregator
Parameter in the
Method represented by this context.
- IndicativeSentences() - Constructor for class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- IndicativeSentencesGeneration - Annotation Type in org.junit.jupiter.api
-
- indicativeSentencesGenerator - Static variable in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
-
Pre-defined display name generator instance producing indicative sentences.
- info(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the message from the provided messageSupplier at info level.
- info(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the provided Throwable and message from the provided
messageSupplier at info level.
- info(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- info(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
-
- inherited(ConfigurationParameters) - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
-
- initialize(AnnotatedElement, T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
-
- initializeAnnotationConsumer(AnnotationConsumer<A>, A) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
-
- injectFields(ExtensionContext, Object, Class<?>, Predicate<Field>) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
- injectInstanceFields(ExtensionContext, Object) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
- 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
-
- INSTANCE - Static variable in class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
-
- INSTANCE - Static variable in class org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores
-
- INSTANCE - Static variable in class org.junit.jupiter.api.DisplayNameGenerator.Simple
-
- INSTANCE - Static variable in class org.junit.jupiter.api.DisplayNameGenerator.Standard
-
- INSTANCE - Static variable in class org.junit.jupiter.api.io.TempDirFactory.Standard
-
- INSTANCE - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
-
- 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.DefaultLauncherSession.ClosedLauncher
-
- instanceOf(Class<? extends Throwable>) - 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.
- instances - Variable in class org.junit.jupiter.engine.execution.DefaultTestInstances
-
- instantiate(List<Function<EngineDiscoveryRequestResolver.InitializationContext<T>, R>>, EngineDiscoveryRequestResolver.InitializationContext<T>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
-
- instantiateAndPostProcessTestInstance(JupiterEngineExecutionContext, ExtensionContext, ExtensionRegistry, ExtensionRegistrar, ThrowableCollector) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- instantiateArgumentsProvider(Class<? extends ArgumentsProvider>) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
-
- instantiateTestClass(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionRegistrar, ExtensionContext, ThrowableCollector) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- instantiateTestClass(Optional<TestInstances>, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- instantiateTestClass(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionRegistrar, ExtensionContext, ThrowableCollector) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- instantiateTestClass(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionRegistrar, ExtensionContext, ThrowableCollector) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
-
- InstantiatingConfigurationParameterConverter<T> - Class in org.junit.jupiter.engine.config
-
- InstantiatingConfigurationParameterConverter(Class<T>, String) - Constructor for class org.junit.jupiter.engine.config.InstantiatingConfigurationParameterConverter
-
- intercept(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext, TimeoutDuration, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- intercept(LauncherInterceptor.Invocation<T>) - Method in interface org.junit.platform.launcher.LauncherInterceptor
-
Intercept the supplied invocation.
- interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
Intercept the invocation of an
@AfterAll method.
- interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptDynamicTest(InvocationInterceptor.Invocation<Void>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptDynamicTest(InvocationInterceptor.Invocation<Void>, DynamicTestInvocationContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- InterceptedInvocation(InvocationInterceptor.Invocation<T>, InvocationInterceptorChain.InterceptorCall<T>, 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 extends java.lang.reflect.Executable,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<Void>, ReflectiveInvocationContext<Method>, 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<T>, ReflectiveInvocationContext<Method>, ExtensionContext, TimeoutExtension.TimeoutProvider) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptTestClassConstructor(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Constructor<T>>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
Intercept the invocation of a test class constructor.
- interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
Intercept the invocation of a
@Test method.
- interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
- interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
-
- interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, 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) - Constructor for class org.junit.jupiter.engine.extension.SameThreadTimeoutInvocation.InterruptTask
-
- 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.TestTemplateInvocationTestDescriptor
-
- invocationIndex - Variable in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
-
- invocationIndex - Variable in class org.junit.jupiter.params.ParameterizedTestInvocationContext
-
- invocationIndex - Variable in class org.junit.jupiter.params.ParameterizedTestParameterResolver
-
- InvocationInterceptor - Interface in org.junit.jupiter.api.extension
-
InvocationInterceptor defines the API for
Extensions that wish to intercept calls to test code.
- InvocationInterceptor.Invocation<T> - Interface in org.junit.jupiter.api.extension
-
An invocation that returns a result and may throw a Throwable.
- 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(Method) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
-
Invoke the supplied static method with dynamic parameter resolution.
- invoke(Method, Object) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
-
Invoke the supplied method with dynamic parameter resolution.
- invoke(Constructor<T>) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
-
Invoke the supplied top-level constructor with dynamic parameter resolution.
- invoke(Constructor<T>, Object) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
-
Invoke the supplied constructor with the supplied outer instance and
dynamic parameter resolution.
- invoke(E, Throwable) - Method in interface org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.ExceptionHandlerInvoker
-
Invoke the supplied exceptionHandler with the supplied throwable.
- invoke(T, ExtensionContext) - Method in interface org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.CallbackInvoker
-
- invoke(Constructor<T>, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
-
- invoke(Method, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
-
- invoke(Constructor<T>, Optional<Object>, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>, T>) - 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, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, T>) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
-
Invoke the supplied method with dynamic parameter resolution.
- invoke(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<E>, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<E, T>) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
-
- invoke(InvocationInterceptor.Invocation<T>, ExtensionRegistry, InvocationInterceptorChain.InterceptorCall<T>) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
-
- invoke(GenericBeforeAndAfterAdvice) - Method in interface org.junit.jupiter.migrationsupport.rules.TestRuleSupport.AdviceInvoker
-
- invoke(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node.Invocation
-
Invoke this invocation with the supplied context.
- 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
-
- 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<? extends HierarchicalTestExecutorService.TestTask>) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
-
- invokeAll(List<? extends HierarchicalTestExecutorService.TestTask>) - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
-
Invoke all supplied
test tasks and block until
their execution has finished.
- invokeAll(List<? extends HierarchicalTestExecutorService.TestTask>) - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
-
- invokeAllAfterMethodsOrCallbacks(Class<T>, JupiterEngineExecutionContext, TestMethodTestDescriptor.CallbackInvoker<T>) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
-
- 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
-
- 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
-
- invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(Class<T>, JupiterEngineExecutionContext, TestMethodTestDescriptor.CallbackInvoker<T>) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
-
- invokeBeforeTestExecutionCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
-
- invokeConditionMethod(Method, ExtensionContext) - Method in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- invokedOrSkipped - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
-
- invokeExecutionExceptionHandlers(Class<E>, ExtensionRegistry, Throwable, JupiterTestDescriptor.ExceptionHandlerInvoker<E>) - 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<E>, Throwable, JupiterTestDescriptor.ExceptionHandlerInvoker<E>) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- invokeMethod(Method, Object, Object...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Invoke the supplied method, making it accessible if necessary and
masking any
checked exception as an unchecked exception.
- invokeMethod(Method, Object, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- invokeMethodInExtensionContext(Method, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- invokeTestClassConstructor(Optional<Object>, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- invokeTestExecutionExceptionHandlers(ExtensionRegistry, ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
-
- invokeTestInstanceFactory(Optional<Object>, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- invokeTestInstancePostProcessors(Object, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- invokeTestInstancePreConstructCallbacks(TestInstanceFactoryContext, ExtensionRegistry, ExtensionContext) - 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<TestWatcher>) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
-
- isAbstract(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is abstract.
- isAbstract(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is abstract.
- isAbstract(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isAbstract(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isAggregator(Parameter) - Static method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
- isAggregator(int) - Method in class org.junit.jupiter.params.ParameterizedTestMethodContext
-
- isALeaf(Set<TestIdentifier>) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
-
- isAlreadyRegistered(Class<? extends Extension>) - 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<? extends Annotation>) - Method in interface org.junit.jupiter.api.ClassDescriptor
-
Determine if an annotation of annotationType is either
present or meta-present on the Class for
this descriptor.
- isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.extension.AnnotatedElementContext
-
Determine if an annotation of annotationType is either
present or meta-present on the AnnotatedElement for
this context.
- isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Determine if an annotation of annotationType is either
present or meta-present on the AnnotatedElement for
this context.
- isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Determine if an annotation of annotationType is either
present or meta-present on the Method for
this descriptor.
- isAnnotated(Class<? extends Annotation>) - Method in class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
-
- isAnnotated(Class<? extends Annotation>) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
- isAnnotated(Optional<? extends AnnotatedElement>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Determine if an annotation of annotationType is either
present or meta-present on the supplied optional
element.
- isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Determine if an annotation of annotationType is either
present or meta-present on the supplied
element.
- isAnnotated(Optional<? extends AnnotatedElement>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Determine if an annotation of annotationType is either
present or meta-present on the supplied optional
element.
- isAnnotated(Parameter, int, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Determine if an annotation of annotationType is either
present or meta-present on the supplied
element.
- isArray(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if the supplied object is an array.
- isAssignableTo(Class<?>, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if an object of the supplied source type can be assigned to the
supplied target type for the purpose of reflective method invocations.
- isAssignableTo(Object, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if the supplied object can be assigned to the supplied target
type for the purpose of reflective method invocations.
- isBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied String is blank (i.e.,
null or consisting only of whitespace characters).
- isClassFile(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
-
- 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(Class<?>) - Static method in class org.junit.platform.commons.util.CollectionUtils
-
Determine if an instance of the supplied type can be converted into a
Stream.
- isCurrentOs() - Method in enum org.junit.jupiter.api.condition.OS
-
- isCurrentVersion() - Method in enum org.junit.jupiter.api.condition.JRE
-
- isCurrentVersionWithinRange(JRE, JRE) - Static method in enum org.junit.jupiter.api.condition.JRE
-
- isDebugMode() - Static method in class org.junit.platform.commons.util.RuntimeUtils
-
Try to determine whether the VM was started in debug mode or not.
- isDescendantOfRunnerTestDescriptor(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isDisabled() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Whether the container or test should be disabled.
- 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
-
- isEnabled(A) - Method in class org.junit.jupiter.api.condition.BooleanExecutionCondition
-
- isEnabled(DisabledForJreRange) - Method in class org.junit.jupiter.api.condition.DisabledForJreRangeCondition
-
- isEnabled(boolean) - Method in class org.junit.jupiter.api.condition.DisabledIfCondition
-
- isEnabled(DisabledOnJre) - Method in class org.junit.jupiter.api.condition.DisabledOnJreCondition
-
- isEnabled(EnabledForJreRange) - Method in class org.junit.jupiter.api.condition.EnabledForJreRangeCondition
-
- isEnabled(boolean) - Method in class org.junit.jupiter.api.condition.EnabledIfCondition
-
- isEnabled(EnabledOnJre) - Method in class org.junit.jupiter.api.condition.EnabledOnJreCondition
-
- isEnabled(boolean) - Method in class org.junit.jupiter.api.condition.MethodBasedCondition
-
- isEnabledBasedOnArchitecture(DisabledOnOs) - Method in class org.junit.jupiter.api.condition.DisabledOnOsCondition
-
- isEnabledBasedOnArchitecture(EnabledOnOs) - Method in class org.junit.jupiter.api.condition.EnabledOnOsCondition
-
- isEnabledBasedOnOs(DisabledOnOs) - Method in class org.junit.jupiter.api.condition.DisabledOnOsCondition
-
- isEnabledBasedOnOs(EnabledOnOs) - Method in class org.junit.jupiter.api.condition.EnabledOnOsCondition
-
- 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
-
- 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
-
- IsFactoryConstructor(Class<?>) - Constructor for class org.junit.jupiter.params.converter.FallbackStringToObjectConverter.IsFactoryConstructor
-
- IsFactoryMethod(Class<?>) - Constructor for class org.junit.jupiter.params.converter.FallbackStringToObjectConverter.IsFactoryMethod
-
- isFactoryMethod - Static variable in class org.junit.jupiter.params.provider.MethodArgumentsProvider
-
- isFastForwardLine(String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
-
- isFieldShadowedByLocalFields(Field, List<Field>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isFinal(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is final.
- isFinal(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is final.
- isFinal(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isFinal(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isFinishedOrSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isGeneric(Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isGeneric(Type) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- 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
-
- isInJavaLangAnnotationPackage(Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
- IsInnerClass - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a class is a non-private inner class (i.e., a non-static nested class).
- IsInnerClass() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsInnerClass
-
- isInnerClass - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
-
- isInnerClass(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if the supplied class is an inner class (i.e., a
non-static member class).
- isJavaPlatformModuleSystemAvailable() - Static method in class org.junit.platform.commons.util.ModuleUtils
-
Determine if the current Java runtime supports the Java Platform Module System.
- 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
-
- isMethodPresent(Class<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if a Method matching the supplied Predicate
is present within the type hierarchy of the specified class, beginning
with the specified class or interface and traversing up the type
hierarchy until such a method is found or the type hierarchy is exhausted.
- isMethodShadowedBy(Method, Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isMethodShadowedByLocalMethods(Method, List<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isMultidimensionalArray(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if the supplied object is a multidimensional array.
- isNestedTestClass - Static variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
-
- IsNestedTestClass - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a class is a JUnit Jupiter
@Nested test class.
- IsNestedTestClass() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
-
- isNestedTestClass - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- isNotBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied
String is not
blank.
- 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).
- isNotFinal(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is not final.
- isNotFinal(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is not final.
- isNotFinal(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isNotFinal(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isNotFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isNotInIncreasingOrder(List<Integer>) - Static method in class org.junit.platform.testkit.engine.Events
-
- isNotModuleInfo(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
-
- isNotPackageInfo(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
-
- isNotPrivate(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is not private.
- isNotPrivate(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is not private.
- isNotPrivate(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isNotPrivate(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isNotPrivateAndAcceptsSingleStringArgument(Executable) - Static method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
-
- isNotSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isNotStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
-
- isNotStatic(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is not static.
- isNotStatic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is not static.
- isNotStatic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isNotStatic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- ISO_CONTROL_PATTERN - Static variable in class org.junit.platform.commons.util.StringUtils
-
- Isolated - Annotation Type in org.junit.jupiter.api.parallel
-
@Isolated is used to declare that the annotated test class should be
executed in isolation from other test classes.
- 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 - Class in org.junit.vintage.engine.discovery
-
- IsPotentialJUnit4TestClass() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
-
- isPotentialJUnit4TestClass - Static variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
-
- 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
-
- IsPotentialTestContainer - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a class is a potential top-level JUnit Jupiter test container, even if
it does not contain tests.
- IsPotentialTestContainer() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
-
- isPotentialTestContainer - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- isPrefixOrViceVersa(UniqueId, UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
-
- isPrivate(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is private.
- isPrivate(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is private.
- isPrivate(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isPrivate(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isPublic(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is public.
- isPublic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is public.
- isPublic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isPublic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isReadOnly(Set<ExclusiveResource>) - 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
-
- isRepeatableAnnotationContainer(Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
-
Determine if the supplied annotation type is a container for a repeatable
annotation.
- 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.
- isSearchable(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if the supplied class is searchable: is non-null and is
not equal to the class reference for java.lang.Object.
- 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(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied class is static.
- isStatic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
-
Determine if the supplied member is static.
- isStatic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isStatic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isSuccess() - Method in class org.junit.platform.launcher.tagexpression.ParseStatus
-
- isSuite() - Method in class org.junit.platform.runner.JUnitPlatform
-
Deprecated.
- 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<? extends Annotation>, boolean) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
-
- isTestClassWithTests - Static variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
-
- IsTestClassWithTests - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a class is a JUnit Jupiter test class containing executable tests,
test factories, test templates, or nested tests.
- IsTestClassWithTests() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- 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 - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- IsTestFactoryMethod - Class in org.junit.jupiter.engine.discovery.predicates
-
- IsTestFactoryMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
-
- isTestMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- IsTestMethod - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a method is a JUnit Jupiter
@Test method.
- IsTestMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
-
- isTestMethod(Method) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
-
- isTestOrTestFactoryOrTestTemplateMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- isTestTemplateMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
-
- IsTestTemplateMethod - Class in org.junit.jupiter.engine.discovery.predicates
-
- IsTestTemplateMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
-
- isTimeoutDisabled(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
Determine if timeouts are disabled for the supplied extension context.
- isTimeoutDisabled(String) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
-
Determine if timeouts are disabled for the supplied mode.
- 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.
- isWideningConversion(Class<?>, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Determine if Java supports a widening primitive conversion from the
supplied source type to the supplied primitive target type.
- 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
-
- SameThreadHierarchicalTestExecutorService - Class in org.junit.platform.engine.support.hierarchical
-
- SameThreadHierarchicalTestExecutorService() - Constructor for class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
-
- SameThreadTimeoutInvocation<T> - Class in org.junit.jupiter.engine.extension
-
- SameThreadTimeoutInvocation(InvocationInterceptor.Invocation<T>, TimeoutDuration, ScheduledExecutorService, Supplier<String>) - 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
-
- saturate - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
-
- scanForClassesInClasspathRoot(URI, ClassFilter) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- scanForClassesInPackage(String, ClassFilter) - Method in class org.junit.platform.commons.util.ClasspathScanner
-
- scheduled(Future<Void>) - Static method in interface org.junit.platform.engine.support.hierarchical.NodeTestTask.DynamicTaskState
-
- Scope() - Constructor for enum org.junit.jupiter.engine.extension.TempDirectory.Scope
-
- SCOPE_PROPERTY_NAME - Static variable in annotation type org.junit.jupiter.api.io.TempDir
-
Deprecated.
- SearchOption - Enum in org.junit.platform.commons.support
-
Search options for finding an annotation within a class hierarchy.
- SearchOption() - Constructor for enum org.junit.platform.commons.support.SearchOption
-
- 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.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 enum org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
-
- select(Enum<?>, Set<String>) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
- selectClass(List<Class<?>>) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
-
- selectClass(List<Class<?>>, Class<?>) - Method in enum org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
-
- selectClass(Class<?>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a ClassSelector for the supplied Class.
- selectClass(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a ClassSelector for the supplied class name.
- selectClass(ClassLoader, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a ClassSelector for the supplied class name and class loader.
- SelectClasses - Annotation Type in org.junit.platform.suite.api
-
@SelectClasses specifies the classes to select when running
a test suite on the JUnit Platform.
- selectClasses(Class<?>...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selectClasses(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selectClasses(Class<?>, SelectClasses) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- selectClasspathResource(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a ClasspathResourceSelector for the supplied classpath
resource name.
- selectClasspathResource(String, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a ClasspathResourceSelector for the supplied classpath
resource name.
- 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.
- selectClasspathResource(String, int, int) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- SelectClasspathResources - Annotation Type in org.junit.platform.suite.api
-
- selectClasspathRoots(Set<Path>) - 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 - Annotation Type in org.junit.platform.suite.api
-
@SelectDirectories specifies the directories to select when
running a test suite on the JUnit Platform.
- selectDirectories(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selectDirectory(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a DirectorySelector for the supplied directory path.
- selectDirectory(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a DirectorySelector for the supplied directory.
- selectedClassNames - Variable in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- selectExecutionListener(EngineExecutionListener, ConfigurationParameters) - Static method in class org.junit.platform.launcher.core.EngineExecutionOrchestrator
-
- selectFile(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a FileSelector for the supplied file path.
- selectFile(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a FileSelector for the supplied file.
- selectFile(String, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a FileSelector for the supplied file path.
- selectFile(File, FilePosition) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a FileSelector for the supplied file.
- 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.
- selectFile(String, int, int) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- 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(List<Class<?>>, Method) - Method in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
-
- selectMethod(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a MethodSelector for the supplied fully qualified
method name.
- 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(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(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(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(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(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, 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(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(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<?>, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a MethodSelector for the supplied Class and Method.
- 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.
- selectMethod(Class<?>, SelectMethod) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- 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(Set<String>) - 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.
- selectModules(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selectNestedClass(List<Class<?>>, 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>, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a NestedClassSelector for the supplied class name and its enclosing
classes' names.
- selectNestedClass(ClassLoader, List<String>, 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.
- selectNestedMethod(List<String>, 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(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,
and class loader.
- selectNestedMethod(List<String>, 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.
- selectNestedMethod(ClassLoader, List<String>, 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<String>, 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<Class<?>>, 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<?>>, 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<Class<?>>, 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<?>>, Class<?>, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a NestedMethodSelector for the supplied nested Class and Method.
- selector - Variable in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
- 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.listeners.discovery.AbortOnFailureLauncherDiscoveryListener
-
- 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(SelectorResolutionResult.Status, Throwable) - Constructor for class org.junit.platform.engine.SelectorResolutionResult
-
- SelectorResolutionResult.Status - Enum in org.junit.platform.engine
-
- SelectorResolver - Interface in org.junit.platform.engine.support.discovery
-
- SelectorResolver.Context - Interface in org.junit.platform.engine.support.discovery
-
- SelectorResolver.Match - Class in org.junit.platform.engine.support.discovery
-
- SelectorResolver.Match.Type - Enum in org.junit.platform.engine.support.discovery
-
- SelectorResolver.Resolution - Class in org.junit.platform.engine.support.discovery
-
- selectors - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
-
- selectors(Set<? extends DiscoverySelector>) - Static method 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(DiscoverySelector...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add all of the supplied selectors to the request.
- selectors(List<? extends DiscoverySelector>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add all of the supplied selectors to the request.
- selectors(DiscoverySelector...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- selectors(List<? extends DiscoverySelector>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- selectors(DiscoverySelector...) - Method in class org.junit.platform.testkit.engine.EngineTestKit.Builder
-
- selectPackage(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a PackageSelector for the supplied package name.
- 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.
- selectPackages(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selectUniqueId(UniqueId) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a
UniqueIdSelector for the supplied
UniqueId.
- selectUniqueId(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
-
Create a UniqueIdSelector for the supplied unique ID.
- 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 - Annotation Type in org.junit.platform.suite.api
-
@SelectUris specifies the URIs to select when running a test
suite on the JUnit Platform.
- selectUris(String...) - Static method in class org.junit.platform.suite.commons.AdditionalDiscoverySelectors
-
- selfOrChildFailed(ExtensionContext) - Static method in class org.junit.jupiter.engine.extension.TempDirectory
-
- 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<T>, TimeoutDuration, Supplier<String>) - 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(TestIdentifier) - Constructor for class org.junit.platform.launcher.TestIdentifier.SerializedForm
-
- SerializedForm(ObjectInputStream.GetField) - Constructor for class org.junit.platform.launcher.TestIdentifier.SerializedForm
-
- serialPersistentFields - Static variable in class org.junit.platform.launcher.TestIdentifier
-
- serialVersionUID - Static variable in exception org.junit.jupiter.api.AssertTimeoutPreemptively.ExecutionTimeoutException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ExtensionConfigurationException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ExtensionContextException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ParameterResolutionException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.TestInstantiationException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.engine.execution.ConditionEvaluationException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.params.aggregator.ArgumentAccessException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.params.aggregator.ArgumentsAggregationException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.params.converter.ArgumentConversionException
-
- serialVersionUID - Static variable in exception org.junit.jupiter.params.provider.CsvParsingException
-
- serialVersionUID - Static variable in exception org.junit.platform.commons.JUnitException
-
- serialVersionUID - Static variable in exception org.junit.platform.commons.PreconditionViolationException
-
- serialVersionUID - Static variable in class org.junit.platform.commons.util.LruCache
-
- serialVersionUID - Static variable in exception org.junit.platform.commons.util.PreconditionViolationException
-
Deprecated.
- 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 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 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
-
- 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(Supplier<Launcher>, Supplier<LauncherSessionListener>, Supplier<List<LauncherInterceptor>>) - Constructor for class org.junit.platform.launcher.core.SessionPerRequestLauncher
-
- setDefaultChildExecutionMode(Node.ExecutionMode) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- 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
-
- setTestInstances(TestInstances) - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
- setTestInstances(TestInstances) - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
-
- SHORT_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
-
Short display name pattern for a repeated test: "repetition {currentRepetition} of {totalRepetitions}"
- shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
-
- shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- shouldBeSkipped(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Determine if the execution of the supplied context should be
skipped.
- 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
-
- ShuntingYard(List<Token>) - Constructor for class org.junit.platform.launcher.tagexpression.ShuntingYard
-
- Simple() - Constructor for class org.junit.jupiter.api.DisplayNameGenerator.Simple
-
- 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
-
- 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
-
- SingleLock - Class in org.junit.platform.engine.support.hierarchical
-
- SingleLock(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.
- SingleThreadExecutorResource() - Constructor for class org.junit.jupiter.engine.extension.TimeoutInvocationFactory.SingleThreadExecutorResource
-
- 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
-
- 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 interface org.junit.jupiter.api.extension.InvocationInterceptor.Invocation
-
Explicitly skip this invocation.
- 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() - Method in class org.junit.platform.testkit.engine.Events
-
Get the skipped
Events contained in this
Events object.
- skipped(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected skipped events.
- 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() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the skipped
Executions contained in this
Executions object.
- skipped - Variable in class org.junit.platform.testkit.engine.TerminationInfo
-
- skipped(String) - Static method in class org.junit.platform.testkit.engine.TerminationInfo
-
Create a skipped TerminationInfo instance for the
supplied reason.
- skipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
-
Determine if this TerminationInfo represents a skipped execution.
- 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
-
- skippedWithReason(Predicate<String>) - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- skipReason - Variable in class org.junit.platform.launcher.core.OutcomeDelayingEngineExecutionListener
-
- skipReason - Variable in class org.junit.platform.testkit.engine.TerminationInfo
-
- SkipResult(boolean, String) - Constructor for class org.junit.platform.engine.support.hierarchical.Node.SkipResult
-
- skipResult - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
-
- snippet(String) - Method in class org.junit.jupiter.api.AssertLinesMatch.LinesMatcher
-
- 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_CODE_SYNTAX_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
-
- sources - Variable in class org.junit.platform.engine.support.descriptor.CompositeTestSource
-
- sourceType - Variable in class org.junit.jupiter.params.converter.TypedArgumentConverter
-
- Stack<T> - Interface in org.junit.platform.launcher.tagexpression
-
- STACK_TRACE_ELEMENT_FILTER - Static variable in class org.junit.platform.commons.util.ExceptionUtils
-
- 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
-
- Standard() - Constructor for class org.junit.jupiter.api.DisplayNameGenerator.Standard
-
- Standard() - Constructor for class org.junit.jupiter.api.io.TempDirFactory.Standard
-
- 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.
- started - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
-
- started() - Static method in class org.junit.platform.testkit.engine.EventConditions
-
- started() - Method in class org.junit.platform.testkit.engine.Events
-
Get the started
Events contained in this
Events object.
- started(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected started events.
- started() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the started
Executions contained in this
Executions object.
- 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) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
-
- Status() - Constructor for enum org.junit.jupiter.api.AssertIterableEquals.Status
-
- status - Variable in class org.junit.platform.engine.SelectorResolutionResult
-
- Status() - Constructor for enum org.junit.platform.engine.SelectorResolutionResult.Status
-
- status - Variable in class org.junit.platform.engine.TestExecutionResult
-
- Status() - Constructor for enum org.junit.platform.engine.TestExecutionResult.Status
-
- status - Variable in class org.junit.platform.launcher.EngineDiscoveryResult
-
- Status() - Constructor for enum org.junit.platform.launcher.EngineDiscoveryResult.Status
-
- status(TestExecutionResult.Status) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
-
- 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
-
- 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
-
- store - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocationFactory
-
- storedValue(Supplier<Object>) - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
-
- StoredValue(int, Supplier<Object>) - 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
-
- storeResult(TestDescriptor, TestExecutionResult) - Method in class org.junit.vintage.engine.execution.TestRun
-
- stream(Iterator<T>, Function<? super T, String>, ThrowingConsumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
-
Generate a stream of dynamic tests based on the given generator and test
executor.
- stream(Stream<T>, Function<? super T, String>, ThrowingConsumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
-
Generate a stream of dynamic tests based on the given input stream and
test executor.
- stream(Iterator<? extends Named<T>>, ThrowingConsumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
-
Generate a stream of dynamic tests based on the given generator and test
executor.
- stream(Stream<? extends Named<T>>, ThrowingConsumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
-
Generate a stream of dynamic tests based on the given input stream and
test executor.
- stream(Class<E>) - 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<E>) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
-
- stream() - Method in class org.junit.platform.commons.logging.LogRecordListener
-
Get a stream of
log records that have been
submitted to this listener by the
current thread.
- stream(Level) - Method in class org.junit.platform.commons.logging.LogRecordListener
-
Get a stream of
log records that have been
submitted to this listener by the current
thread at the given log level.
- stream(Class<?>) - Method in class org.junit.platform.commons.logging.LogRecordListener
-
Get a stream of
log records that have been
submitted to this listener by the current
thread for the logger name equal to the name of the given class.
- stream(Class<?>, Level) - Method in class org.junit.platform.commons.logging.LogRecordListener
-
Get a stream of
log records that have been
submitted to this listener by the current
thread for the logger name equal to the name of the given class at the given
log level.
- stream() - Method in class org.junit.platform.testkit.engine.Events
-
- stream() - Method in class org.junit.platform.testkit.engine.Executions
-
- streamAllClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied classpath root
that match the specified classFilter and classNameFilter
predicates.
- streamAllClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamAllClassesInClasspathRoot(URI, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamAllClassesInModule(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied moduleName
that match the specified classFilter and classNameFilter
predicates.
- streamAllClassesInModule(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamAllClassesInModule(String, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamAllClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all classes in the supplied basePackageName
that match the specified classFilter and classNameFilter
predicates.
- streamAllClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
since 1.10
- streamAllClassesInPackage(String, ClassFilter) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamExtensionTypes(AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
-
- streamExtensionTypes(List<ExtendWith>) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
-
- streamFields(Class<?>, Predicate<Field>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all fields of the supplied class or interface
that match the specified predicate.
- streamFields(Class<?>, Predicate<Field>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- StreamInterceptingTestExecutionListener - Class in org.junit.platform.launcher.core
-
- StreamInterceptingTestExecutionListener(Optional<StreamInterceptor>, Optional<StreamInterceptor>, BiConsumer<TestIdentifier, ReportEntry>) - Constructor for class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
-
- StreamInterceptor - Class in org.junit.platform.launcher.core
-
- StreamInterceptor(PrintStream, Consumer<PrintStream>, int) - Constructor for class org.junit.platform.launcher.core.StreamInterceptor
-
- StreamInterceptor.RewindableByteArrayOutputStream - Class in org.junit.platform.launcher.core
-
- streamLocal(Class<E>) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
-
Stream all Extensions of the specified type that are present
in this registry.
- streamMethods(Class<?>, Predicate<Method>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all distinct methods of the supplied class or
interface that match the specified predicate.
- streamMethods(Class<?>, Predicate<Method>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- streamNestedClasses(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all nested classes within the supplied class, or inherited by the
supplied class, that conform to the supplied predicate.
- streamNestedClasses(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
since 1.10
- string() - Method in class org.junit.platform.launcher.tagexpression.Token
-
- StringToBooleanConverter - Class in org.junit.jupiter.params.converter
-
- StringToBooleanConverter() - Constructor for class org.junit.jupiter.params.converter.StringToBooleanConverter
-
- StringToCharacterConverter - Class in org.junit.jupiter.params.converter
-
- StringToCharacterConverter() - Constructor for class org.junit.jupiter.params.converter.StringToCharacterConverter
-
- StringToClassConverter - Class in org.junit.jupiter.params.converter
-
- StringToClassConverter() - Constructor for class org.junit.jupiter.params.converter.StringToClassConverter
-
- StringToCommonJavaTypesConverter - Class in org.junit.jupiter.params.converter
-
- StringToCommonJavaTypesConverter() - Constructor for class org.junit.jupiter.params.converter.StringToCommonJavaTypesConverter
-
- StringToEnumConverter - Class in org.junit.jupiter.params.converter
-
- StringToEnumConverter() - Constructor for class org.junit.jupiter.params.converter.StringToEnumConverter
-
- StringToJavaTimeConverter - Class in org.junit.jupiter.params.converter
-
- StringToJavaTimeConverter() - Constructor for class org.junit.jupiter.params.converter.StringToJavaTimeConverter
-
- StringToNumberConverter - Class in org.junit.jupiter.params.converter
-
- StringToNumberConverter() - Constructor for class org.junit.jupiter.params.converter.StringToNumberConverter
-
- StringToObjectConverter - Interface in org.junit.jupiter.params.converter
-
Internal API for converting arguments of type String to a specified
target type.
- stringToObjectConverters - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
-
- StringUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with Strings,
CharSequences, etc.
- StringUtils() - Constructor for class org.junit.platform.commons.util.StringUtils
-
- stripQueryComponent(URI) - Static method in class org.junit.platform.engine.support.descriptor.ResourceUtils
-
Strip the query component from the supplied
URI.
- 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
-
- submitTask(ThrowingSupplier<T>, AtomicReference<Thread>, ExecutorService) - Static method in class org.junit.jupiter.api.AssertTimeoutPreemptively
-
- succeeded() - Method in class org.junit.platform.testkit.engine.Events
-
Get the succeeded
Events contained in this
Events object.
- succeeded(long) - Method in class org.junit.platform.testkit.engine.EventStatistics
-
Specify the number of expected succeeded events.
- succeeded() - Method in class org.junit.platform.testkit.engine.Executions
-
Get the succeeded
Executions contained in this
Executions object.
- success(V) - Static method in class org.junit.platform.commons.function.Try
-
Convert the supplied value into a succeeded Try.
- Success(V) - Constructor for class org.junit.platform.commons.function.Try.Success
-
- success(TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.ParseResults
-
- success() - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
-
- 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 - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
-
- SUCCESSFUL_RESULT - Static variable in class org.junit.platform.engine.TestExecutionResult
-
- SUCCESSFUL_RESULT - Static variable in class org.junit.platform.launcher.EngineDiscoveryResult
-
- Suite - Annotation Type in org.junit.platform.suite.api
-
@Suite marks a class as a test suite on the JUnit Platform.
- suite(Class<?>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- 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
-
- SuiteLauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
- summary - Variable in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
-
- SummaryGeneratingListener - Class in org.junit.platform.launcher.listeners
-
- 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
-
- supportedParameterType - Variable in class org.junit.jupiter.api.extension.support.TypeBasedParameterResolver
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ParameterResolver
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.api.extension.support.TypeBasedParameterResolver
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionExtension
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
- 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.ParameterizedTestParameterResolver
-
- supportsTestTemplate(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContextProvider
-
Determine if this provider supports providing invocation contexts for the
test template method represented by the supplied context.
- supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
-
- supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
-
- SUPPRESSED - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
-
- suppressed(int, Condition<Throwable>...) - 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(int, Condition<Throwable>) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
-
- synthesizeAfterEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- synthesizeBeforeEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
-
- SYSTEM_ERR - Static variable in class org.junit.jupiter.api.parallel.Resources
-
Represents the standard error stream of the current process: "java.lang.System.err"
- SYSTEM_OUT - Static variable in class org.junit.jupiter.api.parallel.Resources
-
Represents the standard output stream of the current process: "java.lang.System.out"
- SYSTEM_PROPERTIES - Static variable in class org.junit.jupiter.api.parallel.Resources
-
Represents Java's system properties: "java.lang.System.properties"
- systemProperties() - Static method in interface org.junit.platform.launcher.core.LauncherConfigurationParameters.ParameterProvider
-
- validate(EnumSource, Set<? extends Enum<?>>, Set<String>) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
- validate(EnumSource, Set<? extends Enum<?>>, Set<String>) - Method in interface org.junit.jupiter.params.provider.EnumSource.Mode.Validator
-
- validate(TestEngine, TestDescriptor) - Method in class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
-
Perform common validation checks.
- validate(Iterable<TestEngine>) - Static method in class org.junit.platform.launcher.core.EngineIdValidator
-
- validateAndTrim(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
-
- validateFactoryMethod(Method, Object) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
-
- validateNames(EnumSource, Set<? extends Enum<?>>, Set<String>) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
- validatePatterns(EnumSource, Set<? extends Enum<?>>, Set<String>) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
-
- validateProviders(ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
-
- 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
-
- validateWasAtLeastInvokedOnce(int, List<TestTemplateInvocationContextProvider>) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
-
- validateWellKnownClassName(TestEngine, String) - Static method in class org.junit.platform.launcher.core.EngineIdValidator
-
- ValidatingInvocation(InvocationInterceptor.Invocation<T>, List<InvocationInterceptor>) - 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.platform.commons.function.Try.Success
-
- 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
-
- 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.api.AssertIterableEquals.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.condition.JRE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.condition.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.io.CleanupMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.parallel.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.jupiter.api.Timeout.ThreadMode
-
Returns the enum constant of this type with the specified name.
- 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.MethodSelectorResolver.MethodType
-
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.ParameterizedTestMethodContext.ResolverType
-
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.commons.support.HierarchyTraversalMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.commons.support.SearchOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
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.EngineDiscoveryOrchestrator.Phase
-
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.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.
- values() - Static method in enum org.junit.jupiter.api.AssertIterableEquals.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.condition.JRE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.condition.OS
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.io.CleanupMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.parallel.ExecutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.parallel.ResourceAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.jupiter.api.Timeout.ThreadMode
-
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.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.MethodSelectorResolver.MethodType
-
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.ParameterizedTestMethodContext.ResolverType
-
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.commons.support.HierarchyTraversalMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.platform.commons.support.SearchOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.junit.platform.commons.util.ToStringBuilder
-
- 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.EngineDiscoveryOrchestrator.Phase
-
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.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 an
ArgumentsSource which provides access to
an array of literal values.
- 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
-
- 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
-
- versionPattern - Static variable in class org.junit.vintage.engine.JUnit4VersionCheck
-
- VintageDescriptors(VintageTestDescriptor) - Constructor for class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
-
- VintageDescriptors() - Constructor for class org.junit.vintage.engine.execution.TestRun.VintageDescriptors
-
- VintageDescriptors(List<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
-
- VintageTestDescriptor - Class in org.junit.vintage.engine.descriptor
-
- VintageTestDescriptor(UniqueId, Description, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- VintageTestDescriptor(UniqueId, Description, String, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- VintageTestEngine - Class in org.junit.vintage.engine
-
- VintageTestEngine() - Constructor for class org.junit.vintage.engine.VintageTestEngine
-
- 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 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.
- visitFile(Path, BasicFileAttributes) - Method in class org.junit.platform.commons.util.ClassFileVisitor
-
- visitFileFailed(Path, IOException) - Method in class org.junit.platform.commons.util.ClassFileVisitor
-
- 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.support.discovery.EngineDiscoveryRequestResolution
-
- VM_INTERNAL_OBJECT_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
-
- VM_INTERNAL_PRIMITIVE_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
-
Pattern: "[x", "[[[[x", etc., where x is Z, B, C, D, F, I, J, S, etc.