A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
getPath()<()g, Cladescriptor/ClassExtenu><()g, Cladescripdt>
All Classes All Packages
A
- aborted(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
-
Create a
TestExecutionResultfor an aborted execution of a test or container with the suppliedthrowable. - ABORTED - org.junit.platform.engine.TestExecutionResult.Status
-
Indicates that the execution of a test or container was aborted (started but not finished).
- abortedExecutionPredicate - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
- abortedExecutionPredicate - Variable in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
- AbstractClassNameFilter - Class in org.junit.platform.engine.discovery
-
Abstract
ClassNameFilterthat 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) - Constructor for class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
- AbstractTestDescriptor - Class in org.junit.platform.engine.support.descriptor
-
Abstract base implementation of
TestDescriptorthat may be used by customTestEngines. - AbstractTestDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Create a new
AbstractTestDescriptorwith the suppliedUniqueIdand display name. - AbstractTestDescriptor(UniqueId, String, TestSource) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
Create a new
AbstractTestDescriptorwith the suppliedUniqueId, 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(JavaTimeConversionPattern) - Method in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
- accept(CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- accept(CsvSource) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
- accept(EnumSource) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
- accept(MethodSource) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
- accept(ValueSource) - Method in class org.junit.jupiter.params.provider.ValueArgumentsProvider
- accept(TestDescriptor.Visitor) - Method in interface org.junit.platform.engine.TestDescriptor
-
Accept a
TestDescriptor.Visitorto the subtree starting with this descriptor. - accept(T) - Method in interface org.junit.jupiter.api.function.ThrowingConsumer
-
Consume the supplied argument, potentially throwing an exception.
- acceptInAllTestEngines(TestDescriptor.Visitor) - Method in class org.junit.platform.launcher.core.Root
- acquire() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
- acquire() - Method in class org.junit.platform.engine.support.hierarchical.NopLock
- acquire() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
-
Acquire this resource lock, potentially blocking.
- acquire() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock
- acquireAllLocks() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock
- acquired - Variable in class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
- acquired - Variable in class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
- adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
- adaptFilter(Filter<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
Filterincludes the value converted using the suppliedFunction. - 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
Throwableto thisThrowableCollector. - add(TestEngine, TestDescriptor) - Method in class org.junit.platform.launcher.core.Root
-
Add an
engine's rootTestDescriptor. - add(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
- add(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
Deprecated.without replacement since this method was intended to be internal.
- 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
-
Add a predefined resolver that resolves
ClasspathRootSelectors,ModuleSelectors, andPackageSelectorsintoClassSelectorsby scanning for classes that satisfy the supplied predicate in the respective class containers to this builder. - addDynamicDescription(TestIdentifier, String) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- addExcludeClassNamePatternFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addExcludedEnginesFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addExcludedTagsFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addExcludePackagesFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- 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
- addFiltersFromAnnotations(LauncherDiscoveryRequestBuilder, boolean) - Method in class org.junit.platform.runner.JUnitPlatform
- addIncludeClassNamePatternFilter(LauncherDiscoveryRequestBuilder, boolean) - Method in class org.junit.platform.runner.JUnitPlatform
- addIncludedEnginesFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addIncludedTagsFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addIncludePackagesFilter(LauncherDiscoveryRequestBuilder) - Method in class org.junit.platform.runner.JUnitPlatform
- addInternal(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
- additionalTestEngines - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
- additionalTestExecutionListeners - Variable in class org.junit.platform.launcher.core.DefaultLauncherConfig
- addListener(LogRecordListener) - Static method in class org.junit.platform.commons.logging.LoggerFactory
-
Add the supplied
LogRecordListenerto the set of registered listeners. - addReportEntry(TestIdentifier, ReportEntry) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportData
- addSelectorResolver(Function<EngineDiscoveryRequestResolver.InitializationContext<T>, SelectorResolver>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
Add a context sensitive
SelectorResolverto this builder. - addSelectorResolver(SelectorResolver) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
Add a context insensitive
SelectorResolverto this 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.Visitorto this builder. - addTestEngines(TestEngine...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Add all of the supplied
enginesto the configuration. - addTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Add all of the supplied
listenersto the configuration. - addToParent(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
TestDescriptorto an unspecified parent, usually the engine descriptor, by applying the suppliedFunctionto the new parent. - addToParent(Supplier<DiscoverySelector>, Function<TestDescriptor, Optional<T>>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
- addToParent(Supplier<DiscoverySelector>, Function<TestDescriptor, Optional<T>>) - Method in interface org.junit.platform.engine.support.discovery.SelectorResolver.Context
-
Add a
TestDescriptorto a parent, specified by theDiscoverySelectorreturned by the suppliedSupplier, by applying the suppliedFunctionto the new parent. - advance() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
- after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
- after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
- after() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
- after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
- after(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Execute the after behavior of this node.
- after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
-
Avoid an
OutOfMemoryErrorby releasing the reference to this descriptor'sDynamicTestwhich holds a reference to the user-suppliedExecutablewhich may potentially consume large amounts of memory on the heap. - after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
- afterAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterAllCallback
-
Callback that is invoked once after all tests in the current container.
- AfterAll - Annotation Type in org.junit.jupiter.api
-
@AfterAllis used to signal that the annotated method should be executed after all tests in the current test class. - AfterAllCallback - Interface in org.junit.jupiter.api.extension
-
AfterAllCallbackdefines the API forExtensionsthat wish to provide additional behavior to test containers after all tests have been invoked. - afterAllMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- afterEach(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterEachCallback
-
Callback that is invoked after each test has been invoked.
- 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
- AfterEach - Annotation Type in org.junit.jupiter.api
-
@AfterEachis used to signal that the annotated method should be executed after each@Test,@RepeatedTest,@ParameterizedTest,@TestFactory, and@TestTemplatemethod in the current test class. - AfterEachCallback - Interface in org.junit.jupiter.api.extension
-
AfterEachCallbackdefines the API forExtensionsthat wish to provide additional behavior to tests after each test method has been invoked. - AfterEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
-
Functional interface for registering an
@AfterEachmethod as a pseudo-extension. - afterTestExecution(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterTestExecutionCallback
-
Callback that is invoked immediately after each test has been executed.
- AfterTestExecutionCallback - Interface in org.junit.jupiter.api.extension
-
AfterTestExecutionCallbackdefines the API forExtensionsthat wish to provide additional behavior to tests immediately after each test has been executed. - aggregateArguments(ArgumentsAccessor, ParameterContext) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAggregator
-
Aggregate the arguments contained in the supplied
accessorinto a single object. - AggregateWith - Annotation Type in org.junit.jupiter.params.aggregator
-
@AggregateWithis an annotation that allows one to specify anArgumentsAggregator. - Aggregator(ArgumentsAggregator) - Constructor for class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
- AGGREGATOR - org.junit.jupiter.params.ParameterizedTestMethodContext.ResolverType
- AIX - org.junit.jupiter.api.condition.OS
-
IBM AIX operating system.
- allIdentifiers - Variable in class org.junit.platform.launcher.TestPlan
- allow(UniqueId) - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
- ALLOW_ALL - org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
- allowAll() - Method in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
- allowed - Variable in class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
- Alphanumeric() - Constructor for class org.junit.jupiter.api.MethodOrderer.Alphanumeric
- ALWAYS_INCLUDED_FILTER - Static variable in class org.junit.platform.engine.CompositeFilter
- ALWAYS_INCLUDED_RESULT - Static variable in class org.junit.platform.engine.CompositeFilter
- alwaysActivated - Static variable in class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
- alwaysDeactivated - Static variable in class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
- alwaysExecuteSkipResult - Static variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
- alwaysIncluded() - Static method in class org.junit.platform.engine.CompositeFilter
- and(TagExpression, TagExpression) - Static method in class org.junit.platform.launcher.tagexpression.TagExpressions
- And - Static variable in class org.junit.platform.launcher.tagexpression.Operators
- andThen(Function<V, Try<U>>) - Method in class org.junit.platform.commons.function.Try
-
If this
Tryis a success, apply the supplied function to its value and return the resultingTry; if thisTryis 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
Tryis a success, apply the supplied transformer to its value and return a new successful or failedTrydepending on the transformer's outcome; if thisTryis 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
- annotation - Variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
- annotation - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- annotation - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
- annotationAsString - Variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- AnnotationConsumer<A extends java.lang.annotation.Annotation> - Interface in org.junit.jupiter.params.support
-
AnnotationConsumeris a functional interface for consuming annotations. - AnnotationConsumerInitializer - Class in org.junit.jupiter.params.support
-
AnnotationConsumerInitializeris an internal helper class for initializingAnnotationConsumers. - AnnotationConsumerInitializer() - Constructor for class org.junit.jupiter.params.support.AnnotationConsumerInitializer
- AnnotationSupport - Class in org.junit.platform.commons.support
-
AnnotationSupportprovides 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.engine.discovery.predicates.IsTestableMethod
- annotationType - Variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- 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
- 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
UniqueIdby appending a newUniqueId.Segment, based on the suppliedsegmentTypeandvalue, to the end of thisUniqueId. - append(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueId
- apply(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
- apply(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
- apply(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
- apply(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
- apply(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<Void>) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.VoidInterceptorCall
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<T>) - Method in interface org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
- apply(InvocationInterceptor, InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<E>, ExtensionContext) - Method in interface org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall
- apply(TestEngine) - Method in class org.junit.platform.launcher.EngineFilter
- apply(Description) - Method in class org.junit.vintage.engine.support.UniqueIdReader
- 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(T) - Method in interface org.junit.platform.engine.Filter
-
Apply this filter to the supplied object.
- 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(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.Root
- areAllFinishedOrSkipped(Set<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.execution.TestRun
- ArgumentAccessException - Exception in org.junit.jupiter.params.aggregator
-
ArgumentAccessExceptionis an exception thrown by anArgumentsAccessorif 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
-
ArgumentConversionExceptionis an exception that can occur when an object is converted to another object by an implementation of anArgumentConverter. - ArgumentConversionException(String) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
- ArgumentConversionException(String, Throwable) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
- argumentConverter - Variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Converter
- ArgumentConverter - Interface in org.junit.jupiter.params.converter
-
ArgumentConverteris an abstraction that allows an input object to be converted to an instance of a different class. - 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 - Variable in class org.junit.jupiter.params.ParameterizedTestInvocationContext
- arguments - Variable in class org.junit.jupiter.params.ParameterizedTestParameterResolver
- arguments - Variable in class org.junit.jupiter.params.provider.ValueArgumentsProvider
- arguments(Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
-
Factory method for creating an instance of
Argumentsbased on the suppliedarguments. - arguments(ArgumentsProvider, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedTestExtension
- Arguments - Interface in org.junit.jupiter.params.provider
-
Argumentsis an abstraction that provides access to an array of objects to be used for invoking a@ParameterizedTestmethod. - 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
@ParameterizedTestmethod:{arguments} - ArgumentsAccessor - Interface in org.junit.jupiter.params.aggregator
-
ArgumentsAccessordefines the public API for accessing arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod. - ArgumentsAggregationException - Exception in org.junit.jupiter.params.aggregator
-
ArgumentsAggregationExceptionis an exception thrown by anArgumentsAggregatorwhen 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 - Variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
- ArgumentsAggregator - Interface in org.junit.jupiter.params.aggregator
-
ArgumentsAggregatoris an abstraction for the aggregation of arguments provided by anArgumentsProviderfor a single invocation of a@ParameterizedTestmethod into a single object. - ArgumentsProvider - Interface in org.junit.jupiter.params.provider
-
An
ArgumentsProvideris responsible for providing a stream of arguments to be passed to a@ParameterizedTestmethod. - ArgumentsSource - Annotation Type in org.junit.jupiter.params.provider
-
@ArgumentsSourceis a repeatable annotation that is used to register argument providers for the annotated test method. - ArgumentsSources - Annotation Type in org.junit.jupiter.params.provider
-
@ArgumentsSourcesis a simple container for one or moreArgumentsSourceannotations. - 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
-
Wraps around the invocation of
Node.before(EngineExecutionContext),Node.execute(EngineExecutionContext, DynamicTestExecutor), andNode.after(EngineExecutionContext). - asLabel(Executable) - Static method in class org.junit.jupiter.engine.execution.ExecutableInvoker
- asNode(TestDescriptor) - Static method in class org.junit.platform.engine.support.hierarchical.NodeUtils
- assertAll(String, Collection<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
- assertAll(String, Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied
executablesdo not throw exceptions. - assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
- assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied
executablesdo not throw exceptions. - assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.AssertAll
- assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied
executablesdo not throw exceptions. - assertAll(Collection<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
- assertAll(Collection<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied
executablesdo not throw exceptions. - assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
- assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that all supplied
executablesdo not throw exceptions. - assertAll(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
executablesdo not throw exceptions. - AssertAll - Class in org.junit.jupiter.api
-
AssertAllis a collection of utility methods that support asserting multiple conditions in tests at once. - AssertAll() - Constructor for class org.junit.jupiter.api.AssertAll
- assertArrayElementsEqual(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.AssertArrayEquals
- assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualboolean arrays are equal. - assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualboolean arrays are equal. - assertArrayEquals(boolean[], boolean[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualboolean arrays are equal. - assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualbyte arrays are equal. - assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualbyte arrays are equal. - assertArrayEquals(byte[], byte[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualbyte arrays are equal. - assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualchar arrays are equal. - assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualchar arrays are equal. - assertArrayEquals(char[], char[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualchar arrays are equal. - assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal. - assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal within the given non-negativedelta. - assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal within the given non-negativedelta. - assertArrayEquals(double[], double[], double, Deque<Integer>, Object) - 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(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal within the given non-negativedelta. - assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal. - assertArrayEquals(double[], double[], Deque<Integer>, Object) - 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[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdouble arrays are equal. - assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal. - assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal within the given non-negativedelta. - assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal within the given non-negativedelta. - assertArrayEquals(float[], float[], float, Deque<Integer>, Object) - 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(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal within the given non-negativedelta. - assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal. - assertArrayEquals(float[], float[], Deque<Integer>, Object) - 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[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualfloat arrays are equal. - assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualint arrays are equal. - assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualint arrays are equal. - assertArrayEquals(int[], int[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualint arrays are equal. - assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactuallong arrays are equal. - assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactuallong arrays are equal. - assertArrayEquals(long[], long[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactuallong arrays are equal. - assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualshort arrays are equal. - assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualshort arrays are equal. - assertArrayEquals(short[], short[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualshort arrays are equal. - assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualobject arrays are deeply equal. - assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualobject arrays are deeply equal. - assertArrayEquals(Object[], Object[], Deque<Integer>, Object) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
- assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualobject arrays are deeply equal. - AssertArrayEquals - Class in org.junit.jupiter.api
-
AssertArrayEqualsis a collection of utility methods that support asserting array equality in tests. - AssertArrayEquals() - Constructor for class org.junit.jupiter.api.AssertArrayEquals
- 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(Executable) - 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
executabledoes not throw any kind of exception. - assertDoesNotThrow(Executable, Object) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- assertDoesNotThrow(Executable, String) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- assertDoesNotThrow(Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executabledoes not throw any kind of exception. - assertDoesNotThrow(Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- assertDoesNotThrow(Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executabledoes not throw any kind of exception. - assertDoesNotThrow(ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- assertDoesNotThrow(ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
supplierdoes not throw any kind of exception. - assertDoesNotThrow(ThrowingSupplier<T>, Object) - 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>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
supplierdoes not throw any kind of exception. - assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- assertDoesNotThrow(ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
supplierdoes not throw any kind of exception. - AssertDoesNotThrow - Class in org.junit.jupiter.api
-
AssertDoesNotThrowis 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
- assertEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
Assert that this
ThrowableCollectoris empty (i.e., has not collected anyThrowables). - assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, char) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(char, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, double) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, float) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal within the given non-negativedelta. - assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, int) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(int, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, long) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, short) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Character, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Integer, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
- assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - assertEquals(Short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare equal. - AssertEquals - Class in org.junit.jupiter.api
-
AssertEqualsis a collection of utility methods that support asserting equality on objects and primitives in tests. - AssertEquals() - Constructor for class org.junit.jupiter.api.AssertEquals
- assertFalse(boolean) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(boolean) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionisfalse. - assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionisfalse. - assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionisfalse. - assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplierisfalse. - assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplierisfalse. - assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
- assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplierisfalse. - AssertFalse - Class in org.junit.jupiter.api
-
AssertFalseis a collection of utility methods that support assertingfalsein tests. - AssertFalse() - Constructor for class org.junit.jupiter.api.AssertFalse
- Assertions - Class in org.junit.jupiter.api
-
Assertionsis 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.
- AssertionUtils - Class in org.junit.jupiter.api
-
AssertionUtilsis 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) - Static method in class org.junit.jupiter.api.AssertIterableEquals
- assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualiterables are deeply equal. - assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
- assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualiterables are deeply equal. - assertIterableEquals(Iterable<?>, Iterable<?>, 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<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualiterables are deeply equal. - assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
- AssertIterableEquals - Class in org.junit.jupiter.api
-
AssertIterableis a collection of utility methods that support asserting Iterable equality in tests. - AssertIterableEquals() - Constructor for class org.junit.jupiter.api.AssertIterableEquals
- 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
expectedlist of Strings matchesactuallist. - assertLinesMatch(List<String>, List<String>) - 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(List<String>, List<String>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedlist of Strings matchesactuallist. - assertLinesMatch(List<String>, List<String>, String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
- assertLinesMatch(List<String>, List<String>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedlist of Strings matchesactuallist. - AssertLinesMatch - Class in org.junit.jupiter.api
-
AssertLinesMatchis a collection of utility methods that support asserting lines ofStringequality orPattern-match in tests. - AssertLinesMatch() - Constructor for class org.junit.jupiter.api.AssertLinesMatch
- assertLinesMatchWithFastForward(List<String>, List<String>, Object) - Static method in class org.junit.jupiter.api.AssertLinesMatch
- 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
expectedandactualare not equal. - assertNotEquals(byte, byte) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(char, char) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(char, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(char, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(char, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(double, double) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - 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.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - 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.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - assertNotEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(float, float) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - 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.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - 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.Assertions
-
Assert that
expectedandactualare not equal within the givendelta. - assertNotEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(int, int) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(int, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(int, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(int, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(long, long) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(short, short) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, Byte) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, Byte, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Byte, Byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, char) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, char, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, Character) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, Character, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Character, Character, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, Double) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, Double, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Double, Double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, Float) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, Float, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Float, Float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, int) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, int, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, Integer) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, Integer, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Integer, Integer, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, Long) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, Long, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Long, Long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - 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.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
- assertNotEquals(Short, short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Short, short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Short, Short) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Short, Short, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - assertNotEquals(Short, Short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualare not equal. - AssertNotEquals - Class in org.junit.jupiter.api
-
AssertNotEqualsis 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
- assertNotNull(Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualis notnull. - assertNotNull(Object) - Static method in class org.junit.jupiter.api.AssertNotNull
- assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualis notnull. - assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNotNull
- assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualis notnull. - assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotNull
- AssertNotNull - Class in org.junit.jupiter.api
-
AssertNotNullis a collection of utility methods that support asserting that there is an object. - AssertNotNull() - Constructor for class org.junit.jupiter.api.AssertNotNull
- assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdo not refer to the same object. - assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotSame
- assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualdo not refer to the same object. - 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.Assertions
-
Assert that
expectedandactualdo not refer to the same object. - assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotSame
- AssertNotSame - Class in org.junit.jupiter.api
-
AssertNotSameis a collection of utility methods that support asserting two objects are not the same. - AssertNotSame() - Constructor for class org.junit.jupiter.api.AssertNotSame
- assertNull(Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualisnull. - assertNull(Object) - Static method in class org.junit.jupiter.api.AssertNull
- assertNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualisnull. - assertNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNull
- assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
actualisnull. - assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNull
- AssertNull - Class in org.junit.jupiter.api
-
AssertNullis a collection of utility methods that support asserting there is no object. - AssertNull() - Constructor for class org.junit.jupiter.api.AssertNull
- assertPackageNameIsValid(String) - Static method in class org.junit.platform.commons.util.PackageUtils
-
Assert that the supplied package name is valid in terms of Java syntax.
- assertSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualrefer to the same object. - assertSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertSame
- assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that
expectedandactualrefer to the same object. - 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.Assertions
-
Assert that
expectedandactualrefer to the same object. - assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertSame
- AssertSame - Class in org.junit.jupiter.api
-
AssertSameis a collection of utility methods that support asserting two objects are the same. - AssertSame() - Constructor for class org.junit.jupiter.api.AssertSame
- assertStatic(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
- assertSupportedType(String, Class<?>) - Method in class org.junit.jupiter.engine.extension.TempDirectory
- assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablethrows an exception of theexpectedTypeand returns the exception. - assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.AssertThrows
- assertThrows(Class<T>, Executable, Object) - Static method in class org.junit.jupiter.api.AssertThrows
- assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablethrows an exception of theexpectedTypeand returns the exception. - 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.Assertions
-
Assert that execution of the supplied
executablethrows an exception of theexpectedTypeand returns the exception. - assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertThrows
- AssertThrows - Class in org.junit.jupiter.api
-
AssertThrowsis 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
- assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - 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.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - 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.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeout(Duration, ThrowingSupplier<T>, Object) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - 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.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
- AssertTimeout - Class in org.junit.jupiter.api
-
AssertTimeoutis 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
- assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
executablecompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Object) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that execution of the supplied
suppliercompletes before the giventimeoutis exceeded. - assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
- assertTrue(boolean) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionistrue. - assertTrue(boolean) - Static method in class org.junit.jupiter.api.AssertTrue
- assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionistrue. - assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.AssertTrue
- assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the supplied
conditionistrue. - assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
- assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplieristrue. - assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertTrue
- assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplieristrue. - assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertTrue
- assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
-
Assert that the boolean condition supplied by
booleanSupplieristrue. - assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
- AssertTrue - Class in org.junit.jupiter.api
-
AssertTrueis a collection of utility methods that support assertingtruein tests. - AssertTrue() - Constructor for class org.junit.jupiter.api.AssertTrue
- assertValidDelta(double) - Static method in class org.junit.jupiter.api.AssertionUtils
- assertValidDelta(float) - Static method in class org.junit.jupiter.api.AssertionUtils
- assertValidFieldCandidate(Field) - Method in class org.junit.jupiter.engine.extension.TempDirectory
- 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(boolean, 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(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(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(boolean, 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(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(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
-
Validate the given assumption.
- assumingThat(boolean, Executable) - Static method in class org.junit.jupiter.api.Assumptions
-
Execute the supplied
Executable, but only if the supplied assumption is valid. - assumingThat(BooleanSupplier, 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
-
Assumptionsis 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.
- 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
B
- before() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
- before() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
- before(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Execute the before behavior of this node.
- before(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- beforeAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.BeforeAllCallback
-
Callback that is invoked once before all tests in the current container.
- beforeAll(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
Perform field injection for non-private,
staticfields (i.e., class fields) of typePathorFilethat are annotated with@TempDir. - beforeAll(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
- BeforeAll - Annotation Type in org.junit.jupiter.api
-
@BeforeAllis used to signal that the annotated method should be executed before all tests in the current test class. - BeforeAllCallback - Interface in org.junit.jupiter.api.extension
-
BeforeAllCallbackdefines the API forExtensionsthat wish to provide additional behavior to test containers before all tests are invoked. - beforeAllCallbacksExecuted - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- beforeAllCallbacksExecuted() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- beforeAllCallbacksExecuted(boolean) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
Track that an attempt was made to execute
BeforeAllCallbackextensions. - beforeAllMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- beforeAllMethodsExecuted - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- beforeAllMethodsExecuted() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- beforeAllMethodsExecuted(boolean) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
-
Track that an attempt was made to execute
@BeforeAllmethods. - beforeEach(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.BeforeEachCallback
-
Callback that is invoked before each test is invoked.
- beforeEach(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TempDirectory
-
Perform field injection for non-private, non-static fields (i.e., instance fields) of type
PathorFilethat are annotated with@TempDir. - beforeEach(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
- beforeEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
- beforeEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
- BeforeEach - Annotation Type in org.junit.jupiter.api
-
@BeforeEachis used to signal that the annotated method should be executed before each@Test,@RepeatedTest,@ParameterizedTest,@TestFactory, and@TestTemplatemethod in the current test class. - BeforeEachCallback - Interface in org.junit.jupiter.api.extension
-
BeforeEachCallbackdefines the API forExtensionsthat wish to provide additional behavior to tests before each test is invoked. - BeforeEachMethodAdapter - Interface in org.junit.jupiter.engine.execution
-
Functional interface for registering a
@BeforeEachmethod as a pseudo-extension. - beforeTestExecution(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.BeforeTestExecutionCallback
-
Callback that is invoked immediately before each test is executed.
- BeforeTestExecutionCallback - Interface in org.junit.jupiter.api.extension
-
BeforeTestExecutionCallbackdefines the API forExtensionsthat wish to provide additional behavior to tests immediately before each test is executed. - binaryOperator(String, int, Operator.Associativity, BiFunction<TagExpression, TagExpression, TagExpression>) - Static method in class org.junit.platform.launcher.tagexpression.Operator
- BIND_JUNIT_CONFIGURATION_PARAMETER - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Accessor for JUnit Platform configuration parameters.
- BIND_JUNIT_DISPLAY_NAME - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Display name of the test or container.
- BIND_JUNIT_TAGS - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Set of all tags assigned to the current extension context.
- BIND_JUNIT_UNIQUE_ID - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Unique ID associated with the current extension context.
- BIND_SYSTEM_ENVIRONMENT - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Accessor for operating system environment variables.
- BIND_SYSTEM_PROPERTY - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Accessor for JVM system properties.
- blacklist - Static variable in class org.junit.platform.commons.util.BlacklistedExceptions
- BlacklistedExceptions - Class in org.junit.platform.commons.util
-
Internal utilities for working with blacklisted exceptions.
- BlacklistedExceptions() - Constructor for class org.junit.platform.commons.util.BlacklistedExceptions
- block() - Method in class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
- block() - Method in class org.junit.platform.engine.support.hierarchical.SingleLock.SingleLockManagedBlocker
- booleans() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
booleanvalues to use as sources of arguments; must not be empty. - BOTTOM_UP - org.junit.platform.commons.support.HierarchyTraversalMode
-
Traverse the hierarchy using bottom-up semantics.
- BOTTOM_UP - org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Traverse the hierarchy using bottom-up semantics.
- build() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
- build() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
-
Build the
EngineDiscoveryRequestResolverthat has been configured via this builder. - build() - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Build the
LauncherConfigthat has been configured via this builder. - build() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Build the
LauncherDiscoveryRequestthat has been configured via this builder. - buildClassFilter(EngineDiscoveryRequest, Predicate<Class<?>>) - Static method in class org.junit.platform.engine.support.filter.ClasspathScanningSupport
-
Deprecated.Please use
EngineDiscoveryRequestResolver - buildClassNamePredicate(EngineDiscoveryRequest) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
-
Build a
Predicatefor fully qualified class names to be used for classpath scanning from anEngineDiscoveryRequest. - buildClassNamePredicate(EngineDiscoveryRequest) - Static method in class org.junit.platform.engine.support.filter.ClasspathScanningSupport
-
Deprecated.Please use
EngineDiscoveryRequestResolver - buildDescription(TestIdentifier, Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- buildDescriptionTree(Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- builder() - Static method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
-
Create a new
EngineDiscoveryRequestResolver.Builderfor creating aEngineDiscoveryRequestResolver. - builder() - Static method in interface org.junit.platform.launcher.core.LauncherConfig
-
Create a new
LauncherConfig.Builder. - Builder() - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.Builder
- Builder() - Constructor for class org.junit.platform.launcher.core.LauncherConfig.Builder
- Builder(JupiterEngineExecutionContext.State) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
- buildListenerRegistryForExecution(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- buildPrefix(String) - Static method in class org.junit.jupiter.api.AssertionUtils
- buildReportEntryDescription(LocalDateTime, Map<String, String>, int, StringBuilder) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- buildRunner(Class<? extends Runner>, Class<?>) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder
- buildSuffix(String) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- bytes() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
bytevalues to use as sources of arguments; must not be empty.
C
- cache - Variable in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
- cache - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
- CachingJupiterConfiguration - Class in org.junit.jupiter.engine.config
-
Caching implementation of the
JupiterConfigurationAPI. - CachingJupiterConfiguration(JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.config.CachingJupiterConfiguration
- call - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptedInvocation
- call(Callable<V>) - Static method in class org.junit.platform.commons.function.Try
-
Call the supplied
Callableand return a successfulTrythat contains the returned value or, in case an exception was thrown, a failedTrythat contains the exception. - canBeRemovedFromHierarchy() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
- canBeRemovedFromHierarchy() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- canConvert(Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToCommonJavaTypesConverter
- canConvert(Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToEnumConverter
- canConvert(Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToJavaTimeConverter
- canConvert(Class<?>) - Method in interface org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToObjectConverter
- canConvert(Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToPrimitiveConverter
- canConvert(Class<?>) - Method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
- canFinish(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
- canStart(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
- capture() - Method in class org.junit.platform.launcher.core.StreamInterceptor
- CAPTURE_MAX_BUFFER_DEFAULT - Static variable in class org.junit.platform.launcher.LauncherConstants
-
Default maximum number of bytes for buffering to use per thread and output type if output capturing is enabled.
- CAPTURE_MAX_BUFFER_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
-
Property name used to configure the maximum number of bytes for buffering to use per thread and output type if output capturing is enabled: "junit.platform.output.capture.maxBuffer"
- CAPTURE_STDERR_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
-
Property name used to enable capturing output to
System.err: "junit.platform.output.capture.stderr" - CAPTURE_STDOUT_PROPERTY_NAME - Static variable in class org.junit.platform.launcher.LauncherConstants
-
Property name used to enable capturing output to
System.out: "junit.platform.output.capture.stdout" - castToRequiredType(Object, Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
- cause - Variable in class org.junit.platform.commons.function.Try.Failure
- CAUSED_BY - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- CDATA_END - Static variable in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- CDATA_START - Static variable in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- chainAndInvoke(InvocationInterceptor.Invocation<T>, InvocationInterceptorChain.InterceptorCall<T>, List<InvocationInterceptor>) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
- chainInterceptors(InvocationInterceptor.Invocation<T>, InvocationInterceptorChain.InterceptorCall<T>, List<InvocationInterceptor>) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
- chars() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
charvalues to use as sources of arguments; must not be empty. - charset - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- CHARSET - Static variable in class org.junit.vintage.engine.support.UniqueIdStringifier
- checkAllowed(String) - Method in class org.junit.platform.engine.UniqueIdFormat
- checkDoesNotContain(String, char) - Method in class org.junit.platform.engine.UniqueIdFormat
- checkNotNull(T, String) - Static method in class org.junit.platform.commons.function.Try
- checkSupported() - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
- checkSupported(Supplier<String>) - Static method in class org.junit.vintage.engine.JUnit4VersionCheck
- checkWhetherSkipped() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- children - Variable in class org.junit.jupiter.api.DynamicContainer
- children - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
-
The synchronized set of children associated with this
TestDescriptor. - children - Variable in class org.junit.platform.launcher.TestPlan
- childSelectorsSupplier - Variable in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
- CIRCULAR - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- CLASS_FILE_SUFFIX - Static variable in class org.junit.platform.commons.util.ClassFileVisitor
- ClassBasedTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
TestDescriptorfor tests based on Java classes. - ClassBasedTestDescriptor(UniqueId, Class<?>, Supplier<String>, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- ClassContainerSelectorResolver - Class in org.junit.platform.engine.support.discovery
- ClassContainerSelectorResolver(Predicate<Class<?>>, Predicate<String>) - Constructor for class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
- classes() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
Classvalues to use as sources of arguments; must not be empty. - ClassExtensionContext - Class in org.junit.jupiter.engine.descriptor
- ClassExtensionContext(ExtensionContext, EngineExecutionListener, ClassBasedTestDescriptor, TestInstance.Lifecycle, JupiterConfiguration, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.ClassExtensionContext
- ClassExtensionContext(ExtensionContext, EngineExecutionListener, ClassBasedTestDescriptor, JupiterConfiguration, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.ClassExtensionContext
-
Create a new
ClassExtensionContextwithTestInstance.Lifecycle.PER_METHOD. - classFileConsumer - Variable in class org.junit.platform.commons.util.ClassFileVisitor
- ClassFileVisitor - Class in org.junit.platform.commons.util
- ClassFileVisitor(Consumer<Path>) - Constructor for class org.junit.platform.commons.util.ClassFileVisitor
- classFilter - Variable in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
- classFilter - Variable in class org.junit.vintage.engine.discovery.ClassSelectorResolver
- ClassFilter - Class in org.junit.platform.commons.util
-
Class-related predicate holder used by reflection utilities.
- ClassFilter(Predicate<String>, Predicate<Class<?>>) - Constructor for class org.junit.platform.commons.util.ClassFilter
- classLoaderSupplier - Variable in class org.junit.platform.commons.util.ClasspathScanner
- ClassLoaderUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with ClassLoader and associated tasks.
- ClassLoaderUtils() - Constructor for class org.junit.platform.commons.util.ClassLoaderUtils
- className - Variable in class org.junit.platform.engine.discovery.ClassSelector
- className - Variable in class org.junit.platform.engine.discovery.MethodSelector
- className - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
- className - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
- classNameFilter - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
- classNameFilter - Variable in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
- classNameFilter - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
- ClassNameFilter - Interface in org.junit.platform.engine.discovery
-
DiscoveryFilterthat is applied to the name of aClass. - ClassNamePatternParameterConverter - Class in org.junit.jupiter.engine.config
- ClassNamePatternParameterConverter() - Constructor for class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
- classNameToTypeMap - Static variable in class org.junit.platform.commons.util.ReflectionUtils
-
Internal cache of common class names mapped to their types.
- CLASSPATH_RESOURCE_PATH_SEPARATOR - Static variable in class org.junit.platform.commons.util.ClasspathScanner
- CLASSPATH_SCHEME - Static variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
URIscheme for classpath resources: "classpath" - classpathResourceName - Variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector
- classpathResourceName - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
- ClasspathResourceSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelectorthat selects the name of a classpath resource so thatTestEnginescan load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs. - ClasspathResourceSelector(String) - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector
- ClasspathResourceSource - Class in org.junit.platform.engine.support.descriptor
-
Classpath resource based
TestSourcewith an optional position. - ClasspathResourceSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
- ClasspathResourceSource(String, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
- classpathRoot - Variable in class org.junit.platform.engine.discovery.ClasspathRootSelector
- ClasspathRootSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelectorthat selects a classpath root so thatTestEnginescan search for class files or resources within the physical classpath — for example, to scan for test classes. - ClasspathRootSelector(URI) - Constructor for class org.junit.platform.engine.discovery.ClasspathRootSelector
- classpathScanner - Static variable in class org.junit.platform.commons.util.ReflectionUtils
- ClasspathScanner - Class in org.junit.platform.commons.util
-
DISCLAIMER
- ClasspathScanner(Supplier<ClassLoader>, BiFunction<String, ClassLoader, Try<Class<?>>>) - Constructor for class org.junit.platform.commons.util.ClasspathScanner
- ClasspathScanningSupport - Class in org.junit.platform.engine.support.filter
-
Deprecated.Please use
EngineDiscoveryRequestResolver - ClasspathScanningSupport() - Constructor for class org.junit.platform.engine.support.filter.ClasspathScanningSupport
-
Deprecated.
- classPredicate - Variable in class org.junit.platform.commons.util.ClassFilter
- ClassSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelectorthat selects aClassor class name so thatTestEnginescan discover tests or containers based on classes. - ClassSelector(Class<?>) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
- ClassSelector(String) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
- ClassSelectorResolver - Class in org.junit.jupiter.engine.discovery
- ClassSelectorResolver - Class in org.junit.vintage.engine.discovery
- ClassSelectorResolver(Predicate<String>, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.discovery.ClassSelectorResolver
- ClassSelectorResolver(ClassFilter) - Constructor for class org.junit.vintage.engine.discovery.ClassSelectorResolver
- classSelectors(List<Class<?>>) - Method in class org.junit.platform.engine.support.discovery.ClassContainerSelectorResolver
- ClassSource - Class in org.junit.platform.engine.support.descriptor
-
Class based
TestSourcewith an optional file position. - ClassSource(Class<?>) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
- ClassSource(Class<?>, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
- ClassSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
- ClassSource(String, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClassSource
- ClassSupport - Class in org.junit.platform.commons.support
-
ClassSupportprovides static utility methods for common tasks regarding classes — for example, generating a comma-separated list of fully qualified class names for a set of supplied classes. - ClassSupport() - Constructor for class org.junit.platform.commons.support.ClassSupport
- ClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
TestDescriptorfor tests based on Java classes. - ClassTestDescriptor(UniqueId, Class<?>, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
- ClassUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with
classes. - ClassUtils() - Constructor for class org.junit.platform.commons.util.ClassUtils
- cleanUp() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- cleanUp(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Clean up the supplied
contextafter execution. - cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
- cleanUp(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
- clear() - Method in class org.junit.platform.commons.logging.LogRecordListener
-
Clear all existing
log recordsthat have been submitted to this listener by the current thread. - clearFilters() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
- clock - Variable in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
- clock - Variable in class org.junit.platform.reporting.legacy.xml.XmlReportData
- clone() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
- clone() - Method in class org.junit.platform.engine.UniqueId
- close() - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource
-
Close underlying resources.
- close() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
- close() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- close() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
- close() - Method in class org.junit.jupiter.engine.extension.TimeoutExtension.ExecutorResource
- close() - Method in class org.junit.platform.commons.util.CloseablePath
- close() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
- close() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
-
Close this service and let it perform any required cleanup work.
- close() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
- close() - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
- CloseablePath - Class in org.junit.platform.commons.util
- CloseablePath(Path) - Constructor for class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
- CloseablePath(Path, Closeable) - Constructor for class org.junit.platform.commons.util.CloseablePath
- closeAllStoredCloseableValues() - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
-
Close all values that implement
ExtensionContext.Store.CloseableResource. - closeSegment - Variable in class org.junit.platform.engine.UniqueIdFormat
- CollectionUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with
Collections. - CollectionUtils() - Constructor for class org.junit.platform.commons.util.CollectionUtils
- collectReportEntries(TestIdentifier, List<String>, List<String>) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- collectTestDescription(TestIdentifier, List<String>) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- column - Variable in class org.junit.platform.engine.support.descriptor.FilePosition
- COMMON_FAILURE_MESSAGE - Static variable in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
- comparator - Static variable in class org.junit.jupiter.api.MethodOrderer.Alphanumeric
- COMPARATOR - Static variable in class org.junit.platform.engine.support.hierarchical.LockManager
- compiledScripts - Variable in class org.junit.jupiter.engine.script.ScriptExecutionManager
-
Deprecated.
- compileIsoControlPattern() - Static method in class org.junit.platform.commons.util.StringUtils
-
Guard against "IllegalArgumentException: Unsupported flags: 256" errors.
- composeFilters(Collection<? extends Filter<T>>) - Static method in interface org.junit.platform.engine.Filter
-
Return a filter that will include elements if and only if all of the filters in the supplied collection of
filtersinclude it. - composeFilters(Filter<T>...) - Static method in interface org.junit.platform.engine.Filter
-
Return a filter that will include elements if and only if all of the filters in the supplied array of
filtersinclude it. - CompositeFilter<T> - Class in org.junit.platform.engine
-
Combines a collection of
Filtersinto a new filter that will include elements if and only if all of the filters in the specified collection include it. - CompositeFilter(Collection<? extends Filter<T>>) - Constructor for class org.junit.platform.engine.CompositeFilter
- CompositeKey(ExtensionContext.Namespace, Object) - Constructor for class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
- CompositeLock - Class in org.junit.platform.engine.support.hierarchical
- CompositeLock(List<Lock>) - Constructor for class org.junit.platform.engine.support.hierarchical.CompositeLock
- CompositeLock.CompositeLockManagedBlocker - Class in org.junit.platform.engine.support.hierarchical
- CompositeLockManagedBlocker() - Constructor for class org.junit.platform.engine.support.hierarchical.CompositeLock.CompositeLockManagedBlocker
- CompositeTestExecutionListener() - Constructor for class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
- CompositeTestSource - Class in org.junit.platform.engine.support.descriptor
-
A
CompositeTestSourcecontains one or moreTestSources. - CompositeTestSource(Collection<? extends TestSource>) - Constructor for class org.junit.platform.engine.support.descriptor.CompositeTestSource
- compute() - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
- computeAttributes(TestEngine) - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
- computeConditionEvaluationResult(Script, Object) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionEvaluator
-
Deprecated.
- computeHashCode() - Method in class org.junit.jupiter.engine.script.Script
-
Deprecated.Properties
Script.annotationTypeandScript.reasonare not included on purpose. - concatenate(Token) - Method in class org.junit.platform.launcher.tagexpression.Token
- CONCURRENT - org.junit.jupiter.api.parallel.ExecutionMode
-
Allow concurrent execution with any other node.
- CONCURRENT - org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Allow concurrent execution with any other node.
- condition(boolean, String) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied
predicateistrue. - condition(boolean, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied
predicateistrue. - ConditionEvaluationException - Exception in org.junit.jupiter.engine.execution
-
Thrown if an error is encountered while evaluating an
ExecutionCondition. - ConditionEvaluationException(String, Throwable) - Constructor for exception org.junit.jupiter.engine.execution.ConditionEvaluationException
- ConditionEvaluationResult - Class in org.junit.jupiter.api.extension
-
The result of evaluating an ExecutionCondition.
- ConditionEvaluationResult(boolean, String) - Constructor for class org.junit.jupiter.api.extension.ConditionEvaluationResult
- conditionEvaluator - Static variable in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
- ConditionEvaluator - Class in org.junit.jupiter.engine.execution
-
ConditionEvaluatorevaluatesExecutionConditionextensions. - ConditionEvaluator() - Constructor for class org.junit.jupiter.engine.execution.ConditionEvaluator
- config(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the provided
Throwableand message from the providedmessageSupplierat config level. - config(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- config(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the message from the provided
messageSupplierat config level. - config(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- CONFIG_CUSTOM_CLASS_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Property name used to specify the fully qualified class name of the
ParallelExecutionConfigurationStrategyto be used by theDefaultParallelExecutionConfigurationStrategy.CUSTOMconfiguration strategy. - CONFIG_DYNAMIC_FACTOR_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Property name of the factor used to determine the desired parallelism for the
DefaultParallelExecutionConfigurationStrategy.DYNAMICconfiguration strategy. - CONFIG_FILE_NAME - Static variable in interface org.junit.platform.engine.ConfigurationParameters
-
Name of the JUnit Platform configuration file: "junit-platform.properties".
- CONFIG_FIXED_PARALLELISM_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Property name used to determine the desired parallelism for the
DefaultParallelExecutionConfigurationStrategy.FIXEDconfiguration strategy. - CONFIG_STRATEGY_PROPERTY_NAME - Static variable in enum org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Property name used to determine the desired configuration strategy.
- configParamsFromFile - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
- configuration - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
- configuration - Variable in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
- configuration - Variable in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
- configuration - Variable in class org.junit.jupiter.engine.discovery.ClassSelectorResolver
- configuration - Variable in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
- configuration - Variable in class org.junit.jupiter.engine.discovery.MethodOrderingVisitor
- configuration - Variable in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
- configuration - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
- configurationParameter(String, String) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add the supplied configuration parameter to the request.
- ConfigurationParameterAccessor(ExtensionContext) - Constructor for class org.junit.jupiter.engine.script.ScriptAccessor.ConfigurationParameterAccessor
-
Deprecated.
- configurationParameters - Variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
- configurationParameters - Variable in class org.junit.platform.engine.ExecutionRequest
- configurationParameters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
- configurationParameters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
- configurationParameters - Variable in class org.junit.platform.launcher.core.Root
- configurationParameters(Map<String, String>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add all of the supplied configuration parameters to the request.
- ConfigurationParameters - Interface in org.junit.platform.engine
-
Configuration parameters that
TestEnginesmay use to influence test discovery and execution. - constants - Variable in class org.junit.jupiter.params.provider.EnumArgumentsProvider
- Constants - Class in org.junit.jupiter.engine
-
Collection of constants related to the
JupiterTestEngine. - Constants() - Constructor for class org.junit.jupiter.engine.Constants
- constructExpressionFrom(List<Token>) - Method in class org.junit.platform.launcher.tagexpression.Parser
- constructor - Variable in class org.junit.jupiter.engine.execution.ConstructorInvocation
- ConstructorInvocation<T> - Class in org.junit.jupiter.engine.execution
- ConstructorInvocation(Constructor<T>, Object[]) - Constructor for class org.junit.jupiter.engine.execution.ConstructorInvocation
- consume() - Method in class org.junit.platform.launcher.core.StreamInterceptor
- consumedArguments(Object[], ParameterizedTestMethodContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
- consumeRemainingOperators() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
- CONTAINER - org.junit.platform.engine.TestDescriptor.Type
-
Denotes that the
TestDescriptoris for a container. - CONTAINER_AND_TEST - org.junit.platform.engine.TestDescriptor.Type
-
Denotes that the
TestDescriptoris for a test that may potentially also be a container. - containersAborted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containersFailed - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containersFound - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containersSkipped - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containersStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containersSucceeded - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- containsIsoControlCharacter(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied
Stringcontains any ISO control characters. - containsNoNullElements(T[], String) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied array contains no
nullelements. - containsNoNullElements(T[], Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied array contains no
nullelements. - containsNoNullElements(T, String) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied collection contains no
nullelements. - containsNoNullElements(T, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied collection contains no
nullelements. - containsTestMethods(Class<?>) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
- containsTests - Variable in class org.junit.platform.launcher.TestPlan
- containsTests() - Method in class org.junit.platform.launcher.core.InternalTestPlan
- containsTests() - Method in class org.junit.platform.launcher.TestPlan
-
Return whether this test plan contains any tests.
- containsTests(TestDescriptor) - Static method in interface org.junit.platform.engine.TestDescriptor
-
Determine if the supplied descriptor (or any of its descendants) is a test or may potentially register tests dynamically.
- containsWhitespace(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
Determine if the supplied
Stringcontains any whitespace characters. - context - Variable in class org.junit.jupiter.engine.script.ScriptAccessor.ConfigurationParameterAccessor
-
Deprecated.
- context - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- contextBySelector - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
- contextClassLoader - Variable in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.WorkerThreadFactory
- convert(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
- convert(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
- convert(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
-
Convert the supplied
sourceobject into to the suppliedtargetType. - convert(Object, ParameterContext) - Method in interface org.junit.jupiter.params.converter.ArgumentConverter
-
Convert the supplied
sourceobject according to the suppliedcontext. - convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
- convert(String, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToCommonJavaTypesConverter
- convert(String, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToEnumConverter
- convert(String, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToJavaTimeConverter
- convert(String, Class<?>) - Method in interface org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToObjectConverter
- convert(String, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToPrimitiveConverter
- convert(String, Class<?>) - Method in class org.junit.jupiter.params.converter.FallbackStringToObjectConverter
- Converter(ArgumentConverter) - Constructor for class org.junit.jupiter.params.ParameterizedTestMethodContext.Converter
- CONVERTER - org.junit.jupiter.params.ParameterizedTestMethodContext.ResolverType
- CONVERTERS - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToCommonJavaTypesConverter
- CONVERTERS - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToJavaTimeConverter
- CONVERTERS - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToPrimitiveConverter
- convertToRegEx(String) - Method in class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
-
See
Constants.DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAMEfor details on the pattern matching syntax. - convertToTargetType(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
- ConvertWith - Annotation Type in org.junit.jupiter.params.converter
-
@ConvertWithis an annotation that allows one to specify an explicitArgumentConverter. - corePoolSize - Variable in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
- countTestIdentifiers(Predicate<? super TestIdentifier>) - Method in class org.junit.platform.launcher.core.InternalTestPlan
- countTestIdentifiers(Predicate<? super TestIdentifier>) - Method in class org.junit.platform.launcher.TestPlan
-
Count all
TestIdentifiersthat satisfy the given predicate. - create() - Method in interface org.junit.platform.engine.support.hierarchical.ThrowableCollector.Factory
-
Create a new instance of a
ThrowableCollector. - create() - Static method in class org.junit.platform.launcher.core.LauncherFactory
-
Factory method for creating a new
Launcherusing automatic registration for test engines and test execution listeners. - create(Object...) - Static method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
-
Create a namespace which restricts access to data to all extensions which use the same sequence of
partsfor creating a namespace. - create(String) - Static method in class org.junit.platform.engine.TestTag
-
Create a
TestTagfrom the suppliedname. - create(URI) - Static method in class org.junit.platform.commons.util.CloseablePath
- create(ConfigurationParameters, BiConsumer<TestIdentifier, ReportEntry>) - Static method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
- create(LauncherConfig) - Static method in class org.junit.platform.launcher.core.LauncherFactory
-
Factory method for creating a new
Launcherusing the suppliedLauncherConfig. - createAbortedExecutionPredicate() - Static method in class org.junit.jupiter.engine.support.OpenTest4JAndJUnit4AwareThrowableCollector
- createAndAdd(TestDescriptor, Function<TestDescriptor, Optional<T>>) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.DefaultContext
- createAndAddExpressionTo(Stack<TokenWith<TagExpression>>, Token) - Method in class org.junit.platform.launcher.tagexpression.Operator
- createAssertionFailedError(Object, Throwable) - Static method in class org.junit.jupiter.api.AssertDoesNotThrow
- createBindings(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionEvaluator
-
Deprecated.
- createConfiguration(ConfigurationParameters) - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfigurationStrategy
-
Create a configuration for parallel test execution based on the supplied
ConfigurationParameters. - createCsvParser(InputStream) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- createDisabledIfScriptOrNull(AnnotatedElement) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- createDiscoveredTestEnginesMessage(Iterable<TestEngine>) - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
- createDiscoveryRequest() - Method in class org.junit.platform.runner.JUnitPlatform
- createDiscoveryRequestForUniqueIds(Set<TestIdentifier>) - Method in class org.junit.platform.runner.JUnitPlatform
- createDisplayNameSupplierForClass(Class<?>, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
- createDisplayNameSupplierForNestedClass(Class<?>, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
- createDynamicDescriptor(JupiterTestDescriptor, DynamicNode, int, TestSource, DynamicDescendantFilter, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
- createEnabledIfScriptOrNull(AnnotatedElement) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- createExecutionContext(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
- createExecutionContext(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
-
Create the initial execution context for executing the supplied request.
- createExecutorService(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
- createExecutorService(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
-
Create the executor service to use for executing the supplied request.
- createExpressionAndAddTo(Stack<TokenWith<TagExpression>>, Token) - Method in interface org.junit.platform.launcher.tagexpression.Operator.TagExpressionCreator
- createForJarFileSystem(URI, Function<FileSystem, Path>) - Static method in class org.junit.platform.commons.util.CloseablePath
- createForkJoinPool(ConfigurationParameters) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
- createInvocationContext(ParameterizedTestNameFormatter, ParameterizedTestMethodContext, Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
- createInvocationTestDescriptor(TestTemplateInvocationContext, int) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
- createIOExceptionWithAttachedFailures(SortedMap<Path, IOException>) - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
- createJUnit4Description(TestIdentifier, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- createLogRecord(Level, Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- createMissingOperandMessage(Stack<TokenWith<TagExpression>>, Token) - Method in class org.junit.platform.launcher.tagexpression.Operator
- createNameFormatter(Method, String) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
- createRegistryFrom(MutableExtensionRegistry, List<Class<? extends Extension>>) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
-
Factory for creating and populating a new registry from a list of extension types and a parent registry.
- createRegistryWithDefaultExtensions(JupiterConfiguration) - Static method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
-
Factory for creating and populating a new root registry with the default extensions.
- createResolver(ParameterContext) - Method in enum org.junit.jupiter.params.ParameterizedTestMethodContext.ResolverType
- createRunnerTestDescriptor(TestDescriptor, Class<?>, Runner) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
- createScriptEngine(String) - Method in class org.junit.jupiter.engine.script.ScriptExecutionManager
-
Deprecated.
- createSegment(String) - Method in class org.junit.platform.engine.UniqueIdFormat
- createSource(String[]) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- createStore(ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
- createTempDir() - Static method in class org.junit.jupiter.engine.extension.TempDirectory
- createTestDescriptor(UniqueId, Class<?>, Method, JupiterConfiguration) - Method in enum org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
- createTestInstance(TestInstanceFactoryContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.TestInstanceFactory
-
Callback for creating a test instance for the supplied context.
- createThrowableCollector() - Static method in class org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory
-
Create a new
ThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting. - createThrowableCollectorFactory(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
- createThrowableCollectorFactory(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
-
Create the factory for creating
ThrowableCollectorinstances used to handle exceptions that occur during execution of this engine's tests. - createTimeoutException(Throwable) - Method in class org.junit.jupiter.engine.extension.TimeoutInvocation
- createUniqueId(Method, TestDescriptor) - Method in enum org.junit.jupiter.engine.discovery.MethodSelectorResolver.MethodType
- CsvArgumentsProvider - Class in org.junit.jupiter.params.provider
- CsvArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.CsvArgumentsProvider
- CsvFileArgumentsProvider - Class in org.junit.jupiter.params.provider
- CsvFileArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- CsvFileArgumentsProvider(BiFunction<Class<?>, String, InputStream>) - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
- CsvFileArgumentsProvider.CsvParserIterator - Class in org.junit.jupiter.params.provider
- CsvFileSource - Annotation Type in org.junit.jupiter.params.provider
-
@CsvFileSourceis anArgumentsSourcewhich is used to load comma-separated value (CSV) files from one or more classpathresources. - csvParser - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
- CsvParserIterator(CsvParser, CsvFileSource) - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
- CsvParsingException - Exception in org.junit.jupiter.params.provider
-
Thrown if an error is encountered while parsing CSV input.
- CsvParsingException(String) - Constructor for exception org.junit.jupiter.params.provider.CsvParsingException
- CsvParsingException(String, Throwable) - Constructor for exception org.junit.jupiter.params.provider.CsvParsingException
- CsvSource - Annotation Type in org.junit.jupiter.params.provider
-
@CsvSourceis anArgumentsSourcewhich reads comma-separated values (CSV) from one or more supplied CSV lines. - CURRENT_OS - Static variable in enum org.junit.jupiter.api.condition.OS
- CURRENT_REPETITION_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
-
Placeholder for the current repetition count of a
@RepeatedTestmethod:{currentRepetition} - CURRENT_VERSION - Static variable in enum org.junit.jupiter.api.condition.JRE
- currentRepetition - Variable in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
- currentRepetition - Variable in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
- currentRepetition - Variable in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
- CUSTOM - org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Allows the specification of a custom
ParallelExecutionConfigurationStrategyimplementation via the mandatory "custom.class" configuration parameter to determine the desired configuration.
D
- DEACTIVATE_ALL_CONDITIONS_PATTERN - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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_PATTERN - Static variable in class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
- 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 a pattern for deactivating conditions: "junit.jupiter.conditions.deactivate"
- debug(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the provided
Throwableand message from the providedmessageSupplierat debug level. - debug(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- debug(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the message from the provided
messageSupplierat debug level. - debug(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- 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
Ignoreannotation and returning anIgnoredClassRunnerfromIgnoredBuilder, we've let the super class determine the regular runner that would have been used ifIgnorehadn't been present. - DEFAULT - Static variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Aggregator
- DEFAULT - Static variable in class org.junit.jupiter.params.ParameterizedTestMethodContext.Converter
- DEFAULT_AFTER_ALL_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@AfterAllmethods. - DEFAULT_AFTER_EACH_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@AfterEachmethods. - DEFAULT_BEFORE_ALL_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@BeforeAllmethods. - DEFAULT_BEFORE_EACH_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@BeforeEachmethods. - 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_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
-
Default display name pattern for the current invocation of a
@ParameterizedTestmethod: "[{index}] {arguments}" - 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 interface org.junit.jupiter.engine.config.JupiterConfiguration
- DEFAULT_EXTENSIONS - Static variable in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
- DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- DEFAULT_LIFECYCLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
-
Property name used to set the default timeout for all lifecycle methods.
- 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_SCRIPT_ENGINE_NAME - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.The script engine name defaults to
Nashorn. - DEFAULT_SCRIPT_REASON_PATTERN - Static variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.Default reason message pattern.
- 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_TEST_FACTORY_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@TestFactorymethods. - 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_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@Testmethods. - DEFAULT_TEST_TEMPLATE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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
@TestTemplatemethods. - DEFAULT_TESTABLE_METHOD_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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.
- DEFAULT_TIMEOUT_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- 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.
- DefaultArgumentConverter - Class in org.junit.jupiter.params.converter
-
DefaultArgumentConverteris the default implementation of theArgumentConverterAPI. - DefaultArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter
- DefaultArgumentConverter.StringToCommonJavaTypesConverter - Class in org.junit.jupiter.params.converter
- DefaultArgumentConverter.StringToEnumConverter - Class in org.junit.jupiter.params.converter
- DefaultArgumentConverter.StringToJavaTimeConverter - Class in org.junit.jupiter.params.converter
- DefaultArgumentConverter.StringToObjectConverter - Interface in org.junit.jupiter.params.converter
- DefaultArgumentConverter.StringToPrimitiveConverter - Class in org.junit.jupiter.params.converter
- DefaultArgumentsAccessor - Class in org.junit.jupiter.params.aggregator
-
Default implementation of the
ArgumentsAccessorAPI. - DefaultArgumentsAccessor(Object...) - Constructor for class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
- defaultChildExecutionMode - Variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- 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
-
DefaultDiscoveryRequestis the default implementation of theEngineDiscoveryRequestandLauncherDiscoveryRequestAPIs. - DefaultDiscoveryRequest(List<DiscoverySelector>, List<EngineFilter>, List<DiscoveryFilter<?>>, List<PostDiscoveryFilter>, LauncherConfigurationParameters) - Constructor for class org.junit.platform.launcher.core.DefaultDiscoveryRequest
- DefaultDynamicTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
- 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.MethodSorterimplementation. - defaultFormat - Static variable in class org.junit.platform.engine.UniqueIdFormat
- DefaultInitializationContext(EngineDiscoveryRequest, T) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
- defaultInterceptorCall - Static variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
- DefaultJupiterConfiguration - Class in org.junit.jupiter.engine.config
-
Default implementation of the
JupiterConfigurationAPI. - DefaultJupiterConfiguration(ConfigurationParameters) - Constructor for class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
- DefaultLauncher - Class in org.junit.platform.launcher.core
-
Default implementation of the
LauncherAPI. - DefaultLauncher(Iterable<TestEngine>) - Constructor for class org.junit.platform.launcher.core.DefaultLauncher
-
Construct a new
DefaultLauncherwith the supplied test engines. - DefaultLauncherConfig - Class in org.junit.platform.launcher.core
-
Default implementation of the
LauncherConfigAPI. - DefaultLauncherConfig(boolean, boolean, Collection<TestEngine>, Collection<TestExecutionListener>) - Constructor for class org.junit.platform.launcher.core.DefaultLauncherConfig
- DefaultMethodDescriptor - Class in org.junit.jupiter.engine.discovery
-
Default implementation of
MethodDescriptor, backed by aMethodBasedTestDescriptor. - DefaultMethodDescriptor(MethodBasedTestDescriptor) - Constructor for class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
- DefaultMethodOrdererContext - Class in org.junit.jupiter.engine.discovery
-
Default implementation of
MethodOrdererContext. - DefaultMethodOrdererContext(List<? extends MethodDescriptor>, Class<?>, 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.MethodSorterimplementation. - DefaultParallelExecutionConfiguration - Class in org.junit.platform.engine.support.hierarchical
- DefaultParallelExecutionConfiguration(int, int, int, int, int) - 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(int, int) - Constructor for class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
- DefaultTestInfo(ExtensionContext) - Constructor for class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
- DefaultTestInstanceFactoryContext - Class in org.junit.jupiter.engine.descriptor
-
Default implementation of the
TestInstanceFactoryContextAPI. - 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
Objectto a defaultStringrepresentation using the following algorithm. - DefaultUriSource - Class in org.junit.platform.engine.support.descriptor
-
Default implementation of
UriSource. - DefaultUriSource(URI) - Constructor for class org.junit.platform.engine.support.descriptor.DefaultUriSource
- DefensiveAllDefaultPossibilitiesBuilder - Class in org.junit.vintage.engine.discovery
-
Customization of
AllDefaultPossibilitiesBuilderfrom 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
AnnotatedBuilderthat ignores classes annotated with@RunWith(JUnitPlatform.class)to avoid infinite recursion. - DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder - Class in org.junit.vintage.engine.discovery
-
Customization of
JUnit4Builderthat 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
IgnoredBuilderthat always returnsnull. - 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.ExtensionValuesStore.MemoizingSupplier
- delegate - Variable in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
- delegate - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocation
- 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.launcher.core.InternalTestPlan
- DelegatingLogger(String) - Constructor for class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- deleteAllFilesAndDirectories() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
- delimiter() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
-
The column delimiter to use when reading the CSV files.
- delimiter() - Method in annotation type org.junit.jupiter.params.provider.CsvSource
-
The column delimiter to use when reading the lines.
- 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
- deriveTokensFrom(String, List<String>) - Method in class org.junit.platform.launcher.tagexpression.Tokenizer
- descendants - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
- describe() - Method in class org.junit.vintage.engine.descriptor.OrFilter
- describe() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
- describe() - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
- describe(ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
- describe(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueIdFormat
- describeTest(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- description - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
- description - Variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- descriptions - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
- descriptionSupplier - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocation
- descriptionToDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
- 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
- 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(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
- 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
-
A
DiscoverySelectorthat selects a directory so thatTestEnginescan discover tests or containers based on directories in the file system. - DirectorySelector(String) - Constructor for class org.junit.platform.engine.discovery.DirectorySelector
- DirectorySource - Class in org.junit.platform.engine.support.descriptor
-
Directory based
TestSource. - DirectorySource(File) - Constructor for class org.junit.platform.engine.support.descriptor.DirectorySource
- disabled(String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Factory for creating disabled results.
- Disabled - Annotation Type in org.junit.jupiter.api
-
@Disabledis used to signal that the annotated test class or test method is currently disabled and should not be executed. - DISABLED_ON_CURRENT_JRE - Static variable in class org.junit.jupiter.api.condition.EnabledOnJreCondition
- DISABLED_ON_CURRENT_OS - Static variable in class org.junit.jupiter.api.condition.EnabledOnOsCondition
- DisabledCondition - Class in org.junit.jupiter.engine.extension
-
ExecutionConditionthat supports the@Disabledannotation. - DisabledCondition() - Constructor for class org.junit.jupiter.engine.extension.DisabledCondition
- DisabledIf - Annotation Type in org.junit.jupiter.api.condition
-
Deprecated.Script-based condition APIs and their supporting implementations are deprecated with the intent to remove them in JUnit Jupiter 5.6. Users should instead rely on a combination of other built-in conditions or create and use a custom implementation of
ExecutionConditionto evaluate the same conditions. - DisabledIfEnvironmentVariable - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledIfEnvironmentVariableis 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
- DisabledIfSystemProperty - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledIfSystemPropertyis 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
- DisabledOnJre - Annotation Type in org.junit.jupiter.api.condition
-
@DisabledOnJreis 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
-
@DisabledOnOsis used to signal that the annotated test class or test method is disabled on one or more specified operating systems. - DisabledOnOsCondition - Class in org.junit.jupiter.api.condition
- DisabledOnOsCondition() - Constructor for class org.junit.jupiter.api.condition.DisabledOnOsCondition
- discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.jupiter.engine.JupiterTestEngine
- discover(EngineDiscoveryRequest, UniqueId) - Method in interface org.junit.platform.engine.TestEngine
-
Discover tests according to the supplied
EngineDiscoveryRequest. - discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
- discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.VintageTestEngine
- discover(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- discover(LauncherDiscoveryRequest) - Method in interface org.junit.platform.launcher.Launcher
-
Discover tests and build a
TestPlanaccording to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results. - discoverEngineRoot(TestEngine, LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- discoverRoot(LauncherDiscoveryRequest, String) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- DiscoveryFilter<T> - Interface in org.junit.platform.engine
-
A
DiscoveryFilteris 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
- discoveryResultValidator - Variable in class org.junit.platform.launcher.core.DefaultLauncher
- DiscoverySelector - Interface in org.junit.platform.engine
-
A selector defines what a
TestEnginecan 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
-
DiscoverySelectorResolverresolvesTestDescriptorsfor containers and tests selected by DiscoverySelectors with the help of theJavaElementsResolver. - DiscoverySelectorResolver() - Constructor for class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
- DiscoverySelectors - Class in org.junit.platform.engine.discovery
-
Collection of
staticfactory methods for creatingDiscoverySelectors. - DiscoverySelectors() - Constructor for class org.junit.platform.engine.discovery.DiscoverySelectors
- DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
- DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.params.ParameterizedTest
- displayName - Variable in class org.junit.jupiter.api.DynamicNode
- 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 - Annotation Type in org.junit.jupiter.api
-
@DisplayNameis used to declare a custom display name for the annotated test class or test method. - displayNameFormatter(RepeatedTest, Method, String) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
- DisplayNameGeneration - Annotation Type in org.junit.jupiter.api
-
@DisplayNameGenerationis used to declare a custom display name generator for the annotated test class. - DisplayNameGenerator - Interface in org.junit.jupiter.api
-
DisplayNameGeneratordefines the SPI for generating display names programmatically. - DisplayNameGenerator.ReplaceUnderscores - Class in org.junit.jupiter.api
-
DisplayNameGeneratorthat replaces underscores with spaces. - DisplayNameGenerator.Standard - Class in org.junit.jupiter.api
-
Standard
DisplayNameGenerator. - displayNameGeneratorConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
- DisplayNameGeneratorParameterConverter - Class in org.junit.jupiter.engine.config
- DisplayNameGeneratorParameterConverter() - Constructor for class org.junit.jupiter.engine.config.DisplayNameGeneratorParameterConverter
- 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
Stringdoes 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
Stringdoes 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.
- DOT_PATTERN - Static variable in class org.junit.platform.commons.util.PackageUtils
-
Compiled
"\."pattern used to split canonical package (and type) names. - DOUBLE_TAB - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- doubles() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
doublevalues to use as sources of arguments; must not be empty. - doublesAreEqual(double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
- doublesAreEqual(double, double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
- DYNAMIC - org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Computes the desired parallelism based on the number of available processors/cores multiplied by the "dynamic.factor" configuration parameter.
- DYNAMIC_CONTAINER_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
- DYNAMIC_TEST_SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
- dynamicContainer - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
- dynamicContainer(String, Iterable<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new
DynamicContainerfor the supplied display name and collection of dynamic nodes. - dynamicContainer(String, URI, Stream<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new
DynamicContainerfor the supplied display name, custom test sourceURI, and stream of dynamic nodes. - dynamicContainer(String, Stream<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
-
Factory for creating a new
DynamicContainerfor the supplied display name and stream of dynamic nodes. - DynamicContainer - Class in org.junit.jupiter.api
-
A
DynamicContaineris a container generated at runtime. - DynamicContainer(String, URI, Stream<? extends DynamicNode>) - Constructor for class org.junit.jupiter.api.DynamicContainer
- DynamicContainerTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
TestDescriptorfor aDynamicContainer. - 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 - Variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
- dynamicDescendantFilter - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
- DynamicDescendantFilter - Class in org.junit.jupiter.engine.descriptor
-
Filter for dynamic descendants of
TestDescriptorsthat implementFilterable. - DynamicDescendantFilter() - Constructor for class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
- DynamicDescendantFilter.Mode - Enum 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) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicExtensionContext
- DynamicNode - Class in org.junit.jupiter.api
-
DynamicNodeserves 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
-
Base
TestDescriptorfor aDynamicNode. - DynamicNodeTestDescriptor(UniqueId, int, DynamicNode, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicNodeTestDescriptor
- dynamicTest - Variable in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
- dynamicTest(String, URI, Executable) - Static method in class org.junit.jupiter.api.DynamicTest
-
Factory for creating a new
DynamicTestfor the supplied display name, custom test sourceURI, and executable code block. - dynamicTest(String, Executable) - Static method in class org.junit.jupiter.api.DynamicTest
-
Factory for creating a new
DynamicTestfor the supplied display name and executable code block. - DynamicTest - Class in org.junit.jupiter.api
-
A
DynamicTestis a test case generated at runtime. - DynamicTest(String, URI, Executable) - Constructor for class org.junit.jupiter.api.DynamicTest
- dynamicTestRegistered(TestDescriptor) - Method in interface org.junit.platform.engine.EngineExecutionListener
-
Must be called when a new, dynamic
TestDescriptorhas been registered. - dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
- dynamicTestRegistered(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
- dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
- dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.LoggingListener
- dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
- dynamicTestRegistered(TestIdentifier) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when a new, dynamic
TestIdentifierhas been registered. - dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
- DynamicTestTestDescriptor - Class in org.junit.jupiter.engine.descriptor
-
TestDescriptorfor aDynamicTest. - DynamicTestTestDescriptor(UniqueId, int, DynamicTest, TestSource, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
E
- eagerTestExecutionListeners - Variable in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
- element - Variable in class org.junit.platform.launcher.tagexpression.TokenWith
- EMPTY_CLASS_ARRAY - Static variable in class org.junit.platform.commons.util.ReflectionUtils
- EMPTY_CLASS_ARRAY - Static variable in class org.junit.platform.runner.JUnitPlatform
- EMPTY_STRING_ARRAY - Static variable in class org.junit.platform.runner.JUnitPlatform
- EmptyArgumentsProvider - Class in org.junit.jupiter.params.provider
- EmptyArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.EmptyArgumentsProvider
- EmptySource - Annotation Type in org.junit.jupiter.params.provider
-
@EmptySourceis anArgumentsSourcewhich provides a single empty argument to the annotated@ParameterizedTestmethod. - emptyTagExpression() - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
- emptyValue() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
-
The empty value to use when reading the CSV files.
- emptyValue() - Method in annotation type org.junit.jupiter.params.provider.CsvSource
-
The empty value to use when reading the lines.
- enabled - Variable in class org.junit.jupiter.api.extension.ConditionEvaluationResult
- enabled(String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Factory for creating enabled results.
- ENABLED - Static variable in class org.junit.jupiter.engine.execution.ConditionEvaluator
- ENABLED - Static variable in class org.junit.jupiter.engine.extension.DisabledCondition
- ENABLED - Static variable in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
- ENABLED_ALL - Static variable in class org.junit.jupiter.engine.extension.ScriptExecutionEvaluator
-
Deprecated.
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.DisabledIfEnvironmentVariableCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.DisabledIfSystemPropertyCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.DisabledOnJreCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.DisabledOnOsCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.EnabledIfEnvironmentVariableCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.EnabledIfSystemPropertyCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.EnabledOnJreCondition
- ENABLED_BY_DEFAULT - Static variable in class org.junit.jupiter.api.condition.EnabledOnOsCondition
- ENABLED_NO_ANNOTATION - Static variable in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- ENABLED_NO_ELEMENT - Static variable in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- ENABLED_ON_CURRENT_JRE - Static variable in class org.junit.jupiter.api.condition.EnabledOnJreCondition
- ENABLED_ON_CURRENT_OS - Static variable in class org.junit.jupiter.api.condition.EnabledOnOsCondition
- EnabledIf - Annotation Type in org.junit.jupiter.api.condition
-
Deprecated.Script-based condition APIs and their supporting implementations are deprecated with the intent to remove them in JUnit Jupiter 5.6. Users should instead rely on a combination of other built-in conditions or create and use a custom implementation of
ExecutionConditionto evaluate the same conditions. - EnabledIfEnvironmentVariable - Annotation Type in org.junit.jupiter.api.condition
-
@EnabledIfEnvironmentVariableis used to signal that the annotated test class or test method is only enabled if the value of the specified environment variable matches the specified regular expression. - EnabledIfEnvironmentVariableCondition - Class in org.junit.jupiter.api.condition
- EnabledIfEnvironmentVariableCondition() - Constructor for class org.junit.jupiter.api.condition.EnabledIfEnvironmentVariableCondition
- EnabledIfSystemProperty - Annotation Type in org.junit.jupiter.api.condition
-
@EnabledIfSystemPropertyis used to signal that the annotated test class or test method is only enabled if the value of the specified system property matches the specified regular expression. - EnabledIfSystemPropertyCondition - Class in org.junit.jupiter.api.condition
- EnabledIfSystemPropertyCondition() - Constructor for class org.junit.jupiter.api.condition.EnabledIfSystemPropertyCondition
- EnabledOnJre - Annotation Type in org.junit.jupiter.api.condition
-
@EnabledOnJreis used to signal that the annotated test class or test method is only enabled on one or more specified Java Runtime Environment (JRE) versions. - EnabledOnJreCondition - Class in org.junit.jupiter.api.condition
- EnabledOnJreCondition() - Constructor for class org.junit.jupiter.api.condition.EnabledOnJreCondition
- EnabledOnOs - Annotation Type in org.junit.jupiter.api.condition
-
@EnabledOnOsis used to signal that the annotated test class or test method is only enabled on one or more specified operating systems. - EnabledOnOsCondition - Class in org.junit.jupiter.api.condition
- EnabledOnOsCondition() - Constructor for class org.junit.jupiter.api.condition.EnabledOnOsCondition
- EnableJUnit4MigrationSupport - Annotation Type in org.junit.jupiter.migrationsupport
-
EnableJUnit4MigrationSupportis a class-level annotation that enables all JUnit 4 migration support within JUnit Jupiter. - EnableRuleMigrationSupport - Annotation Type in org.junit.jupiter.migrationsupport.rules
-
This class-level annotation enables native JUnit 4 rule support within JUnit Jupiter.
- enableTestEngineAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Configure the auto-registration flag for test engines.
- enableTestExecutionListenerAutoRegistration(boolean) - Method in class org.junit.platform.launcher.core.LauncherConfig.Builder
-
Configure the auto-registration flag for test execution listeners.
- enclosingClasses - Variable in class org.junit.jupiter.engine.discovery.NestedClassSelector
- enclosingClasses - Variable in class org.junit.jupiter.engine.discovery.NestedMethodSelector
- encode(char) - Static method in class org.junit.platform.engine.UniqueIdFormat
- encode(String) - Method in class org.junit.platform.engine.UniqueIdFormat
- encodeBase64(byte[]) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
- encodedCharacterMap - Variable in class org.junit.platform.engine.UniqueIdFormat
- encoding() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
-
The encoding to use when reading the CSV files; must be a valid charset.
- endIndexExclusive() - Method in class org.junit.platform.launcher.tagexpression.Token
- endInstants - Variable in class org.junit.platform.reporting.legacy.xml.XmlReportData
- engine - Variable in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- engine() - Method in annotation type org.junit.jupiter.api.condition.DisabledIf
-
Deprecated.Short name of the
ScriptEngineto use. - engine() - Method in annotation type org.junit.jupiter.api.condition.EnabledIf
-
Deprecated.Short name of the
ScriptEngineto use. - ENGINE_ID - Static variable in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
- ENGINE_ID - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- ENGINE_SEGMENT_TYPE - Static variable in class org.junit.platform.engine.UniqueId
- engineAutoRegistrationEnabled - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
- engineDescriptor - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
- engineDescriptor - Variable in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
- EngineDescriptor - Class in org.junit.platform.engine.support.descriptor
- EngineDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.EngineDescriptor
-
Create a new
EngineDescriptorwith the suppliedUniqueIdand display name. - EngineDiscoveryRequest - Interface in org.junit.platform.engine
-
EngineDiscoveryRequestprovides aTestEngineaccess to the information necessary to discover tests and containers. - EngineDiscoveryRequestResolution - Class in org.junit.platform.engine.support.discovery
- EngineDiscoveryRequestResolution(Logger, EngineDiscoveryRequest, TestDescriptor, List<SelectorResolver>, List<TestDescriptor.Visitor>) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
- EngineDiscoveryRequestResolution.DefaultContext - Class in org.junit.platform.engine.support.discovery
- EngineDiscoveryRequestResolver<T extends TestDescriptor> - Class in org.junit.platform.engine.support.discovery
-
Configurable test discovery implementation based on
SelectorResolverandTestDescriptor.Visitorthat can be reused by differentTestEngines. - EngineDiscoveryRequestResolver(List<Function<EngineDiscoveryRequestResolver.InitializationContext<T>, SelectorResolver>>, List<Function<EngineDiscoveryRequestResolver.InitializationContext<T>, TestDescriptor.Visitor>>) - Constructor for class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
- EngineDiscoveryRequestResolver.Builder<T extends TestDescriptor> - Class in org.junit.platform.engine.support.discovery
-
Builder for
EngineDiscoveryRequestResolver. - EngineDiscoveryRequestResolver.DefaultInitializationContext<T extends TestDescriptor> - Class in org.junit.platform.engine.support.discovery
- EngineDiscoveryRequestResolver.InitializationContext<T extends TestDescriptor> - Interface in org.junit.platform.engine.support.discovery
-
The initialization context for creating resolvers and visitors that depend on the
EngineDiscoveryRequestto be resolved or the engine descriptor that will be used to collect the results. - EngineDiscoveryResultValidator - Class in org.junit.platform.launcher.core
-
Perform common validation checks on the result from the `discover()` method.
- EngineDiscoveryResultValidator() - Constructor for class org.junit.platform.launcher.core.EngineDiscoveryResultValidator
- EngineExecutionContext - Interface in org.junit.platform.engine.support.hierarchical
-
Marker interface for an execution context used by a concrete implementation of
HierarchicalTestEngineand its collaborators. - engineExecutionListener - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
- engineExecutionListener - Variable in class org.junit.platform.engine.ExecutionRequest
- engineExecutionListener - Variable in class org.junit.vintage.engine.execution.RunnerExecutor
- EngineExecutionListener - Interface in org.junit.platform.engine
-
Listener to be notified of test execution events by test engines.
- EngineFilter - Class in org.junit.platform.launcher
-
An
EngineFilteris applied to allTestEnginesbefore they are used. - EngineFilter(List<String>, EngineFilter.Type) - Constructor for class org.junit.platform.launcher.EngineFilter
- EngineFilter.Type - Enum in org.junit.platform.launcher
- engineFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
- engineFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
- engineIds - Variable in class org.junit.platform.launcher.EngineFilter
- engines - Variable in class org.junit.platform.launcher.core.LauncherConfig.Builder
- enqueueAdditionalSelectors(SelectorResolver.Resolution) - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution
- ensureInitialized() - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
- ensureOnlySingleExpressionRemains() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
- EnumArgumentsProvider - Class in org.junit.jupiter.params.provider
- EnumArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.EnumArgumentsProvider
- EnumConfigurationParameterConverter<E extends java.lang.Enum<E>> - Class in org.junit.jupiter.engine.config
- EnumConfigurationParameterConverter(Class<E>, String) - Constructor for class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
- enumDisplayName - Variable in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
- EnumSource - Annotation Type in org.junit.jupiter.params.provider
- EnumSource.Mode - Enum in org.junit.jupiter.params.provider
-
Enumeration of modes for selecting enum constants by name.
- enumType - Variable in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
- environmentVariableAccessor - Variable in class org.junit.jupiter.engine.script.ScriptExecutionManager
-
Deprecated.
- EnvironmentVariableAccessor() - Constructor for class org.junit.jupiter.engine.script.ScriptAccessor.EnvironmentVariableAccessor
-
Deprecated.
- equals(Object) - Method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
- equals(Object) - Method in class org.junit.jupiter.engine.discovery.NestedClassSelector
- equals(Object) - Method in class org.junit.jupiter.engine.discovery.NestedMethodSelector
- equals(Object) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
- equals(Object) - Method in class org.junit.jupiter.engine.extension.TimeoutDuration
- equals(Object) - Method in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- equals(Object) - Method in class org.junit.platform.commons.function.Try.Failure
- equals(Object) - Method in class org.junit.platform.commons.function.Try.Success
- equals(Object) - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.ClassSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.DirectorySelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.FileSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.MethodSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.ModuleSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.PackageSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
- equals(Object) - Method in class org.junit.platform.engine.discovery.UriSelector
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClassSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.DefaultUriSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FilePosition
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FileSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.MethodSource
- equals(Object) - Method in class org.junit.platform.engine.support.descriptor.PackageSource
- equals(Object) - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
- equals(Object) - Method in class org.junit.platform.engine.TestTag
- equals(Object) - Method in class org.junit.platform.engine.UniqueId
- equals(Object) - Method in class org.junit.platform.engine.UniqueId.Segment
- equals(Object) - Method in class org.junit.platform.launcher.TestIdentifier
- error(String) - Static method in class org.junit.platform.launcher.tagexpression.ParseResults
- error(String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
- error(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the provided
Throwableand message from the providedmessageSupplierat error level. - error(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- error(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
-
Log the message from the provided
messageSupplierat error level. - error(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- errorAt(Token, String, String) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
- errorMessage - Variable in class org.junit.platform.launcher.tagexpression.ParseStatus
- errorMessage() - Method in interface org.junit.platform.launcher.tagexpression.ParseResult
-
Return the contained parse error message, if any.
- errors - Variable in class org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
- evaluate(Collection<TestTag>) - Method in interface org.junit.platform.launcher.tagexpression.TagExpression
-
Evaluate this tag expression against the supplied collection of tags.
- evaluate(ExecutionCondition, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
- evaluate(ExtensionContext, List<Script>) - Method in interface org.junit.jupiter.engine.extension.ScriptExecutionCondition.Evaluator
-
Deprecated.
- evaluate(ExtensionContext, List<Script>) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionCondition.ThrowingEvaluator
-
Deprecated.
- evaluate(ExtensionContext, List<Script>) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionEvaluator
-
Deprecated.
- evaluate(ExtensionRegistry, JupiterConfiguration, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
-
Evaluate all
ExecutionConditionextensions registered for the suppliedExtensionContext. - evaluate(ScriptExecutionManager, Script, Bindings) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionEvaluator
-
Deprecated.
- evaluate(Script, Bindings) - Method in class org.junit.jupiter.engine.script.ScriptExecutionManager
-
Deprecated.Evaluate the script using the given bindings.
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.DisabledIfEnvironmentVariableCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.DisabledIfSystemPropertyCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.DisabledOnJreCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.DisabledOnOsCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.EnabledIfEnvironmentVariableCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.EnabledIfSystemPropertyCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.EnabledOnJreCondition
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.api.condition.EnabledOnOsCondition
- evaluateExecutionCondition(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ExecutionCondition
-
Evaluate this condition for the supplied
ExtensionContext. - evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.DisabledCondition
-
Containers/tests are disabled if
@Disabledis present on the test class or method. - evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- evaluateExecutionCondition(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
-
Containers/tests are disabled if
@Ignoreis present on the test class or method. - evaluationException(Class<?>, Exception) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
- evaluator - Variable in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- EVALUATOR_CLASS_NAME - Static variable in class org.junit.jupiter.engine.extension.ScriptExecutionCondition
-
Deprecated.
- EventType - Enum in org.junit.vintage.engine.execution
- EventType() - Constructor for enum org.junit.vintage.engine.execution.EventType
- exact(TestDescriptor) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
-
Factory for creating an exact match without any children.
- exact(TestDescriptor, Supplier<Set<? extends DiscoverySelector>>) - Static method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
-
Factory for creating an exact match with potential children.
- EXACT - org.junit.platform.engine.support.discovery.SelectorResolver.Match.Type
- exception - Variable in class org.junit.jupiter.engine.extension.ScriptExecutionCondition.ThrowingEvaluator
-
Deprecated.
- exception - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
- EXCEPTION_WAS_HANDLED - Static variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
- ExceptionUtils - Class in org.junit.platform.commons.util
-
Collection of utilities for working with exceptions.
- ExceptionUtils() - Constructor for class org.junit.platform.commons.util.ExceptionUtils
- EXCLUDE - org.junit.jupiter.params.provider.EnumSource.Mode
-
Select all declared enum constants except those supplied via the
EnumSource.names()attribute. - EXCLUDE - org.junit.platform.launcher.EngineFilter.Type
- ExcludeClassNameFilter - Class in org.junit.platform.engine.discovery
-
ClassNameFilterthat matches fully qualified class names against patterns in the form of regular expressions. - ExcludeClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludeClassNameFilter
- excludeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
-
Create a new exclude
ClassNameFilterbased on the supplied patterns. - ExcludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
-
@ExcludeClassNamePatternsspecifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform. - excluded() - Method in class org.junit.platform.engine.FilterResult
- excluded(String) - Static method in class org.junit.platform.engine.FilterResult
-
Factory for creating excluded results.
- ExcludeDescriptionFilter(Description) - Constructor for class org.junit.vintage.engine.descriptor.RunnerTestDescriptor.ExcludeDescriptionFilter
- excludeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
-
Create a new exclude
EngineFilterbased on the supplied engine IDs. - excludeEngines(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
-
Create a new exclude
EngineFilterbased on the supplied engine IDs. - ExcludeEngines - Annotation Type in org.junit.platform.suite.api
-
@ExcludeEnginesspecifies the IDs ofTestEnginesto be excluded when running a test suite on the JUnit Platform. - ExcludePackageNameFilter - Class in org.junit.platform.engine.discovery
-
PackageNameFilterthat matches fully qualified package names that are not prefixed by one of the package names provided to the filter. - ExcludePackageNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludePackageNameFilter
- excludePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
-
Create a new exclude
PackageNameFilterbased on the supplied package names. - excludePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
-
Create a new exclude
PackageNameFilterbased on the supplied package names. - ExcludePackages - Annotation Type in org.junit.platform.suite.api
-
@ExcludePackagesspecifies the packages to be excluded when running a test suite on the JUnit Platform. - excludeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
-
Create an exclude filter based on the supplied tag expressions.
- excludeTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
-
Create an exclude filter based on the supplied tag expressions.
- ExcludeTags - Annotation Type in org.junit.platform.suite.api
-
@ExcludeTagsspecifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform. - ExclusiveResource - Class in org.junit.platform.engine.support.hierarchical
-
An exclusive resource identified by a key with a lock mode that is used to synchronize access to shared resources when executing nodes in parallel.
- ExclusiveResource(String, ExclusiveResource.LockMode) - Constructor for class org.junit.platform.engine.support.hierarchical.ExclusiveResource
-
Create a new
ExclusiveResource. - ExclusiveResource.LockMode - Enum in org.junit.platform.engine.support.hierarchical
-
LockModetranslates to the respectiveReadWriteLocklocks. - ExclusiveTask(HierarchicalTestExecutorService.TestTask) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask
- executable - Variable in class org.junit.jupiter.api.DynamicTest
- Executable - Interface in org.junit.jupiter.api.function
-
Executableis a functional interface that can be used to implement any generic block of code that potentially throws aThrowable. - executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
- executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
- ExecutableInvoker - Class in org.junit.jupiter.engine.execution
-
ExecutableInvokerencapsulates the invocation of aExecutable(i.e., method or constructor), including support for dynamic resolution of method parameters viaParameterResolvers. - ExecutableInvoker() - Constructor for class org.junit.jupiter.engine.execution.ExecutableInvoker
- ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T> - Interface in org.junit.jupiter.engine.execution
- ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall - Interface in org.junit.jupiter.engine.execution
- execute() - Method in interface org.junit.jupiter.api.function.Executable
- execute() - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
- execute() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
-
Execute this task.
- execute() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- execute() - Method in interface org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
-
Deprecated.Execute the test.
- execute() - Method in interface org.junit.platform.engine.support.hierarchical.ThrowableCollector.Executable
-
Execute this executable, potentially throwing a
Throwablethat signals abortion or failure. - execute() - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
- execute(C, Node.DynamicTestExecutor) - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Execute the behavior of this node.
- execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
- execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
- execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
- execute(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
- execute(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
-
Create an executor service; create an initial execution context; execute the behavior of all nodes in the hierarchy starting with the supplied
request's root and notify its execution listener of test execution events. - execute(ExecutionRequest) - Method in interface org.junit.platform.engine.TestEngine
-
Execute tests according to the supplied
ExecutionRequest. - execute(ExecutionRequest) - Method in class org.junit.vintage.engine.VintageTestEngine
- execute(Node.DynamicTestExecutor, TestDescriptor) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
- execute(ThrowableCollector.Executable) - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
-
Execute the supplied
ThrowableCollector.Executableand collect anyThrowablethrown during the execution. - execute(TestDescriptor) - Method in interface org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
-
Submit a dynamic test descriptor for immediate execution.
- execute(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
- execute(TestEngine, ExecutionRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- execute(InternalTestPlan, TestExecutionListener[]) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
-
Execute a
TestPlanwhich is built according to the suppliedLauncherDiscoveryRequestby querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution. - execute(TestPlan, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
- execute(TestPlan, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
-
Execute the supplied
TestPlanand notify registered listeners about the progress and results of the execution. - execute(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.execution.RunnerExecutor
- executeAllChildren(RunnerExecutor, TestDescriptor) - Method in class org.junit.vintage.engine.VintageTestEngine
- executeAndMaskThrowable(Executable) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
- executed - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocation.InterruptTask
- executeMethod(String) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
- executeMethod(String, Class<?>[], Object...) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
- executeNonConcurrentTasks(Deque<ForkJoinPoolHierarchicalTestExecutorService.ExclusiveTask>) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
- executeRecursively() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- executeSafely(SingleTestExecutor.Executable) - Method in class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
-
Deprecated.Execute the supplied
SingleTestExecutor.Executableand return aTestExecutionResultbased on the outcome. - Execution - Annotation Type in org.junit.jupiter.api.parallel
-
@Executionis used to configure the parallel execution mode of a test class or test method. - executionAdvisor - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
- ExecutionCondition - Interface in org.junit.jupiter.api.extension
-
ExecutionConditiondefines theExtensionAPI for programmatic, conditional test execution. - executionFinished(TestDescriptor, TestExecutionResult) - Method in interface org.junit.platform.engine.EngineExecutionListener
-
Must be called when the execution of a leaf or subtree of the test tree has finished, regardless of the outcome.
- executionFinished(TestDescriptor, TestExecutionResult) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
- executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
- executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.listeners.LoggingListener
- executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
- executionFinished(TestIdentifier, TestExecutionResult) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when the execution of a leaf or subtree of the
TestPlanhas finished, regardless of the outcome. - executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
- executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
- executionJustFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
- executionJustFinished(TestIdentifier, TestExecutionResult) - Method in interface org.junit.platform.launcher.core.TestExecutionListenerRegistry.EagerTestExecutionListener
- executionJustStarted(TestIdentifier) - Method in class org.junit.platform.launcher.core.StreamInterceptingTestExecutionListener
- executionJustStarted(TestIdentifier) - Method in interface org.junit.platform.launcher.core.TestExecutionListenerRegistry.EagerTestExecutionListener
- executionListener - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
- ExecutionListenerAdapter - Class in org.junit.platform.launcher.core
-
An
ExecutionListenerAdapteradapts aTestPlanand a correspondingTestExecutionListenerto theEngineExecutionListenerAPI. - ExecutionListenerAdapter(InternalTestPlan, TestExecutionListener) - Constructor for class org.junit.platform.launcher.core.ExecutionListenerAdapter
- ExecutionMode - Enum in org.junit.jupiter.api.parallel
-
Supported execution modes for parallel test execution.
- ExecutionMode() - Constructor for enum org.junit.jupiter.api.parallel.ExecutionMode
- ExecutionMode() - Constructor for enum org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
- executionModeConverter - Static variable in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
- ExecutionRequest - Class in org.junit.platform.engine
-
Provides a single
TestEngineaccess to the information necessary to execute its tests. - ExecutionRequest(TestDescriptor, EngineExecutionListener, ConfigurationParameters) - Constructor for class org.junit.platform.engine.ExecutionRequest
- executionResults - Variable in class org.junit.vintage.engine.execution.TestRun
- executionSkipped(TestDescriptor, String) - Method in interface org.junit.platform.engine.EngineExecutionListener
-
Must be called when the execution of a leaf or subtree of the test tree has been skipped.
- executionSkipped(TestDescriptor, String) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
- executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
- executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.listeners.LoggingListener
- executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
- executionSkipped(TestIdentifier, String) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when the execution of a leaf or subtree of the
TestPlanhas been skipped. - executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
- executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
- executionStarted(TestDescriptor) - Method in interface org.junit.platform.engine.EngineExecutionListener
-
Must be called when the execution of a leaf or subtree of the test tree is about to be started.
- executionStarted(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
- executionStarted(TestIdentifier) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
- executionStarted(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.LoggingListener
- executionStarted(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
- executionStarted(TestIdentifier) - Method in interface org.junit.platform.launcher.TestExecutionListener
-
Called when the execution of a leaf or subtree of the
TestPlanis about to be started. - executionStarted(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener
- executionStarted(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
- executor - Variable in class org.junit.jupiter.engine.extension.TimeoutExtension.ExecutorResource
- executor - Variable in class org.junit.jupiter.engine.extension.TimeoutInvocation
- ExecutorResource() - Constructor for class org.junit.jupiter.engine.extension.TimeoutExtension.ExecutorResource
- executorService - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
- executorService - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTaskContext
- expand() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
-
Expand this match in order to resolve the children of the contained
TestDescriptor. - expansionCallback(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.MethodSelectorResolver
- EXPECTED_FALSE - Static variable in class org.junit.jupiter.api.AssertFalse
- EXPECTED_TRUE - Static variable in class org.junit.jupiter.api.AssertTrue
- ExpectedExceptionAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
- ExpectedExceptionAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
- ExpectedExceptionSupport - Class in org.junit.jupiter.migrationsupport.rules
-
This
Extensionprovides native support for theExpectedExceptionrule from JUnit 4. - ExpectedExceptionSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
- EXPLICIT - org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.Mode
- explicitConfigParams - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
- expressions - Variable in class org.junit.platform.launcher.tagexpression.ShuntingYard
- extend() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
- ExtendWith - Annotation Type in org.junit.jupiter.api.extension
-
@ExtendWithis a repeatable annotation that is used to register extensions for the annotated test class or test method. - Extension - Interface in org.junit.jupiter.api.extension
-
Marker interface for all extensions.
- ExtensionConfigurationException - Exception in org.junit.jupiter.api.extension
-
Thrown if an error is encountered regarding the configuration of an extension.
- ExtensionConfigurationException(String) - Constructor for exception org.junit.jupiter.api.extension.ExtensionConfigurationException
- ExtensionConfigurationException(String, Throwable) - Constructor for exception org.junit.jupiter.api.extension.ExtensionConfigurationException
- extensionContext - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
- extensionContext - Variable in class org.junit.jupiter.engine.extension.TimeoutConfiguration
- ExtensionContext - Interface in org.junit.jupiter.api.extension
-
ExtensionContextencapsulates the context in which the current test or container is being executed. - ExtensionContext.Namespace - Class in org.junit.jupiter.api.extension
-
A
Namespaceis used to provide a scope for data saved by extensions within aExtensionContext.Store. - ExtensionContext.Store - Interface in org.junit.jupiter.api.extension
-
Storeprovides methods for extensions to save and retrieve data. - ExtensionContext.Store.CloseableResource - Interface in org.junit.jupiter.api.extension
-
Classes implementing this interface indicate that they want to
ExtensionContext.Store.CloseableResource.close()some underlying resource or resources when the enclosingStoreis closed. - ExtensionContextException - Exception in org.junit.jupiter.api.extension
-
Thrown if an error is encountered regarding the use of an
ExtensionContextorExtensionContext.Store. - ExtensionContextException(String) - Constructor for exception org.junit.jupiter.api.extension.ExtensionContextException
- ExtensionRegistrar - Interface in org.junit.jupiter.engine.extension
-
An
ExtensionRegistraris used to register extension. - extensionRegistry - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
- ExtensionRegistry - Interface in org.junit.jupiter.engine.extension
-
An
ExtensionRegistryholds all registered extensions (i.e. - Extensions - Annotation Type in org.junit.jupiter.api.extension
-
@Extensionsis a container for one or more@ExtendWithdeclarations. - EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME - Static variable in interface org.junit.jupiter.engine.config.JupiterConfiguration
- EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
-
Property name used to enable auto-detection and registration of extensions via Java's
ServiceLoadermechanism: "junit.jupiter.extensions.autodetection.enabled" - ExtensionUtils - Class in org.junit.jupiter.engine.descriptor
-
Collection of utilities for working with extensions and the extension registry.
- ExtensionUtils() - Constructor for class org.junit.jupiter.engine.descriptor.ExtensionUtils
- ExtensionValuesStore - Class in org.junit.jupiter.engine.execution
-
ExtensionValuesStoreis used inside implementations ofExtensionContextto store and retrieve values. - ExtensionValuesStore(ExtensionValuesStore) - Constructor for class org.junit.jupiter.engine.execution.ExtensionValuesStore
- ExtensionValuesStore.CompositeKey - Class in org.junit.jupiter.engine.execution
- ExtensionValuesStore.MemoizingSupplier - Class in org.junit.jupiter.engine.execution
- ExternalResourceAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
- ExternalResourceAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
- ExternalResourceSupport - Class in org.junit.jupiter.migrationsupport.rules
-
This
Extensionprovides native support for subclasses of theExternalResourcerule from JUnit 4. - ExternalResourceSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
- extractTokenStartingAt(String, int, String) - Method in class org.junit.platform.launcher.tagexpression.Tokenizer
F
- 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() - Static method in class org.junit.jupiter.api.AssertionUtils
- fail(String) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given failure
message. - fail(String) - Static method in class org.junit.jupiter.api.AssertionUtils
- fail(String) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain.ValidatingInvocation
- fail(String, Object, Object) - Static method in class org.junit.jupiter.api.AssertionUtils
- fail(String, Throwable) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given failure
messageas well as the underlyingcause. - fail(String, Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
- fail(Throwable) - Static method in class org.junit.jupiter.api.Assertions
-
Fail the test with the given underlying
cause. - fail(Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
- 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(Supplier<String>) - Static method in class org.junit.jupiter.api.AssertionUtils
- fail(List<String>, List<String>, Object, String, Object...) - Static method in class org.junit.jupiter.api.AssertLinesMatch
- 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.TestExecutionResult
-
Create a
TestExecutionResultfor a failed execution of a test or container with the suppliedthrowable. - FAILED - org.junit.platform.engine.TestExecutionResult.Status
-
Indicates that the execution of a test or container failed.
- failEqual(Object, String) - 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, String) - Static method in class org.junit.jupiter.api.AssertionUtils
-
Typically used for
assertEquals(). - failNotEqual(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertionUtils
-
Typically used for
assertEquals(). - failNotNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNull
- failNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertSame
- failNull(String) - Static method in class org.junit.jupiter.api.AssertNotNull
- failSame(Object, String) - 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
- failures - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
- failures - Variable in class org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
- FallbackStringToObjectConverter - Class in org.junit.jupiter.params.converter
-
FallbackStringToObjectConverteris aDefaultArgumentConverter.StringToObjectConverterthat provides a fallback conversion strategy for converting from aStringto 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
-
Predicatethat determines if theConstructorsupplied toFallbackStringToObjectConverter.IsFactoryConstructor.test(Constructor)is a non-private factory constructor for the suppliedFallbackStringToObjectConverter.IsFactoryConstructor.targetType. - FallbackStringToObjectConverter.IsFactoryMethod - Class in org.junit.jupiter.params.converter
-
Predicatethat determines if theMethodsupplied toFallbackStringToObjectConverter.IsFactoryMethod.test(Method)is a non-private static factory method for the suppliedFallbackStringToObjectConverter.IsFactoryMethod.targetType. - fieldName - Variable in class org.junit.vintage.engine.support.UniqueIdReader
- file - Variable in class org.junit.platform.engine.support.descriptor.FileSource
- FILE_URI_SCHEME - Static variable in class org.junit.platform.commons.util.CloseablePath
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
- filePosition - Variable in class org.junit.platform.engine.support.descriptor.FileSource
- FilePosition - Class in org.junit.platform.engine.support.descriptor
- 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
- FileSelector - Class in org.junit.platform.engine.discovery
-
A
DiscoverySelectorthat selects a file so thatTestEnginescan discover tests or containers based on files in the file system. - FileSelector(String) - Constructor for class org.junit.platform.engine.discovery.FileSelector
- FileSource - Class in org.junit.platform.engine.support.descriptor
-
File based
TestSourcewith an optional position. - FileSource(File) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
- FileSource(File, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
- FileSystemSource - Interface in org.junit.platform.engine.support.descriptor
-
File system based
TestSource. - filter(Filter) - Method in class org.junit.platform.runner.JUnitPlatform
- filter(Filter) - Method in class org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
- Filter<T> - Interface in org.junit.platform.engine
-
A
Filtercan be applied to determine if an object should be included or excluded in a result set. - Filterable - Interface in org.junit.jupiter.engine.descriptor
-
Filterableis implemented byTestDescriptorsthat may register dynamic tests during execution and support selective test execution. - FilterableIgnoringRunnerDecorator - Class in org.junit.vintage.engine.discovery
-
FilterableIgnoringRunnerDecorator. - FilterableIgnoringRunnerDecorator(Runner) - Constructor for class org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
- FilterResult - Class in org.junit.platform.engine
-
The result of applying a
Filter. - FilterResult(boolean, String) - Constructor for class org.junit.platform.engine.FilterResult
- filters - Variable in class org.junit.platform.engine.CompositeFilter
- filters - Variable in class org.junit.vintage.engine.descriptor.OrFilter
- filters - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
- filters(Filter<?>...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
-
Add all of the supplied
filtersto the request. - 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
rootthat match the specifiedclassFilterandclassNameFilterpredicates. - 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
moduleNamethat match the specifiedclassFilterandclassNameFilterpredicates. - 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.ModuleUtils
-
Find all classes for the given module name.
- 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
basePackageNamethat match the specifiedclassFilterandclassNameFilterpredicates. - 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.
- findAncestor(Optional<TestIdentifier>, Predicate<TestIdentifier>) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportData
- 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.util.AnnotationUtils
-
Find all fields of the supplied class or interface that are annotated or meta-annotated with the specified
annotationTypeand match the specifiedpredicate, 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
annotationTypeand match the specifiedpredicate, using the supplied hierarchy traversal mode. - 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
annotationTypeand match the specifiedpredicate. - findAnnotatedFields(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
- 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(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
fieldTypeand are annotated or meta-annotated with the specifiedannotationType, using top-down search semantics within the type hierarchy. - 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
instancethat are annotated or meta-annotated with the specifiedannotationType, 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
instancethat are declared to be of the specifiedfieldTypeand are annotated or meta-annotated with the specifiedannotationType, using top-down search semantics within the type hierarchy. - 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
- findAnnotatedMethods(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
- findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Find the first annotation of
annotationTypethat is either present or meta-present on theParameterfor this context. - findAnnotation(Class<A>) - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Find the first annotation of
annotationTypethat is either present or meta-present on theMethodfor this descriptor. - findAnnotation(Class<A>) - Method in class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
- findAnnotation(Class<A>) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
- findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the first annotation of
annotationTypethat is either directly present, meta-present, or indirectly present on the suppliedelement. - 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(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find the first annotation of
annotationTypethat is either present or meta-present on the supplied optionalelement. - findAnnotation(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
- 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.
- 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
- 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
- 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) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find the first
Methodof 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.util.ReflectionUtils
- findMethod(Class<?>, String, String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find the first
Methodof 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<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
- findMethod(String, Class<?>) - Method in class org.junit.jupiter.engine.discovery.MethodFinder
- 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>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.ReflectionSupport
-
Find all methods of the supplied class or interface that match the specified
predicate. - findMethods(Class<?>, Predicate<Method>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
- findMethodsAndAssertNonStatic(Class<?>, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
- findMethodsAndAssertStatic(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 given class that conform to the given predicate.
- findNestedClasses(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
- findNestedClasses(Class<?>, Set<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
- findOperands(Token, Operator) - Method in class org.junit.platform.launcher.tagexpression.ShuntingYard
- findParent(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
- findPublicAnnotatedFields(Class<?>, Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all
publicfields of the supplied class or interface that are declared to be of the specifiedfieldTypeand are annotated or meta-annotated with the specifiedannotationType. - findPublicAnnotatedFields(Class<?>, Class<?>, Class<? extends 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
- findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Find all repeatable annotations of
annotationTypethat are either present or meta-present on theParameterfor this context. - findRepeatableAnnotations(Class<A>) - Method in interface org.junit.jupiter.api.MethodDescriptor
-
Find all repeatable annotations of
annotationTypethat are either present or meta-present on theMethodfor this descriptor. - findRepeatableAnnotations(Class<A>) - Method in class org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
- findRepeatableAnnotations(Class<A>) - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
- findRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all repeatable annotations of the supplied
annotationTypethat are either present, indirectly present, or meta-present on the suppliedAnnotatedElement. - 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(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
-
Find all repeatable annotations of the supplied
annotationTypethat are either present, indirectly present, or meta-present on the supplied optionalelement. - findRepeatableAnnotations(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
- findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleSupport
- findSkippedAncestor(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportData
- finishedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
- finishedTests - Variable in class org.junit.platform.reporting.legacy.xml.XmlReportData
- 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
- FIXED - org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfigurationStrategy
-
Uses the mandatory "fixed.parallelism" configuration parameter as the desired parallelism.
- floats() - Method in annotation type org.junit.jupiter.params.provider.ValueSource
-
The
floatvalues to use as sources of arguments; must not be empty. - floatsAreEqual(float, float) - Static method in class org.junit.jupiter.api.AssertionUtils
- floatsAreEqual(float, 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
LoggingListenerwhich delegates to the suppliedBiConsumerfor 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
- forceScriptEvaluation - Variable in class org.junit.jupiter.engine.script.ScriptExecutionManager
-
Deprecated.
- forEngine(String) - Static method in class org.junit.platform.engine.UniqueId
-
Create an engine's unique ID from its
engineIdusing the default format. - forJavaUtilLogging() - Static method in class org.junit.platform.launcher.listeners.LoggingListener
-
Create a
LoggingListenerwhich delegates to aLoggerusing a log level ofFINE. - forJavaUtilLogging(Level) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
-
Create a
LoggingListenerwhich delegates to aLoggerusing 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
- ForkJoinPoolHierarchicalTestExecutorService(ConfigurationParameters) - Constructor for class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
-
Create a new
ForkJoinPoolHierarchicalTestExecutorServicebased on the suppliedConfigurationParameters. - 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
- format(int) - Static method in class org.junit.platform.launcher.tagexpression.ParseStatus
- format(int, int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
- format(int, Object...) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
- format(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertionUtils
- format(UniqueId) - Method in class org.junit.platform.engine.UniqueIdFormat
-
Format and return the string representation of the supplied
UniqueId. - formatClassAndValue(Object, String) - Static method in class org.junit.jupiter.api.AssertionUtils
- formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
- formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
- formatExclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
- formatExclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
- formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
- formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
- formatInclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
- formatInclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
- formatIndexes(Deque<Integer>) - Static method in class org.junit.jupiter.api.AssertionUtils
- formatNonStandardAttributesAsString(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- formatSafely(int, Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
- formatter - Variable in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
- formatter - Variable in class org.junit.jupiter.params.ParameterizedTestInvocationContext
- formatValues(Object, Object) - Static method in class org.junit.jupiter.api.AssertionUtils
- forName(String) - Static method in interface org.junit.jupiter.engine.extension.ScriptExecutionCondition.Evaluator
-
Deprecated.Create evaluator via reflection to hide the `javax.script` dependency.
- forName(String, String) - Static method in interface org.junit.jupiter.engine.extension.ScriptExecutionCondition.Evaluator
-
Deprecated.
- FQCN - Static variable in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
- from(int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
-
Create a new
FilePositionusing the suppliedlinenumber and an undefined column number. - from(int, int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
-
Create a new
FilePositionusing the suppliedlineandcolumnnumbers. - from(File) - Static method in class org.junit.platform.engine.support.descriptor.DirectorySource
-
Create a new
DirectorySourceusing the supplied directory. - from(File) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
-
Create a new
FileSourceusing the suppliedfile. - from(File, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
- from(Class<?>) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new
ClassSourceusing the supplied class. - from(Class<?>, Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new
MethodSourceusing the suppliedclassandmethod. - from(Class<?>, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new
ClassSourceusing the supplied class and file position. - from(Package) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
-
Create a new
PackageSourceusing the supplied JavaPackage. - from(Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new
MethodSourceusing the suppliedmethod. - from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Create a new
ClasspathResourceSourceusing the supplied classpath resource name. - from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new
ClassSourceusing the supplied class name. - from(String) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
-
Create a new
PackageSourceusing the suppliedpackageName. - from(String, String) - Static method in class org.junit.platform.engine.reporting.ReportEntry
-
Factory for creating a new
ReportEntryfrom a key-value pair. - from(String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new
MethodSourceusing the supplied class name and method name. - from(String, String, Class<?>...) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new
MethodSourceusing the supplied class name, method name, and method parameter types. - from(String, String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
-
Create a new
MethodSourceusing the supplied class name, method name, and method parameter types. - from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Create a new
ClasspathResourceSourceusing the supplied classpath resource name andFilePosition. - from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
-
Create a new
ClassSourceusing the supplied class name and file position. - from(URI) - Static method in class org.junit.jupiter.engine.descriptor.MethodSourceSupport
-
Create a new
MethodSourcefrom the suppliedURI. - from(URI) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Create a new
ClasspathResourceSourcefrom the suppliedURI. - from(URI) - Static method in interface org.junit.platform.engine.support.descriptor.UriSource
-
Create a new
UriSourceusing the suppliedURI. - from(Collection<? extends TestSource>) - Static method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
-
Create a new
CompositeTestSourcebased on the supplied collection ofsources. - from(Collection<TestDescriptor>) - Static method in class org.junit.platform.launcher.TestPlan
-
Construct a new
TestPlanfrom the supplied collection ofTestDescriptors. - from(Map<String, String>) - Static method in class org.junit.platform.engine.reporting.ReportEntry
-
Factory for creating a new
ReportEntryfrom a map of key-value pairs. - from(Timeout) - Static method in class org.junit.jupiter.engine.extension.TimeoutDuration
- from(TestDescriptor) - Static method in class org.junit.platform.launcher.TestIdentifier
-
Factory for creating a new
TestIdentifierfrom aTestDescriptor. - from(Root) - Static method in class org.junit.platform.launcher.core.InternalTestPlan
- from(XmlReportData, List<TestIdentifier>) - Static method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
- fromClasspathResource(String) - Static method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
- fromQuery(String) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
-
Create an optional
FilePositionby parsing the suppliedquerystring. - 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
- futures - Variable in class org.junit.platform.engine.support.hierarchical.NodeTestTask.DefaultDynamicTestExecutor
G
- 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
staticnested test class. - 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.ReplaceUnderscores
- 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
@Nestedinner test class. - generateDisplayNameForNestedClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.ReplaceUnderscores
- generateDisplayNameForNestedClass(Class<?>) - Method in class org.junit.jupiter.api.DisplayNameGenerator.Standard
- generateSuiteDescription(TestPlan, Class<?>) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- generateTestTree(LauncherDiscoveryRequest) - Method in class org.junit.platform.runner.JUnitPlatform
- GenericBeforeAndAfterAdvice - Interface in org.junit.jupiter.migrationsupport.rules.adapter
- get() - Method in interface org.junit.jupiter.api.function.ThrowingSupplier
-
Get a result, potentially throwing an exception.
- get() - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
- get() - Method in class org.junit.jupiter.engine.extension.TempDirectory.CloseablePath
- get() - Method in class org.junit.jupiter.engine.extension.TimeoutExtension.ExecutorResource
- get() - Method in interface org.junit.jupiter.params.provider.Arguments
-
Get the arguments used for an invocation of the
@ParameterizedTestmethod. - get() - Method in class org.junit.platform.commons.function.Try.Failure
- get() - Method in class org.junit.platform.commons.function.Try
-
If this
Tryis a success, get the contained value; if thisTryis a failure, throw the contained exception. - get() - Method in class org.junit.platform.commons.function.Try.Success
- get(int) - Method in interface org.junit.jupiter.params.aggregator.ArgumentsAccessor
-
Get the value of the argument at the given index as an
Object. - get(int) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
- get(int, 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, Class<T>) - Method in class org.junit.jupiter.params.aggregator.DefaultArgumentsAccessor
- get(Object) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
-
Get the value that is stored under the supplied
key. - 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(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(String) - Method in class org.junit.jupiter.engine.script.ScriptAccessor.ConfigurationParameterAccessor
-
Deprecated.
- get(String) - Method in class org.junit.jupiter.engine.script.ScriptAccessor.EnvironmentVariableAccessor
-
Deprecated.
- get(String) - Method in interface org.junit.jupiter.engine.script.ScriptAccessor
-
Deprecated.Get the value of the property with the supplied name.
- get(String) - Method in class org.junit.jupiter.engine.script.ScriptAccessor.SystemPropertyAccessor
-
Deprecated.
- get(String) - Method in interface org.junit.platform.engine.ConfigurationParameters
-
Get the configuration parameter stored under the specified
key. - get(String) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
- get(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
- get(String, Function<String, T>) - Method in interface org.junit.platform.engine.ConfigurationParameters
-
Get and transform the configuration parameter stored under the specified
keyusing the specifiedtransformer. - get(String, Function<String, T>) - Method in class org.junit.platform.engine.support.config.PrefixedConfigurationParameters
- get(ExtensionContext.Namespace, Object) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
- get(ExtensionContext.Namespace, Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
- get(ConfigurationParameters, String) - Method in class org.junit.jupiter.engine.config.ClassNamePatternParameterConverter
- get(ConfigurationParameters, String, E) - Method in class org.junit.jupiter.engine.config.EnumConfigurationParameterConverter
- get(ConfigurationParameters, String, Supplier<? extends DisplayNameGenerator>) - Method in class org.junit.jupiter.engine.config.DisplayNameGeneratorParameterConverter
- 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
- 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
- getAnnotationAsString() - Method in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- getAnnotationType() - Method in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- 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
- getArtifactId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
-
Returns
junit-jupiter-engineas 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-engineas the artifact ID. - 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
Optionalif the attribute was not found. - getAttribute(Class<?>, Function<Package, String>) - Static method in class org.junit.platform.commons.util.PackageUtils
-
Get the package attribute for the supplied
typeusing the suppliedfunction. - 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
- 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
- getChildren() - Method in class org.junit.jupiter.api.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(String) - Method in class org.junit.platform.launcher.core.InternalTestPlan
- getChildren(String) - Method in class org.junit.platform.launcher.TestPlan
-
Get the children of the supplied unique ID.
- getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.core.InternalTestPlan
- getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
Get the children of the supplied
TestIdentifier. - getClassLoader() - Method in class org.junit.platform.commons.util.ClasspathScanner
- 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(Object) - Static method in class org.junit.jupiter.api.AssertionUtils
- getClassName(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- getClassName(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
-
Get the class name for the supplied
TestIdentifierusing the suppliedTestPlan. - getClassNameFilter() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
- getClassNameFilter() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
-
Get the class name filter built from the
ClassNameFiltersandPackageNameFiltersin theEngineDiscoveryRequestthat is about to be resolved. - getClasspathResourceName() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
-
Get the name of the selected classpath resource.
- getClasspathResourceName() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
-
Get the name of the source classpath resource.
- 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
- getClock() - Method in class org.junit.platform.reporting.legacy.xml.XmlReportData
- getColumn() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
-
Get the column number of this
FilePosition, if available. - getCompositeTestExecutionListener() - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
- 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.extension.ExtensionContext
-
Get the configuration parameter stored under the specified
key. - 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) - Method in class org.junit.jupiter.engine.discovery.DefaultMethodOrdererContext
- getConfigurationParameters() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
-
Get the
ConfigurationParametersfor this request. - getConfigurationParameters() - Method in class org.junit.platform.engine.ExecutionRequest
-
Get the
ConfigurationParametersthat the engine may use to influence test execution. - getConfigurationParameters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
- getConfigurationParameters() - Method in class org.junit.platform.launcher.core.Root
- 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.
- getCurrentDateTime() - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- getCurrentRepetition() - Method in interface org.junit.jupiter.api.RepetitionInfo
-
Get the current repetition of the corresponding
@RepeatedTestmethod. - getCurrentRepetition() - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
- getCustomSeed(MethodOrdererContext) - Method in class org.junit.jupiter.api.MethodOrderer.Random
- getDeclaredConstructor(Class<T>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Get the sole declared
Constructorfor 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., theMethodorConstructor) that declares theParameterfor 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
- 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
-
Get the default
ExecutionModefor the test class configured with thisMethodOrderer. - 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
- 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.
- getDefaultTestableMethodTimeout() - Method in class org.junit.jupiter.engine.extension.TimeoutConfiguration
- 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
- 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
- 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
- getDescription() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
- getDescription() - Method in class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
- getDescription(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
- getDirectory() - Method in class org.junit.platform.engine.discovery.DirectorySelector
-
Get the selected directory as a
File. - getDiscoveryRequest() - Method in class org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.DefaultInitializationContext
- getDiscoveryRequest() - Method in interface org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver.InitializationContext
-
Get the
EngineDiscoveryRequestthat is about to be resolved. - 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() - 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.extension.TestInfoParameterResolver.DefaultTestInfo
- getDisplayName() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
- getDisplayName() - Method in interface org.junit.platform.engine.TestDescriptor
-
Get the display name for this descriptor.
- getDisplayName() - Method in class org.junit.platform.launcher.TestIdentifier
-
Get the display name of the represented test or container.
- getDisplayName(int) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
Get the display name for this invocation.
- getDisplayName(int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
- getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
- getDisplayNameGeneration(Class<?>) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
-
Find the first
DisplayNameGenerationannotation that is either directly present, meta-present, indirectly present on the suppliedtestClassor on an enclosing class. - getDisplayNameGenerator(Class<?>, JupiterConfiguration) - Static method in class org.junit.jupiter.engine.descriptor.DisplayNameUtils
- 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
- getDurationInSeconds(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportData
- 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() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
-
Due to a bug in
javacon JDK versions prior to JDK 9, looking up annotations directly on aParameterwill fail for inner class constructors. - getElement() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
-
Get the
AnnotatedElementcorresponding 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.jupiter.engine.discovery.NestedClassSelector
- getEnclosingClasses() - Method in class org.junit.jupiter.engine.discovery.NestedMethodSelector
- 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
- getEngine() - Method in class org.junit.jupiter.engine.script.Script
-
Deprecated.
- 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
TestDescriptorthat will be used to collect the results. - getEngineDescriptors() - Method in class org.junit.platform.launcher.core.Root
- getEngineExecutionListener() - Method in class org.junit.platform.engine.ExecutionRequest
-
Get the
EngineExecutionListenerto be notified of test execution events. - getEngineFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
- getEngineFilters() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
-
Get the
EngineFiltersfor this request. - getEngineId() - Method in class org.junit.platform.engine.UniqueId
-
Get the engine ID stored in this
UniqueId, if available. - 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.
- getErrors() - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
- getException() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
- getException() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
-
Get the
Throwablecausing the failure. - getExcludeClassNamePatterns() - Method in class org.junit.platform.runner.JUnitPlatform
- getExcludedEngineIds() - Method in class org.junit.platform.runner.JUnitPlatform
- getExcludedPackages() - Method in class org.junit.platform.runner.JUnitPlatform
- getExcludedTags() - Method in class org.junit.platform.runner.JUnitPlatform
- 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
-
Get the set of exclusive resources required to execute this 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
executablecode block associated with thisDynamicTest. - 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.execution.ConstructorInvocation
- getExecutable() - Method in class org.junit.jupiter.engine.execution.MethodInvocation
- 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 class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
- getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
- getExecutionMode() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
- getExecutionMode() - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService.TestTask
-
Get the execution mode of this task.
- getExecutionMode() - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Get the preferred of execution mode for parallel execution of this node.
- getExecutionMode() - Method in class org.junit.platform.engine.support.hierarchical.NodeTestTask
- getExecutionModeFromAnnotation(AnnotatedElement) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
- getExecutor(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
- 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
Extensionsof the specified type that are present in this registry or one of its ancestors. - 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.
- getFailures() - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter.TestCounts
- 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
-
Get the
DiscoveryFiltersfor this request, filtered by a particular type. - 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
- 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.
- getGlobalTimeoutConfiguration(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TimeoutExtension
- getGroupId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
-
Returns
org.junit.jupiteras 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.vintageas the group ID. - getHostname() - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- 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
- getIncludeClassNamePatterns(boolean) - Method in class org.junit.platform.runner.JUnitPlatform
- getIncludedEngineIds() - Method in class org.junit.platform.runner.JUnitPlatform
- getIncludedPackages() - Method in class org.junit.platform.runner.JUnitPlatform
- getIncludedTags() - Method in class org.junit.platform.runner.JUnitPlatform
- getIndex() - Method in interface org.junit.jupiter.api.extension.ParameterContext
-
Get the index of the
Parameterfor this context within the parameter list of theExecutablethat 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
- 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
- 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
Classin 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.
- getJavaMethod() - Method in class org.junit.platform.engine.discovery.MethodSelector
-
Get the selected
Method. - getJupiterConfiguration(ExecutionRequest) - Method in class org.junit.jupiter.engine.JupiterTestEngine
- getKeepAliveSeconds() - Method in class org.junit.platform.engine.support.hierarchical.DefaultParallelExecutionConfiguration
- getKeepAliveSeconds() - Method in interface org.junit.platform.engine.support.hierarchical.ParallelExecutionConfiguration
-
Get the number of seconds for which inactive threads should be kept alive before terminating them and shrinking the thread pool.
- getKey() - Method in class org.junit.platform.engine.support.hierarchical.ExclusiveResource
-
Get the key of this resource.
- getKeyValuePairs() - Method in class org.junit.platform.engine.reporting.ReportEntry
-
Get an unmodifiable copy of the map of key-value pairs to be published.
- getLastSegment() - Method in class org.junit.platform.engine.UniqueId
-
Get the last
UniqueId.Segmentof thisUniqueId. - 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.VintageTestDescriptor
- 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
- 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
- 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
Loggerfor the specified class. - 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() - Method in class org.junit.jupiter.engine.discovery.NestedMethodSelector
- getMethod(Class<?>, String) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Deprecated.Please use
ReflectionUtils.tryToGetMethod(Class, String, Class[])instead. - getMethod(ExtensionContext, String) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
- getMethodByFullyQualifiedName(String) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
- getMethodDescriptors() - Method in interface org.junit.jupiter.api.MethodOrdererContext
-
Get the list of method descriptors to order.
- 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.support.descriptor.MethodSource
-
Get the method name of this source.
- getMethodParameterTypes() - Method in class org.junit.platform.engine.discovery.MethodSelector
-
Get the parameter types for the selected method as a
String, typically a comma-separated list of primitive types, fully qualified class names, or array types. - 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.
- getModuleName() - Method in class org.junit.platform.engine.discovery.ModuleSelector
-
Get the selected module name.
- 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.
- 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 class org.junit.platform.engine.TestTag
-
Get the name of this tag.
- getName(TestIdentifier) - Method in class org.junit.platform.reporting.legacy.xml.XmlReportWriter
- getNestedClass() - Method in class org.junit.jupiter.engine.discovery.NestedClassSelector
- getNestedClass() - Method in class org.junit.jupiter.engine.discovery.NestedMethodSelector
- 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
typethat is present in thisStore(keyed bytype); and otherwise invoke the default constructor fortypeto 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>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
- 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>, Class<V>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
- getOrComputeIfAbsent(ExtensionContext.Namespace, K, Function<K, V>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
- getOrComputeIfAbsent(ExtensionContext.Namespace, K, Function<K, V>, Class<V>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
- 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 supplieddefaultValueif no value is found for the suppliedkeyin this store or in an ancestor. - getOrder(Field) - Static method in class org.junit.jupiter.engine.descriptor.ExtensionUtils
- getOrder(MethodDescriptor) - Static method in class org.junit.jupiter.api.MethodOrderer.OrderAnnotation
- 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
Tryis a success, get the contained value; if thisTryis a failure, call the suppliedFunctionwith the contained exception and throw the resultingException. - 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
-
Deprecated.
- 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
Parameterfor 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
Methodrepresented by this context. - 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(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
-
Get the parent of the supplied
TestIdentifier. - getParent(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
- getParentId() - Method in class org.junit.platform.launcher.TestIdentifier
-
Get the unique ID of this identifier's parent, if available.
- getParentLegacyReportingName(TestPlan, TestIdentifier) - Static method in class org.junit.platform.launcher.listeners.LegacyReportingUtils
- getPath() - Method in class org.junit.platform.commons.util.CloseablePath
- getPath() - Method in class org.junit.platform.engine.discovery.getPath()<()g, Cladescriptor/ClassExtensionCont="memberNameLink">getPath() - Method in class org.junit.platform.engine.discovery.getMethod(ExtensionContext, String) - Method in class org.junit.platform.engine.supporwt.platfo ine.reporting">Reporg.junit.platfoorg.junit.jupiter.engine.descriptor">ExtensionUtils
- key.
Create a neg.junit.jupiter.engine.descriptor. for thdd>
key.
getPath()<()g, Cladescriptor/ClassExtenu><()g, Cladescripdt>
getOrComputeIfAbsent(K, Function<K, V>) - Method in interface org.junit.jup/Executio.DeprecatedtionConditionFil>) -org/junit/platform/engine/support/hierarchical/ParallelExecutionConfiguration.html#getParallelism()">getParallelism() - Method in interface org.junit.platform.engine.support.hierarchical.Pa>getOrComptext..jupiter.api.MethodDescriptor)">getOrder(MethodDescriptiourceSuton in org..api.MethodDescris>
getEnclosingInstances() - Method in interface org.junit.jupiter.api.extension.