Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

aborted(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
Obtain a TestExecutionResult for an aborted execution of a test or container with the supplied throwable.
AbstractClassNameFilter - Class in org.junit.platform.engine.discovery
Abstract ClassNameFilter that servers as a superclass for filters including or excluding fully qualified class names based on pattern-matching.
AbstractClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
AbstractExtensionContext<T extends TestDescriptor> - Class in org.junit.jupiter.engine.descriptor
 
AbstractExtensionContext(ExtensionContext, EngineExecutionListener, T) - Constructor for class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
AbstractMethodResolver - Class in org.junit.jupiter.engine.discovery
 
AbstractMethodResolver(String, Predicate<Method>) - Constructor for class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
AbstractTestDescriptor - Class in org.junit.platform.engine.support.descriptor
Abstract base implementation of TestDescriptor that may be used by custom TestEngines.
AbstractTestDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId and display name.
AbstractTestDescriptor(UniqueId, String, TestSource) - Constructor for class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
Create a new AbstractTestDescriptor with the supplied UniqueId, display name, and source.
AbstractTestRuleAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
AbstractTestRuleAdapter(TestRuleAnnotatedMember, Class<? 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
 
AbstractTestRuleSupport<T extends java.lang.reflect.Member> - Class in org.junit.jupiter.migrationsupport.rules
 
AbstractTestRuleSupport(Function<TestRuleAnnotatedMember, AbstractTestRuleAdapter>, Class<? extends TestRule>) - Constructor for class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
accept(T) - Method in interface org.junit.jupiter.api.function.ThrowingConsumer
Consume the supplied argument, potentially throwing an exception.
accept(JavaTimeConversionPattern) - Method in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
accept(CsvSource) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
accept(CsvFileSource) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
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 visitor to the subtree starting with this descriptor.
accept(Class) - Method in class org.junit.platform.surefire.provider.TestPlanScannerFilter
 
acceptInAllTestEngines(TestDescriptor.Visitor) - Method in class org.junit.platform.launcher.core.Root
 
adapter(Filter) - Static method in class org.junit.vintage.engine.discovery.RunnerTestDescriptorAwareFilter
 
adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
adapterGenerator - Variable in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
adaptFilter(Filter<V>, Function<T, V>) - Static method in interface org.junit.platform.engine.Filter
Return a filter that will include elements if and only if the adapted Filter includes the value converted using the supplied Function.
add(Throwable) - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Add the supplied Throwable to this ThrowableCollector.
add(String, String) - Method in class org.junit.platform.engine.reporting.ReportEntry
 
add(TestEngine, TestDescriptor) - Method in class org.junit.platform.launcher.core.Root
Add an engine's root TestDescriptor.
add(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Add the supplied TestIdentifier to this test plan.
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.TestClassRequestResolver
 
addCompletely(Class<?>) - Method in class org.junit.vintage.engine.discovery.TestClassCollector
 
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
 
addFiltered(Class<?>, RunnerTestDescriptorAwareFilter) - Method in class org.junit.vintage.engine.discovery.TestClassCollector
 
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
 
addTagsFromParent(Set<TestTag>) - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
advance() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
after(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExternalResourceAdapter
 
after() - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
after() - Method in class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
 
after(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Execute the after behavior of this node.
AfterAll - Annotation Type in org.junit.jupiter.api
@AfterAll is used to signal that the annotated method should be executed after all tests in the current test class.
afterAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.AfterAllCallback
Callback that is invoked once after all tests in the current container.
AfterAllCallback - Interface in org.junit.jupiter.api.extension
AfterAllCallback defines the API for Extensions that wish to provide additional behavior to test containers after all tests have been invoked.
afterAllMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
AfterEach - Annotation Type in org.junit.jupiter.api
@AfterEach is used to signal that the annotated method should be executed after each @Test method in the current test class.
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.AbstractTestRuleSupport
 
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.VerifierSupport
 
AfterEachCallback - Interface in org.junit.jupiter.api.extension
AfterEachCallback defines the API for Extensions that 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 @AfterEach method as a pseudo-extension.
afterEachMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
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
AfterTestExecutionCallback defines the API for Extensions that wish to provide additional behavior to tests immediately after each test has been executed.
allIdentifiers - Variable in class org.junit.platform.launcher.TestPlan
 
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.execution.ConditionEvaluator
 
alwaysDeactivated - Static variable in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
alwaysExecuteSkipResult - Static variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
alwaysIncluded() - Static method in class org.junit.platform.engine.CompositeFilter
 
annotatedBuilder - Variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
annotatedBuilder() - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
annotationCache - Static variable in class org.junit.platform.commons.util.AnnotationUtils
 
AnnotationCacheKey(AnnotatedElement, Class<? extends Annotation>) - Constructor for class org.junit.platform.commons.util.AnnotationUtils.AnnotationCacheKey
 
AnnotationConsumer<A extends java.lang.annotation.Annotation> - Interface in org.junit.jupiter.params.support
@AnnotationConsumer is a @FunctionalInterface for consuming annotations.
AnnotationConsumerInitializer - Class in org.junit.jupiter.params.support
AnnotationConsumerInitializer is an internal helper class for initializing AnnotationConsumers.
AnnotationConsumerInitializer() - Constructor for class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
AnnotationSupport - Class in org.junit.platform.commons.support
Common annotation support.
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.platform.commons.util.AnnotationUtils.AnnotationCacheKey
 
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
 
AnnotationUtils.AnnotationCacheKey - Class in org.junit.platform.commons.util
 
append(String, Object) - Method in class org.junit.platform.commons.util.ToStringBuilder
 
append(String, String) - Method in class org.junit.platform.engine.UniqueId
Construct a new UniqueId by appending a new UniqueId.Segment, based on the supplied segmentType and value, to the end of this UniqueId.
apply(T) - Method in class org.junit.platform.engine.CompositeFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
apply(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
apply(T) - Method in interface org.junit.platform.engine.Filter
Apply this filter to the supplied object.
apply(T) - Method in class org.junit.platform.engine.support.filter.ExclusionReasonConsumingFilter
 
apply(TestEngine) - Method in class org.junit.platform.launcher.EngineFilter
 
apply(Description) - Method in class org.junit.vintage.engine.support.UniqueIdReader
 
apply(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
applyAllFilters(EngineDiscoveryRequest, TestDescriptor) - Method in class org.junit.jupiter.engine.DiscoveryFilterApplier
Apply all filters.
applyClassNameFilters(List<ClassNameFilter>, TestDescriptor) - Method in class org.junit.jupiter.engine.DiscoveryFilterApplier
 
applyDiscoveryFilters(EngineDiscoveryRequest, JupiterEngineDescriptor) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
applyFilterToDescriptions(Filter) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
applyPackageNameFilters(List<PackageNameFilter>, TestDescriptor) - Method in class org.junit.jupiter.engine.DiscoveryFilterApplier
 
applyPostDiscoveryFilters(LauncherDiscoveryRequest) - Method in class org.junit.platform.launcher.core.Root
 
areAllFinishedOrSkipped(Set<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.execution.TestRun
 
ArgumentConversionException - Exception in org.junit.jupiter.params.converter
ArgumentConversionException is an exception that can occur when an object is converted to another object by an implementation of an org.junit.jupiter.params.converter.ArgumentConverter.
ArgumentConversionException(String) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
 
ArgumentConversionException(String, Throwable) - Constructor for exception org.junit.jupiter.params.converter.ArgumentConversionException
 
ArgumentConverter - Interface in org.junit.jupiter.params.converter
ArgumentConverter is an abstraction that allows an input object to be converted to an instance of a different class.
arguments(ArgumentsProvider, ExtensionContext) - Static method in class org.junit.jupiter.params.ParameterizedTestExtension
 
arguments - Variable in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
arguments - Variable in class org.junit.jupiter.params.ParameterizedTestParameterResolver
 
Arguments - Interface in org.junit.jupiter.params.provider
Arguments is an abstraction that provides access to an array of objects to be used for invoking a @ParameterizedTest method.
arguments - Variable in class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
ArgumentsProvider - Interface in org.junit.jupiter.params.provider
An ArgumentsProvider is responsible for providing a stream of arguments to be passed to a @ParameterizedTest method.
ArgumentsSource - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSource is a repeatable annotation that is used to register argument providers for the annotated test method.
ArgumentsSources - Annotation Type in org.junit.jupiter.params.provider
@ArgumentsSources is a simple container for one or more ArgumentsSource annotations.
asNode(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
AssertAll - Class in org.junit.jupiter.api
AssertAll is a collection of utility methods that support asserting multiple conditions in tests at once.
AssertAll() - Constructor for class org.junit.jupiter.api.AssertAll
 
assertAll(Executable...) - Static method in class org.junit.jupiter.api.AssertAll
 
assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.AssertAll
 
assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
 
assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.AssertAll
 
assertAll(Executable...) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(String, Executable...) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertAll(String, Stream<Executable>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that all supplied executables do not throw exceptions.
assertArrayElementsEqual(Object, Object, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
AssertArrayEquals - Class in org.junit.jupiter.api
AssertArrayEquals is a collection of utility methods that support asserting array equality in tests.
AssertArrayEquals() - Constructor for class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(boolean[], boolean[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(char[], char[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(byte[], byte[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(short[], short[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(int[], int[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(long[], long[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(float[], float[], float, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(double[], double[], double, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(Object[], Object[], Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(boolean[], boolean[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(boolean[], boolean[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual boolean arrays are equal.
assertArrayEquals(char[], char[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(char[], char[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(char[], char[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual char arrays are equal.
assertArrayEquals(byte[], byte[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(byte[], byte[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(byte[], byte[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual byte arrays are equal.
assertArrayEquals(short[], short[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(short[], short[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(short[], short[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual short arrays are equal.
assertArrayEquals(int[], int[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(int[], int[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(int[], int[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual int arrays are equal.
assertArrayEquals(long[], long[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(long[], long[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(long[], long[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual long arrays are equal.
assertArrayEquals(float[], float[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(float[], float[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(float[], float[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal.
assertArrayEquals(float[], float[], float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(float[], float[], float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(float[], float[], float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual float arrays are equal within the given delta.
assertArrayEquals(double[], double[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(double[], double[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(double[], double[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal.
assertArrayEquals(double[], double[], double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(double[], double[], double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(double[], double[], double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual double arrays are equal within the given delta.
assertArrayEquals(Object[], Object[]) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertArrayEquals(Object[], Object[], String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertArrayEquals(Object[], Object[], Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual object arrays are deeply equal.
assertArraysHaveSameLength(int, int, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertArraysNotNull(Object, Object, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
assertEmpty() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Assert that this ThrowableCollector is empty (i.e., has not collected any Throwables).
AssertEquals - Class in org.junit.jupiter.api
AssertEquals is a collection of utility methods that support asserting equality on objects and primitives in tests.
AssertEquals() - Constructor for class org.junit.jupiter.api.AssertEquals
 
assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(char, char) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(short, short) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(int, int) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(long, long) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertEquals
 
assertEquals(short, short) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(short, short, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(short, short, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(byte, byte) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(byte, byte, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(byte, byte, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(int, int, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(long, long, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(char, char, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(float, float, float) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(float, float, float, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(float, float, float, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(double, double, double) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double, double, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(double, double, double, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal within the given delta.
assertEquals(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
assertEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are equal.
AssertFalse - Class in org.junit.jupiter.api
AssertFalse is a collection of utility methods that support asserting false in tests.
AssertFalse() - Constructor for class org.junit.jupiter.api.AssertFalse
 
assertFalse(boolean) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertFalse
 
assertFalse(boolean) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is not true.
assertFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
assertFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
assertFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is not true.
Assertions - Class in org.junit.jupiter.api
Assertions is a collection of utility methods that support asserting conditions in tests.
Assertions() - Constructor for class org.junit.jupiter.api.Assertions
 
AssertionUtils - Class in org.junit.jupiter.api
AssertionUtils is a collection of utility methods that are common to all assertion implementations.
AssertionUtils() - Constructor for class org.junit.jupiter.api.AssertionUtils
 
assertIterableElementsEqual(Object, Object, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual iterables are deeply equal.
AssertIterableEquals - Class in org.junit.jupiter.api
AssertIterable is a collection of utility methods that support asserting Iterable equality in tests.
AssertIterableEquals() - Constructor for class org.junit.jupiter.api.AssertIterableEquals
 
assertIterableEquals(Iterable<?>, Iterable<?>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIterableEquals(Iterable<?>, Iterable<?>, String) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIterableEquals(Iterable<?>, Iterable<?>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIterableEquals(Iterable<?>, Iterable<?>, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIterablesNotNull(Object, Object, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertIteratorsAreEmpty(Iterator<?>, Iterator<?>, int, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
assertLinesMatch(List<String>, List<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected list of Strings matches actual list.
AssertLinesMatch - Class in org.junit.jupiter.api
AssertLinesMatch is a collection of utility methods that support asserting lines of String equality or Pattern-match in tests.
AssertLinesMatch() - Constructor for class org.junit.jupiter.api.AssertLinesMatch
 
assertLinesMatch(List<String>, List<String>) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
assertLinesMatchWithFastForward(List<String>, List<String>) - 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(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual are not equal.
AssertNotEquals - Class in org.junit.jupiter.api
AssertNotEquals is a collection of utility methods that support asserting inequality on objects in tests.
AssertNotEquals() - Constructor for class org.junit.jupiter.api.AssertNotEquals
 
assertNotEquals(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotEquals
 
assertNotEquals(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
 
assertNotEquals(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotEquals
 
assertNotNull(Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is not null.
AssertNotNull - Class in org.junit.jupiter.api
AssertNotNull is a collection of utility methods that support asserting that there is an object.
AssertNotNull() - Constructor for class org.junit.jupiter.api.AssertNotNull
 
assertNotNull(Object) - Static method in class org.junit.jupiter.api.AssertNotNull
 
assertNotNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNotNull
 
assertNotNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotNull
 
assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual do not refer to the same object.
AssertNotSame - Class in org.junit.jupiter.api
AssertNotSame is a collection of utility methods that support asserting two objects are not the same.
AssertNotSame() - Constructor for class org.junit.jupiter.api.AssertNotSame
 
assertNotSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertNotSame
 
assertNotSame(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertNotSame
 
assertNotSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNotSame
 
assertNull(Object) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
assertNull(Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that actual is null.
AssertNull - Class in org.junit.jupiter.api
AssertNull is a collection of utility methods that support asserting there is no object.
AssertNull() - Constructor for class org.junit.jupiter.api.AssertNull
 
assertNull(Object) - Static method in class org.junit.jupiter.api.AssertNull
 
assertNull(Object, String) - Static method in class org.junit.jupiter.api.AssertNull
 
assertNull(Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertNull
 
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
Asserts that expected and actual refer to the same object.
assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual refer to the same object.
assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that expected and actual refer to the same object.
AssertSame - Class in org.junit.jupiter.api
AssertSame is a collection of utility methods that support asserting two objects are the same.
AssertSame() - Constructor for class org.junit.jupiter.api.AssertSame
 
assertSame(Object, Object) - Static method in class org.junit.jupiter.api.AssertSame
 
assertSame(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertSame
 
assertSame(Object, Object, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertSame
 
assertStatic(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable throws an exception of the expectedType and returns the exception.
AssertThrows - Class in org.junit.jupiter.api
AssertThrows is a collection of utility methods that support asserting an exception of an expected type is thrown.
AssertThrows() - Constructor for class org.junit.jupiter.api.AssertThrows
 
assertThrows(Class<T>, Executable) - Static method in class org.junit.jupiter.api.AssertThrows
 
assertThrows(Class<T>, Executable, String) - Static method in class org.junit.jupiter.api.AssertThrows
 
assertThrows(Class<T>, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertThrows
 
assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
AssertTimeout - Class in org.junit.jupiter.api
AssertTimeout is a collection of utility methods that support asserting the execution of the code under test did not take longer than the timeout duration.
AssertTimeout() - Constructor for class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, Executable) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, Executable, String) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeout(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTimeout
 
assertTimeoutPreemptively(Duration, Executable) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, Executable, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, Executable, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied executable completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is exceeded.
assertTimeoutPreemptively(Duration, ThrowingSupplier<T>, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that execution of the supplied supplier completes before the given timeout is 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.AssertTimeout
 
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.AssertTimeout
 
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.AssertTimeout
 
assertTrue(boolean) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the supplied condition is true.
assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Asserts that the boolean condition supplied by booleanSupplier is true.
AssertTrue - Class in org.junit.jupiter.api
AssertTrue is a collection of utility methods that support asserting true in tests.
AssertTrue() - Constructor for class org.junit.jupiter.api.AssertTrue
 
assertTrue(boolean) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertTrue(boolean, String) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertTrue
 
assertValidDelta(float) - Static method in class org.junit.jupiter.api.AssertionUtils
 
assertValidDelta(double) - Static method in class org.junit.jupiter.api.AssertionUtils
 
assertVoid(Class<? extends Annotation>, Method) - Static method in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
assumeFalse(boolean) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeFalse(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(boolean, String) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumeTrue(BooleanSupplier, Supplier<String>) - Static method in class org.junit.jupiter.api.Assumptions
Validate the given assumption.
assumingThat(BooleanSupplier, Executable) - Static method in class org.junit.jupiter.api.Assumptions
Execute the supplied Executable, but only if the supplied assumption is valid.
assumingThat(boolean, Executable) - Static method in class org.junit.jupiter.api.Assumptions
Execute the supplied Executable, but only if the supplied assumption is valid.
Assumptions - Class in org.junit.jupiter.api
Assumptions is a collection of utility methods that support conditional test execution based on assumptions.
Assumptions() - Constructor for class org.junit.jupiter.api.Assumptions
 

B

before(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
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.
BeforeAll - Annotation Type in org.junit.jupiter.api
@BeforeAll is used to signal that the annotated method should be executed before all tests in the current test class.
beforeAll(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.BeforeAllCallback
Callback that is invoked once before all tests in the current container.
BeforeAllCallback - Interface in org.junit.jupiter.api.extension
BeforeAllCallback defines the API for Extensions that wish to provide additional behavior to test containers before all tests are invoked.
beforeAllMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
beforeAllMethodsExecuted - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllMethodsExecuted(boolean) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
beforeAllMethodsExecuted() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
BeforeEach - Annotation Type in org.junit.jupiter.api
@BeforeEach is used to signal that the annotated method should be executed before each @Test method in the current test class.
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.migrationsupport.rules.AbstractTestRuleSupport
 
beforeEach(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
BeforeEachCallback - Interface in org.junit.jupiter.api.extension
BeforeEachCallback defines the API for Extensions that 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 @BeforeEach method as a pseudo-extension.
beforeEachMethods - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
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
BeforeTestExecutionCallback defines the API for Extensions that wish to provide additional behavior to tests immediately before each test is executed.
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
 
build() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
build() - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Build the LauncherDiscoveryRequest that has been configured via this builder.
buildClassNamePredicate(EngineDiscoveryRequest) - Static method in class org.junit.platform.engine.support.filter.ClasspathScanningSupport
Build a Predicate for fully qualified class names to be used for classpath scanning from an EngineDiscoveryRequest.
buildDescription(TestIdentifier, Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
buildDescriptionTree(Description, TestPlan) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
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
 
buildRunner(Class<? extends Runner>, Class<?>) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder
 

C

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
 
canFinish(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
canStart(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
castToRequiredType(Object, Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
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
 
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
 
CLASS_FILE_SUFFIX - Static variable in class org.junit.platform.commons.util.ClassFileVisitor
 
ClassExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
ClassExtensionContext(ExtensionContext, EngineExecutionListener, ClassTestDescriptor, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
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
 
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 - Interface in org.junit.platform.engine.discovery
DiscoveryFilter that is applied to the name of a Class.
classNamePredicate - Variable in class org.junit.vintage.engine.discovery.ClasspathRootSelectorResolver
 
classNamePredicate - Variable in class org.junit.vintage.engine.discovery.PackageNameSelectorResolver
 
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
 
classpathResourceName - Variable in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
classpathResourceName - Variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
ClasspathResourceSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects the name of a classpath resource so that TestEngines can load resources from the classpath — for example, to load XML or JSON files from the classpath, potentially within JARs.
ClasspathResourceSelector(String) - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
ClasspathResourceSource - Class in org.junit.platform.engine.support.descriptor
Classpath resource based TestSource with an optional position.
ClasspathResourceSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
ClasspathResourceSource(String, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
classpathRoot - Variable in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
ClasspathRootSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a classpath root so that TestEngines can search for class files or resources within the physical classpath — for example, to scan for test classes.
ClasspathRootSelector(URI) - Constructor for class org.junit.platform.engine.discovery.ClasspathRootSelector
 
ClasspathRootSelectorResolver - Class in org.junit.vintage.engine.discovery
 
ClasspathRootSelectorResolver(Predicate<String>) - Constructor for class org.junit.vintage.engine.discovery.ClasspathRootSelectorResolver
 
ClasspathScanner - Class in org.junit.platform.commons.util
DISCLAIMER
ClasspathScanner(Supplier<ClassLoader>, BiFunction<String, ClassLoader, Optional<Class<?>>>) - Constructor for class org.junit.platform.commons.util.ClasspathScanner
 
classpathScanner - Static variable in class org.junit.platform.commons.util.ReflectionUtils
 
ClasspathScanningSupport - Class in org.junit.platform.engine.support.filter
Support utility methods for classpath scanning.
ClasspathScanningSupport() - Constructor for class org.junit.platform.engine.support.filter.ClasspathScanningSupport
 
ClassSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a Class or class name so that TestEngines can discover tests or containers based on classes.
ClassSelector(String) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
 
ClassSelector(Class<?>) - Constructor for class org.junit.platform.engine.discovery.ClassSelector
 
ClassSelectorResolver - Class in org.junit.vintage.engine.discovery
 
ClassSelectorResolver() - Constructor for class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
ClassSource - Class in org.junit.platform.engine.support.descriptor
Java class based TestSource with an optional position.
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
 
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
 
ClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on Java classes.
ClassTestDescriptor(UniqueId, Class<?>) - Constructor for class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
ClassTestDescriptor(UniqueId, Function<Class<?>, String>, Class<?>) - 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
 
clone() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
clone() - Method in class org.junit.platform.engine.UniqueId
 
close() - Method in class org.junit.platform.commons.util.CloseablePath
 
CloseablePath - Class in org.junit.platform.commons.util
 
CloseablePath(Path, Closeable) - Constructor for class org.junit.platform.commons.util.CloseablePath
 
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
 
collectTestClasses(EngineDiscoveryRequest) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
collectTestDescription(Optional<TestIdentifier>, List<String>) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
column - Variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
completeRequests() - Method in class org.junit.vintage.engine.discovery.TestClassCollector
 
completeTestClasses - Variable in class org.junit.vintage.engine.discovery.TestClassCollector
 
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 filters include it.
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 filters include it.
CompositeFilter<T> - Class in org.junit.platform.engine
Combines a collection of Filters into a new filter that will include elements if and only if all of the filters in the specified collection include it.
CompositeFilter(Collection<? 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
 
CompositeTestExecutionListener() - Constructor for class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
 
CompositeTestSource - Class in org.junit.platform.engine.support.descriptor
A CompositeTestSource contains one or more TestSources.
CompositeTestSource(Collection<? extends TestSource>) - Constructor for class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
computeAttributes(TestEngine) - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
condition(boolean, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied predicate is true.
condition(boolean, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied predicate is true.
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
ConditionEvaluator evaluates ExecutionCondition extensions.
ConditionEvaluator() - Constructor for class org.junit.jupiter.engine.execution.ConditionEvaluator
 
conditionIsActivated(ConfigurationParameters) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
config(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at config level.
config(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at config level.
config(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
config(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
CONFIG_FILE_NAME - Static variable in interface org.junit.platform.engine.ConfigurationParameters
Name of the JUnit Platform configuration file: "junit-platform.properties".
configParamsFromFile - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
CONFIGURATION_PARAMETERS - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
configurationParameter(String, String) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add the supplied configuration parameter to the request.
configurationParameters - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ConfigurationParameters - Interface in org.junit.platform.engine
Configuration parameters that TestEngines may use to influence test discovery and execution.
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(Map<String, String>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied configuration parameters to the request.
configurationParameters - Variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
Constants - Class in org.junit.jupiter.engine
Collection of constants related to the JupiterTestEngine.
Constants() - Constructor for class org.junit.jupiter.engine.Constants
 
constants - Variable in class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
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 String contains any ISO control characters.
containsNoNullElements(T[], String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied array contains no null elements.
containsNoNullElements(T[], Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied array contains no null elements.
containsNoNullElements(T, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied collection contains no null elements.
containsNoNullElements(T, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied collection contains no null elements.
containsTestMethods(Class<?>) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
containsTests(TestDescriptor) - Static method in interface org.junit.platform.engine.TestDescriptor
Determine if the supplied descriptor or any of its descendants contains any tests.
containsTests - Variable in class org.junit.platform.launcher.TestPlan
 
containsTests() - Method in class org.junit.platform.launcher.TestPlan
 
containsWhitespace(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String contains any whitespace characters.
convert(Object, ParameterContext) - Method in interface org.junit.jupiter.params.converter.ArgumentConverter
Convert the supplied source object according to the supplied context.
convert(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
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(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
convert(Object, ParameterContext) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
 
convert(Object, Class<?>) - Method in class org.junit.jupiter.params.converter.SimpleArgumentConverter
Convert the supplied source object into to the supplied targetType.
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.execution.ConditionEvaluator
See Constants.DEACTIVATE_CONDITIONS_PATTERN_PROPERTY_NAME for 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
@ConvertWith is an annotation that allows one to specify an explicit ArgumentConverter.
countTestIdentifiers(Predicate<? super TestIdentifier>) - Method in class org.junit.platform.launcher.TestPlan
Count all TestIdentifiers that satisfy the given predicate.
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 parts for creating a namespace.
create(URI) - Static method in class org.junit.platform.commons.util.CloseablePath
 
create(String) - Static method in class org.junit.platform.engine.TestTag
Create a TestTag from the supplied name.
create() - Static method in class org.junit.platform.launcher.core.LauncherFactory
Factory method for creating a new Launcher using dynamically detected test engines.
createCompleteRunnerTestDescriptor(Class<?>, Runner, UniqueId) - Method in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
createCsvParser(InputStream) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
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
 
createDynamicDescriptor(JupiterTestDescriptor, DynamicNode, int, TestSource) - Static method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
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.
createForJarFileSystem(URI, Function<FileSystem, Path>) - Static method in class org.junit.platform.commons.util.CloseablePath
 
createInvocationContext(ParameterizedTestNameFormatter, Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
createInvocationTestDescriptor(TestTemplateInvocationContext, int) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
createJavaElementsResolver(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
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
 
createNameFormatter(Method) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
createOrFilter(List<RunnerTestDescriptorAwareFilter>, RunnerTestDescriptor) - Method in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
createRegistryFrom(ExtensionRegistry, List<Class<? extends Extension>>) - Static method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Factory for creating and populating a new registry from a list of extension types and a parent registry.
createRegistryWithDefaultExtensions(ConfigurationParameters) - Static method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Factory for creating and populating a new root registry with the default extensions.
createReportEntry(TestIdentifier, Optional<Throwable>) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
createRunnerTestDescriptor(TestClassRequest, UniqueId) - Method in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
createSegment(String) - Method in class org.junit.platform.engine.UniqueIdFormat
 
createStore(ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
createTestClassPredicate(EngineDiscoveryRequest) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
createTestDescriptor(TestDescriptor, Method) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
createTestDescriptor(UniqueId, Class<?>, Method) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
createTestDescriptor(UniqueId, Class<?>, Method) - Method in class org.junit.jupiter.engine.discovery.TestFactoryMethodResolver
 
createTestDescriptor(UniqueId, Class<?>, Method) - Method in class org.junit.jupiter.engine.discovery.TestMethodResolver
 
createTestDescriptor(UniqueId, Class<?>, Method) - Method in class org.junit.jupiter.engine.discovery.TestTemplateMethodResolver
 
createUniqueId(Method, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
createUniqueId(Class<?>, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
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
@CsvFileSource is an ArgumentsSource which is used to load comma-separated values (CSV) files from one or more classpath resources.
csvParser - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
CsvParserIterator(CsvParser) - Constructor for class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
CsvSource - Annotation Type in org.junit.jupiter.params.provider
@CsvSource is an ArgumentsSource which reads comma-separated values (CSV) from its CsvSource.value() attribute.
CURRENT_REPETITION_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Placeholder for the current repetition count of a @RepeatedTest method: {currentRepetition}
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
 

D

DEACTIVATE_ALL_CONDITIONS_PATTERN - Static variable in class org.junit.jupiter.engine.Constants
Wildcard pattern which signals that all conditions should be deactivated: "*"
DEACTIVATE_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(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at debug level.
debug(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at debug level.
debug(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
debug(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
decode(String) - Method in class org.junit.platform.engine.UniqueIdFormat
 
DEFAULT_EXTENSIONS - Static variable in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
DEFAULT_PACKAGE_NAME - Static variable in class org.junit.platform.commons.util.PackageUtils
 
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"
DefaultArgumentConverter - Class in org.junit.jupiter.params.converter
DefaultArgumentConverter is the default implementation of the ArgumentConverter API.
DefaultArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
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
 
DefaultDiscoveryRequest - Class in org.junit.platform.launcher.core
DefaultDiscoveryRequest is the default implementation of the EngineDiscoveryRequest and LauncherDiscoveryRequest APIs.
DefaultDiscoveryRequest(List<DiscoverySelector>, List<EngineFilter>, List<DiscoveryFilter<?>>, List<PostDiscoveryFilter>, LauncherConfigurationParameters) - Constructor for class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
DefaultFailure(TestIdentifier, Throwable) - Constructor for class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
defaultFormat - Static variable in class org.junit.platform.engine.UniqueIdFormat
 
DefaultLauncher - Class in org.junit.platform.launcher.core
Default implementation of the Launcher API.
DefaultLauncher(Iterable<TestEngine>) - Constructor for class org.junit.platform.launcher.core.DefaultLauncher
Construct a new DefaultLauncher with the supplied test engines.
defaultMethodSorter(Method, Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Method comparator based upon JUnit 4's org.junit.internal.MethodSorter implementation.
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
 
DefensiveAllDefaultPossibilitiesBuilder - Class in org.junit.vintage.engine.discovery
Customization of AllDefaultPossibilitiesBuilder from JUnit 4 to ignore certain classes that would otherwise be reported as errors or cause infinite recursion.
DefensiveAllDefaultPossibilitiesBuilder() - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder - Class in org.junit.vintage.engine.discovery
Customization of AnnotatedBuilder that ignores classes annotated with @RunWith(JUnitPlatform.class) to avoid infinite recursion.
DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder - Class in org.junit.vintage.engine.discovery
Customization of JUnit4Builder that ignores classes that do not contain any test methods in order not to report errors for them.
DefensiveAnnotatedBuilder(RunnerBuilder) - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveAnnotatedBuilder
 
defensiveJUnit4Builder - Variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
DefensiveJUnit4Builder() - Constructor for class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
delegate - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
delegate - Variable in class org.junit.platform.commons.util.CloseablePath
 
DelegatingLogger(String) - Constructor for class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
delimiter - Variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
descendants - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
describe(UniqueId.Segment) - Method in class org.junit.platform.engine.UniqueIdFormat
 
describe() - Method in class org.junit.vintage.engine.discovery.OrFilter
 
describe() - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
describeTest(TestIdentifier) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
description - Variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
descriptions - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
descriptionToDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
determineDescendants(Optional<? extends TestDescriptor>) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
determineDisplayName(E, Function<E, String>) - Static method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
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
 
determineRunnerTestDescriptor(Class<?>, Runner, List<RunnerTestDescriptorAwareFilter>, UniqueId) - Method in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
determineSimpleClassName(Path) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
determineSubpackageName(Path, Path) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
determineTestClassName(UniqueId) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
determineUniqueIdGenerator(String, List<Description>) - Method in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
directory - Variable in class org.junit.platform.engine.support.descriptor.DirectorySource
 
DirectorySelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a directory so that TestEngines can discover tests or containers based on directories in the file system.
DirectorySelector(String) - Constructor for class org.junit.platform.engine.discovery.DirectorySelector
 
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 - Annotation Type in org.junit.jupiter.api
@Disabled is used to signal that the annotated test class or test method is currently disabled and should not be executed.
disabled(String) - Static method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
Factory for creating disabled results.
DisabledCondition - Class in org.junit.jupiter.engine.extension
ExecutionCondition that supports the @Disabled annotation.
DisabledCondition() - Constructor for class org.junit.jupiter.engine.extension.DisabledCondition
 
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(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 TestPlan according to the supplied LauncherDiscoveryRequest by querying all registered engines and collecting their results.
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.junit.vintage.engine.VintageTestEngine
 
discoverEngineRoot(TestEngine, LauncherDiscoveryRequest) - 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 DiscoveryFilter is applied during test discovery to determine if a given container or test should be included in the test plan.
DiscoveryFilterApplier - Class in org.junit.jupiter.engine
Class for applying all DiscoveryFilters to all children of a TestDescriptor.
DiscoveryFilterApplier() - Constructor for class org.junit.jupiter.engine.DiscoveryFilterApplier
 
discoveryFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
discoveryFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
discoveryRequest - Variable in class org.junit.platform.runner.JUnitPlatform
 
DiscoverySelector - Interface in org.junit.platform.engine
A selector defines what a TestEngine can use to discover tests — for example, the name of a Java class, the path to a file or directory, etc.
DiscoverySelectorResolver - Class in org.junit.jupiter.engine.discovery
DiscoverySelectorResolver resolves selectors with the help of a JavaElementsResolver.
DiscoverySelectorResolver() - Constructor for class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
DiscoverySelectorResolver - Interface in org.junit.vintage.engine.discovery
 
DiscoverySelectors - Class in org.junit.platform.engine.discovery
Collection of static factory methods for creating DiscoverySelectors.
DiscoverySelectors() - Constructor for class org.junit.platform.engine.discovery.DiscoverySelectors
 
DISPLAY_NAME_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Placeholder for the display name of a @RepeatedTest method: {displayName}
DisplayName - Annotation Type in org.junit.jupiter.api
@DisplayName is used to declare a custom display name for the annotated test class or test method.
displayName - Variable in class org.junit.jupiter.api.DynamicNode
 
displayName - Variable in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
displayName - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
displayName - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
displayName - Variable in class org.junit.platform.launcher.TestIdentifier
 
displayNameFormatter(RepeatedTest, Method, String) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
doesNotContainIsoControlCharacter(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String does not contain any ISO control characters.
doesNotContainReservedCharacter(String) - Static method in class org.junit.platform.engine.TestTag
 
doesNotContainWhitespace(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String does not contain any whitespace characters.
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
 
doublesAreEqual(double, double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
 
doublesAreEqual(double, double) - Static method in class org.junit.jupiter.api.AssertionUtils
 
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 - Class in org.junit.jupiter.api
A DynamicContainer is a container generated at runtime.
DynamicContainer(String, Stream<? extends DynamicNode>) - Constructor for class org.junit.jupiter.api.DynamicContainer
 
dynamicContainer(String, Iterable<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
Factory for creating a new DynamicContainer for the supplied display name and a collection of dynamic nodes.
dynamicContainer(String, Stream<? extends DynamicNode>) - Static method in class org.junit.jupiter.api.DynamicContainer
Factory for creating a new DynamicContainer for the supplied display name and a stream of dynamic nodes.
dynamicContainer - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
DynamicContainerTestDescriptor - Class in org.junit.jupiter.engine.descriptor
DynamicContainerTestDescriptor(UniqueId, DynamicContainer, TestSource) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
DynamicNode - Class in org.junit.jupiter.api
A DynamicNode is the abstract basis class for a container or a test case generated at runtime.
DynamicNode(String) - Constructor for class org.junit.jupiter.api.DynamicNode
 
DynamicTest - Class in org.junit.jupiter.api
A DynamicTest is a test case generated at runtime.
DynamicTest(String, Executable) - Constructor for class org.junit.jupiter.api.DynamicTest
 
dynamicTest(String, Executable) - Static method in class org.junit.jupiter.api.DynamicTest
Factory for creating a new DynamicTest for the supplied display name and executable code block.
dynamicTest - Variable in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
dynamicTestRegistered(TestDescriptor) - Method in interface org.junit.platform.engine.EngineExecutionListener
Must be called when a new, dynamic TestDescriptor has been registered.
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
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 TestIdentifier has been registered.
dynamicTestRegistered(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
dynamicTestRegistered(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
DynamicTestTestDescriptor - Class in org.junit.jupiter.engine.descriptor
DynamicTestTestDescriptor(UniqueId, DynamicTest, TestSource) - Constructor for class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 

E

element - Variable in class org.junit.platform.commons.util.AnnotationUtils.AnnotationCacheKey
 
ElementResolver - Interface in org.junit.jupiter.engine.discovery
 
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
 
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
 
EnableRuleMigrationSupport - Annotation Type in org.junit.jupiter.migrationsupport.rules
This class-level annotation enables native JUnit 4 rule support within JUnit Jupiter.
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
 
ENGINE_ID - Static variable in class org.junit.jupiter.engine.JupiterTestEngine
 
ENGINE_ID - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
ENGINE_SEGMENT_TYPE - Static variable in class org.junit.platform.engine.UniqueId
 
engineDescriptor - Variable in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
EngineDescriptor - Class in org.junit.platform.engine.support.descriptor
An EngineDescriptor is a TestDescriptor for a specific TestEngine.
EngineDescriptor(UniqueId, String) - Constructor for class org.junit.platform.engine.support.descriptor.EngineDescriptor
Create a new EngineDescriptor with the supplied UniqueId and display name.
EngineDiscoveryRequest - Interface in org.junit.platform.engine
EngineDiscoveryRequest provides a TestEngine access to the information necessary to discover tests and containers.
EngineExecutionContext - Interface in org.junit.platform.engine.support.hierarchical
Marker interface for an execution context used by a concrete implementation of HierarchicalTestEngine and its collaborators.
engineExecutionListener - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
EngineExecutionListener - Interface in org.junit.platform.engine
Listener to be notified of test execution events by test engines.
engineExecutionListener - Variable in class org.junit.platform.engine.ExecutionRequest
 
engineExecutionListener - Variable in class org.junit.vintage.engine.execution.RunnerExecutor
 
EngineFilter - Class in org.junit.platform.launcher
An EngineFilter is applied to all TestEngines before 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
 
EnumArgumentsProvider - Class in org.junit.jupiter.params.provider
 
EnumArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
EnumSource - Annotation Type in org.junit.jupiter.params.provider
@EnumSource is an ArgumentsSource for constants of a specified Enum.
EnumSource.Mode - Enum in org.junit.jupiter.params.provider
Enumeration of modes for selecting enum constants by name.
equals(Object) - Method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
 
equals(Object) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
 
equals(Object) - Method in class org.junit.platform.commons.util.AnnotationUtils.AnnotationCacheKey
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.FileSource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
equals(Object) - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 
equals(Object) - Method in class org.junit.platform.engine.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(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at error level.
error(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at error level.
error(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
error(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
evaluate(ExtensionRegistry, ConfigurationParameters, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
Evaluate all ExecutionCondition extensions registered for the supplied ExtensionContext.
evaluate(ExecutionCondition, ExtensionContext) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
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 @Disabled is present on the test class or method.
evaluationException(Class<?>, Exception) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
exception - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
EXCEPTION_MESSAGE_BOTH_NOT_ALLOWED - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
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_GROUPS - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
EXCLUDE_TAGS - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
ExcludeClassNameFilter - Class in org.junit.platform.engine.discovery
ClassNameFilter that matches fully qualified class names against patterns in the form of regular expressions.
ExcludeClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
excludeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
Create a new exclude ClassNameFilter based on the supplied patterns.
ExcludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@ExcludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
excluded(String) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating excluded results.
excluded() - Method in class org.junit.platform.engine.FilterResult
 
excludeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new exclude EngineFilter based on the supplied engine IDs.
excludeEngines(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new exclude EngineFilter based on the supplied engine IDs.
ExcludeEngines - Annotation Type in org.junit.platform.suite.api
@ExcludeEngines specifies the IDs of TestEngines to be excluded when running a test suite on the JUnit Platform.
ExcludePackageNameFilter - Class in org.junit.platform.engine.discovery
PackageNameFilter that matches fully qualified package names that are not prefixed by one of the package names provided to the filter.
ExcludePackageNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
excludePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new exclude PackageNameFilter based on the supplied package names.
excludePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new exclude PackageNameFilter based on the supplied package names.
ExcludePackages - Annotation Type in org.junit.platform.suite.api
@ExcludePackages specifies the packages to be excluded when running a test suite on the JUnit Platform.
excludeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
Create an exclude filter based on the supplied tags.
excludeTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
Create an exclude filter based on the supplied tags.
ExcludeTags - Annotation Type in org.junit.platform.suite.api
@ExcludeTags specifies the tags to be excluded when running a test suite on the JUnit Platform.
ExclusionReasonConsumingFilter<T> - Class in org.junit.platform.engine.support.filter
Decorator for a Filter that passes the object and the reason to a BiConsumer in case it is excluded.
ExclusionReasonConsumingFilter(Filter<T>, BiConsumer<T, Optional<String>>) - Constructor for class org.junit.platform.engine.support.filter.ExclusionReasonConsumingFilter
Create a new ExclusionReasonConsumingFilter using the supplied filter and reasonConsumer.
executable - Variable in class org.junit.jupiter.api.DynamicTest
 
Executable - Interface in org.junit.jupiter.api.function
Executable is a functional interface that can be used to implement any generic block of code that potentially throws a Throwable.
executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
executableInvoker - Static variable in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
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
ExecutableInvoker encapsulates the invocation of a Executable (i.e., method or constructor), including support for dynamic resolution of method parameters via ParameterResolvers.
ExecutableInvoker() - Constructor for class org.junit.jupiter.engine.execution.ExecutableInvoker
 
execute() - Method in interface org.junit.jupiter.api.function.Executable
 
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(Node.DynamicTestExecutor, TestDescriptor) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
execute(Executable) - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Execute the supplied Executable and collect any Throwable thrown during the execution.
execute(ExecutionRequest) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
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() - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
execute(TestDescriptor, C, ExecutionTracker) - Method in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
execute(TestDescriptor) - Method in interface org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor
Submit a dynamic test descriptor for immediate execution.
execute(C, Node.DynamicTestExecutor) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Execute the behavior of this node.
execute() - Method in interface org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
Execute the test.
execute(ExecutionRequest) - Method in interface org.junit.platform.engine.TestEngine
Execute tests according to the supplied ExecutionRequest.
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
execute(Root, ConfigurationParameters, TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
execute(TestEngine, ExecutionRequest) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
execute(LauncherDiscoveryRequest, TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
Execute a TestPlan which is built according to the supplied LauncherDiscoveryRequest by querying all registered engines and collecting their results, and notify registered listeners about the progress and results of the execution.
execute(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.execution.RunnerExecutor
 
execute(ExecutionRequest) - Method in class org.junit.vintage.engine.VintageTestEngine
 
executeAllChildren(RunnerExecutor, TestDescriptor) - Method in class org.junit.vintage.engine.VintageTestEngine
 
executeAndMaskThrowable(Executable) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
Execute the supplied Executable and mask any exception thrown as an unchecked exception.
executedUniqueIds - Variable in class org.junit.platform.engine.support.hierarchical.ExecutionTracker
 
executeMethod(String) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
executeMethod(String, Class<?>[], Object...) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
executeSafely(SingleTestExecutor.Executable) - Method in class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
Execute the supplied SingleTestExecutor.Executable and return a TestExecutionResult based on the outcome.
ExecutionCondition - Interface in org.junit.jupiter.api.extension
ExecutionCondition defines the Extension API 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 TestPlan has finished, regardless of the outcome.
executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
executionListener - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ExecutionListenerAdapter - Class in org.junit.platform.launcher.core
An ExecutionListenerAdapter adapts a TestPlan and a corresponding TestExecutionListener to the EngineExecutionListener API.
ExecutionListenerAdapter(TestPlan, TestExecutionListener) - Constructor for class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
ExecutionRequest - Class in org.junit.platform.engine
Provides a single TestEngine access to the information necessary to execute its tests.
ExecutionRequest(TestDescriptor, EngineExecutionListener, ConfigurationParameters) - Constructor for class org.junit.platform.engine.ExecutionRequest
 
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 TestPlan has been skipped.
executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionSkipped(TestIdentifier, String) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
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 TestPlan is about to be started.
executionStarted(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
executionStarted(TestIdentifier) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
ExecutionTracker - Class in org.junit.platform.engine.support.hierarchical
 
ExecutionTracker() - Constructor for class org.junit.platform.engine.support.hierarchical.ExecutionTracker
 
ExpectedExceptionAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
ExpectedExceptionAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
ExpectedExceptionSupport - Class in org.junit.jupiter.migrationsupport.rules
This Extension provides native support for the ExpectedException rule from JUnit 4.
ExpectedExceptionSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
explicitConfigParams - Variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
extend() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
ExtendWith - Annotation Type in org.junit.jupiter.api.extension
@ExtendWith is 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
 
ExtensionContext - Interface in org.junit.jupiter.api.extension
ExtensionContext encapsulates the context in which the current test or container is being executed.
extensionContext - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ExtensionContext.Namespace - Class in org.junit.jupiter.api.extension
A Namespace is used to provide a scope for data saved by extensions within a ExtensionContext.Store.
ExtensionContext.Store - Interface in org.junit.jupiter.api.extension
Store provides methods for extensions to save and retrieve data.
ExtensionContextException - Exception in org.junit.jupiter.api.extension
Thrown if an error is encountered regarding the use of an ExtensionContext or ExtensionContext.Store.
ExtensionContextException(String) - Constructor for exception org.junit.jupiter.api.extension.ExtensionContextException
 
extensionRegistry - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ExtensionRegistry - Class in org.junit.jupiter.engine.extension
An ExtensionRegistry holds all registered extensions (i.e.
ExtensionRegistry(ExtensionRegistry) - Constructor for class org.junit.jupiter.engine.extension.ExtensionRegistry
 
Extensions - Annotation Type in org.junit.jupiter.api.extension
@Extensions is a container for one or more @ExtendWith declarations.
EXTENSIONS_AUTODETECTION_ENABLED_PROPERTY_NAME - Static variable in class org.junit.jupiter.engine.Constants
Property name used to enable auto-detection and registration of extensions via Java's ServiceLoader mechanism: "junit.jupiter.extensions.autodetection.enabled"
ExtensionValuesStore - Class in org.junit.jupiter.engine.execution
ExtensionValuesStore is used inside implementations of ExtensionContext to 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 Extension provides native support for subclasses of the ExternalResource rule from JUnit 4.
ExternalResourceSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 

F

fail(String) - Static method in class org.junit.jupiter.api.Assertions
Fails a test with the given failure message.
fail(String, Throwable) - Static method in class org.junit.jupiter.api.Assertions
Fails a test with the given failure message as well as the underlying cause.
fail(Throwable) - Static method in class org.junit.jupiter.api.Assertions
Fails a test with the given underlying cause.
fail(Supplier<String>) - Static method in class org.junit.jupiter.api.Assertions
Fails a test with the failure message retrieved from the given messageSupplier.
fail(String) - Static method in class org.junit.jupiter.api.AssertionUtils
 
fail(String, Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
 
fail(Throwable) - Static method in class org.junit.jupiter.api.AssertionUtils
 
fail(Supplier<String>) - Static method in class org.junit.jupiter.api.AssertionUtils
 
fail(String, Object, Object) - Static method in class org.junit.jupiter.api.AssertionUtils
 
fail(List<String>, List<String>, String, Object...) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
failActualArrayIsNull(Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
failActualIterableIsNull(Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
failArraysNotEqual(Object, Object, Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
failed(Throwable) - Static method in class org.junit.platform.engine.TestExecutionResult
Obtain a TestExecutionResult for a failed execution of a test or container with the supplied throwable.
failEqual(Object, String) - Static method in class org.junit.jupiter.api.AssertNotEquals
 
failExpectedArrayIsNull(Deque<Integer>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
failExpectedIterableIsNull(Deque<Integer>, Supplier<String>) - 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>, Supplier<String>) - Static method in class org.junit.jupiter.api.AssertIterableEquals
 
failNotEqual(Object, Object, String) - Static method in class org.junit.jupiter.api.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
 
failures - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
fieldName - Variable in class org.junit.vintage.engine.support.UniqueIdReader
 
fieldSupport - Variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
fieldSupport - Variable in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
fieldSupport - Variable in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
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 - Class in org.junit.platform.engine.support.descriptor
Position inside a file represented by line and column numbers.
FilePosition(int) - Constructor for class org.junit.platform.engine.support.descriptor.FilePosition
 
FilePosition(int, int) - Constructor for class org.junit.platform.engine.support.descriptor.FilePosition
 
filePosition - Variable in class org.junit.platform.engine.support.descriptor.FileSource
 
FileSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a file so that TestEngines can 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 TestSource with an optional position.
FileSource(File) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
 
FileSource(File, FilePosition) - Constructor for class org.junit.platform.engine.support.descriptor.FileSource
 
FileSystemSource - Interface in org.junit.platform.engine.support.descriptor
File system based TestSource.
Filter<T> - Interface in org.junit.platform.engine
A Filter can be applied to determine if an object should be included or excluded in a result set.
filter - Variable in class org.junit.platform.engine.support.filter.ExclusionReasonConsumingFilter
 
filter(Filter) - Method in class org.junit.platform.runner.JUnitPlatform
 
filteredRequests() - Method in class org.junit.vintage.engine.discovery.TestClassCollector
 
filteredTestClasses - Variable in class org.junit.vintage.engine.discovery.TestClassCollector
 
FilterResult - Class in org.junit.platform.engine
The result of applying a Filter.
FilterResult(boolean, String) - Constructor for class org.junit.platform.engine.FilterResult
 
filters - Variable in class org.junit.platform.engine.CompositeFilter
 
filters(Filter<?>...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied filters to the request.
filters - Variable in class org.junit.vintage.engine.discovery.OrFilter
 
filters - Variable in class org.junit.vintage.engine.discovery.TestClassRequest
 
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 of the supplied root URI that match the specified classTester and classNameFilter predicates.
findAllClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - 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 of the supplied basePackageName that match the specified classTester and classNameFilter predicates.
findAllClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - 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.
findAnnotatedMethods(Class<?>, Class<? extends Annotation>, HierarchyTraversalMode) - Static method in class org.junit.platform.commons.support.AnnotationSupport
Find all methods of the supplied class or interface that are annotated or meta-annotated with the specified annotationType.
findAnnotatedMethods(Class<?>, Class<? extends Annotation>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
Find the first annotation of annotationType that is either directly present, meta-present, or indirectly present on the supplied element.
findAnnotation(Optional<? extends AnnotatedElement>, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
Find the first annotation of annotationType that is either present or meta-present on the supplied optional element.
findAnnotation(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findAnnotation(AnnotatedElement, Class<A>, Set<Annotation>) - 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, Predicate<Class<?>>, Predicate<String>) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
findClassesForUri(URI, String, Predicate<Class<?>>, Predicate<String>) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
findClassesForUris(List<URI>, String, Predicate<Class<?>>, Predicate<String>) - Method in class org.junit.platform.commons.util.ClasspathScanner
Recursively scan for classes in all of the supplied source directories.
findJUnit4Description(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
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[], AnnotationUtils.AnnotationCacheKey, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findMethod(UniqueId.Segment, ClassTestDescriptor) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
findMethod(String, Class<?>) - Method in class org.junit.jupiter.engine.discovery.MethodFinder
 
findMethod(Class<?>, String, String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Find the first Method of the supplied class or interface that meets the specified criteria, beginning with the specified class or interface and traversing up the type hierarchy until such a method is found or the type hierarchy is exhausted.
findMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Find the first Method of the supplied class or interface that meets the specified criteria, beginning with the specified class or interface and traversing up the type hierarchy until such a method is found or the type hierarchy is exhausted.
findMethod(Class<?>, String, String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
findMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
findMethod(Class<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
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>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Find all methods of the supplied class or interface that match the specified predicate, using top-down search semantics within the type hierarchy.
findMethods(Class<?>, Predicate<Method>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
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 of the given class conforming 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
 
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 public fields of the supplied class or interface that are of the specified fieldType and annotated or meta-annotated with the specified annotationType.
findPublicAnnotatedFields(Class<?>, Class<?>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
Find all repeatable annotations of annotationType that are either present, indirectly present, or meta-present on the supplied AnnotatedElement.
findRepeatableAnnotations(AnnotatedElement, Class<A>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findRepeatableAnnotations(AnnotatedElement, Class<A>, Class<? extends Annotation>, boolean, Set<A>, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findRepeatableAnnotations(Annotation[], Class<A>, Class<? extends Annotation>, boolean, Set<A>, Set<Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleFieldSupport
 
findRuleAnnotatedMembers(Object) - Method in class org.junit.jupiter.migrationsupport.rules.TestRuleMethodSupport
 
findTestDescriptorByUniqueId(UniqueId) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
finishedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
fireExecutionFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionFinishedIncludingAncestorsWithoutPendingChildren(Optional<TestDescriptor>) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionSkipped(TestDescriptor, String) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireExecutionStartedIncludingUnstartedAncestors(Optional<TestDescriptor>) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireMissingContainerEvents(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
fireTestIgnored(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
floatsAreEqual(float, float, float) - Static method in class org.junit.jupiter.api.AssertionUtils
 
floatsAreEqual(float, float) - Static method in class org.junit.jupiter.api.AssertionUtils
 
forBiConsumer(BiConsumer<Throwable, Supplier<String>>) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to the supplied BiConsumer for consumption of logging messages.
forEngine(String) - Static method in class org.junit.platform.engine.UniqueId
Create an engine's unique ID from its engineId using the default format.
forJavaUtilLogging() - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to a Logger using a log level of FINE.
forJavaUtilLogging(Level) - Static method in class org.junit.platform.launcher.listeners.LoggingListener
Create a LoggingListener which delegates to a Logger using the supplied log level.
format(Object, Object, String) - Static method in class org.junit.jupiter.api.AssertionUtils
 
format(int, int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
format(int, Object...) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
 
format(UniqueId) - Method in class org.junit.platform.engine.UniqueIdFormat
Format and return the string representation of the supplied UniqueId.
formatClassAndValue(Object, String) - Static method in class org.junit.jupiter.api.AssertionUtils
 
formatExclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
formatExclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
formatExclusionReason(String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
formatInclusionReason(String) - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
formatInclusionReason(String, Pattern) - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
formatInclusionReason(String, String) - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
formatIndexes(Deque<Integer>) - Static method in class org.junit.jupiter.api.AssertionUtils
 
formatSafely(String, 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
 
FQCN - Static variable in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
from(Object, Member) - Static method in class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMemberFactory
 
from(Map<String, String>) - Static method in class org.junit.platform.engine.reporting.ReportEntry
Factory for creating a new ReportEntry from a map of key-value pairs.
from(String, String) - Static method in class org.junit.platform.engine.reporting.ReportEntry
Factory for creating a new ReportEntry from a key-value pair.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Create a new ClasspathResourceSource using the supplied classpath resource name.
from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Create a new ClasspathResourceSource using the supplied classpath resource name and FilePosition.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied className.
from(String, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied className and filePosition.
from(Class<?>) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied javaClass.
from(Class<?>, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.ClassSource
Create a new ClassSource using the supplied javaClass and filePosition.
from(Collection<? extends TestSource>) - Static method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
Create a new CompositeTestSource based on the supplied collection of sources.
from(File) - Static method in class org.junit.platform.engine.support.descriptor.DirectorySource
Create a new DirectorySource using the supplied directory.
from(int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
Create a new FilePosition using the supplied line number and an undefined column number.
from(int, int) - Static method in class org.junit.platform.engine.support.descriptor.FilePosition
Create a new FilePosition using the supplied line and column numbers.
from(File) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
Create a new FileSource using the supplied file.
from(File, FilePosition) - Static method in class org.junit.platform.engine.support.descriptor.FileSource
Create a new FileSource using the supplied file and filePosition.
from(String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class and method name.
from(String, String, String) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied class and method name.
from(Method) - Static method in class org.junit.platform.engine.support.descriptor.MethodSource
Create a new MethodSource using the supplied method.
from(Package) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
Create a new PackageSource using the supplied Java Package.
from(String) - Static method in class org.junit.platform.engine.support.descriptor.PackageSource
Create a new PackageSource using the supplied packageName.
from(TestDescriptor) - Static method in class org.junit.platform.launcher.TestIdentifier
Factory for creating a new TestIdentifier from a TestDescriptor.
from(Collection<TestDescriptor>) - Static method in class org.junit.platform.launcher.TestPlan
Construct a new TestPlan from the supplied collection of TestDescriptors.
fromClasspathResource(String) - Static method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
FULLY_QUALIFIED_METHOD_NAME_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
 
fullyQualifiedMethodNamePattern - Static variable in class org.junit.platform.engine.discovery.DiscoverySelectors
 
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
 

G

generateDefaultDisplayName(Class<?>) - Static method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
generateDefaultDisplayName(Method) - Static method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
generateDisplayName(Description) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
generateSuiteDescription(TestPlan, Class<?>) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
generateTestTree() - Method in class org.junit.platform.runner.JUnitPlatform
 
GenericBeforeAndAfterAdvice - Interface in org.junit.jupiter.migrationsupport.rules.adapter
 
get(Object) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Get the value that is stored under the supplied key.
get(Object, Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Get the value of the specified required type that is stored under the supplied key.
get() - Method in interface org.junit.jupiter.api.function.ThrowingSupplier
Gets a result.
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() - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
get(Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
get(Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
get() - Method in interface org.junit.jupiter.params.provider.Arguments
Get the arguments used for an invocation of the @ParameterizedTest method.
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.launcher.core.LauncherConfigurationParameters
 
getAdditionalExtensions() - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
Get the additional extensions for this invocation.
getAdditionalExtensions() - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
getAdditionalExtensions() - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
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
 
getAllDiscoverySelectorResolvers(EngineDiscoveryRequest) - Method in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
getArtifactId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
Returns junit-jupiter-engine as the artifact ID.
getArtifactId() - Method in interface org.junit.platform.engine.TestEngine
Get the Artifact ID of the JAR in which this test engine is packaged.
getArtifactId() - Method in class org.junit.vintage.engine.VintageTestEngine
Returns junit-vintage-engine as the artifact ID.
getAttribute(Class<?>, Function<Package, String>) - Static method in class org.junit.platform.commons.util.PackageUtils
Get the package attribute for the supplied type using the supplied function.
getAttribute(Class<?>, String) - Static method in class org.junit.platform.commons.util.PackageUtils
Get the value of the specified attribute name, specified as a string, or an empty Optional if the attribute was not found.
getBoolean(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.launcher.core.LauncherConfigurationParameters
 
getCanonicalName(Class<?>) - Static method in class org.junit.jupiter.api.AssertionUtils
 
getChildren() - Method in class org.junit.jupiter.api.DynamicContainer
Get the Stream of DynamicNodes associated with this container.
getChildren() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getChildren() - Method in interface org.junit.platform.engine.TestDescriptor
Get the immutable set of children of this descriptor.
getChildren(TestIdentifier) - Method in class org.junit.platform.launcher.TestPlan
Get the children of the supplied TestIdentifier.
getChildren(String) - Method in class org.junit.platform.launcher.TestPlan
Get the children of the supplied unique ID.
getClassLoader() - Method in class org.junit.platform.commons.util.ClasspathScanner
 
getClassName(Object) - Static method in class org.junit.jupiter.api.AssertionUtils
 
getClassName(TestDescriptor, String) - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
getClassName(TestDescriptor, String) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
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 declaring Class name of this source.
getClassName(TestIdentifier) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
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.
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
 
getConfigurationParameters() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getConfigurationParameters() - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the ConfigurationParameters for this request.
getConfigurationParameters() - Method in class org.junit.platform.engine.ExecutionRequest
Get the ConfigurationParameters that the engine may use to influence test execution.
getConfigurationParameters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getConfigurationParameters() - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
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.
getCurrentRepetition() - Method in interface org.junit.jupiter.api.RepetitionInfo
Get the current repetition of the corresponding @RepeatedTest method.
getCurrentRepetition() - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
 
getDeactivatePatternString(ConfigurationParameters) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
getDeclaredConstructor(Class<T>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Get the sole declared Constructor for the supplied class.
getDeclaredMethods(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Custom alternative to Class.getDeclaredMethods() that sorts the methods and converts them to a mutable list.
getDeclaringExecutable() - Method in interface org.junit.jupiter.api.extension.ParameterContext
Get the Executable (i.e., the Method or Constructor) that declares the Parameter for this context.
getDefault() - Static method in class org.junit.platform.engine.UniqueIdFormat
 
getDefaultClassLoader() - Static method in class org.junit.platform.commons.util.ClassLoaderUtils
 
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.
getDefaultTestInstanceLifecycle(ConfigurationParameters) - Static method in class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
getDefaultValue(Annotation, String, Class<T>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
Get the default value of the named attribute from the supplied Annotation.
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.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(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getDescription() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getDirectory() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a File.
getDisplayName() - Method in class org.junit.jupiter.api.DynamicNode
Get the display name of this DynamicTest.
getDisplayName() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the display name for the current test or container.
getDisplayName(int) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
Get the display name for this invocation.
getDisplayName() - Method in interface org.junit.jupiter.api.TestInfo
Get the display name of the current test or container.
getDisplayName() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getDisplayName(int) - Method in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
getDisplayName() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getDisplayName(int) - Method in class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
getDisplayName() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getDisplayName() - Method in interface org.junit.platform.engine.TestDescriptor
Get the display name for this descriptor.
getDisplayName() - Method in class org.junit.platform.launcher.TestIdentifier
Get the display name of the represented test or container.
getElement() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the AnnotatedElement corresponding to the current extension context, if available.
getElement() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getElement() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getEngineDescriptors() - Method in class org.junit.platform.launcher.core.Root
 
getEngineExecutionListener() - Method in class org.junit.platform.engine.ExecutionRequest
Get the EngineExecutionListener to 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 EngineFilters for this request.
getEngineId() - Method in class org.junit.platform.engine.UniqueId
Get the engine ID stored in this UniqueId, if available.
getException() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
getException() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
Get the Throwable causing the failure.
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
 
getExecutable() - Method in class org.junit.jupiter.api.DynamicTest
Get the executable code block associated with this DynamicTest.
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.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
 
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 class org.junit.jupiter.engine.extension.ExtensionRegistry
Get all Extensions of 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.
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.discovery.TestClassRequest
 
getFiltersByType(Class<T>) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the DiscoveryFilters for this request, filtered by a particular type.
getFiltersByType(Class<T>) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
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.
getGroupId() - Method in class org.junit.jupiter.engine.JupiterTestEngine
Returns org.junit.jupiter as the group ID.
getGroupId() - Method in interface org.junit.platform.engine.TestEngine
Get the Group ID of the JAR in which this test engine is packaged.
getGroupId() - Method in class org.junit.vintage.engine.VintageTestEngine
Returns org.junit.vintage as the group ID.
getGroupsOrTags(Optional<List<String>>, Optional<List<String>>) - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
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
 
getIncludeAndExcludeFilters() - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
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 Parameter for this context within the parameter list of the Executable that declares the parameter.
getIndex() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
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 Class in which the selected method is declared, or a subclass thereof.
getJavaClass() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
Get the Java class of this source.
getJavaMethod() - Method in class org.junit.platform.engine.discovery.MethodSelector
Get the selected Method.
getKeyValuePairs() - Method in class org.junit.platform.engine.reporting.ReportEntry
Get an unmodifiable copy of the map of key-value pairs to be published.
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getLegacyReportingName() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
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.
getLine() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
Get the line number of this FilePosition.
getLocation(Object) - Static method in class org.junit.platform.commons.util.ClassLoaderUtils
Get the location from which the supplied object's class was loaded.
getLogger(Class<?>) - Static method in class org.junit.platform.commons.logging.LoggerFactory
Get a Logger for the specified class.
getMethod(Class<?>, String, Class<?>...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Get the Method in the specified class with the specified name and parameter types.
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.
getMethodName(TestIdentifier) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
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.
getName() - Method in class org.junit.platform.engine.TestTag
Get the name of this tag.
getOnlyElement(Collection<T>) - Static method in class org.junit.platform.commons.util.CollectionUtils
Read the only element of a collection of size 1.
getOrComputeIfAbsent(K, Function<K, V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Get the value that is stored under the supplied key.
getOrComputeIfAbsent(K, Function<K, V>, Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Get the value of the specified required type that is stored under the supplied key.
getOrComputeIfAbsent(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
 
getOrComputeIfAbsent(K, Function<K, V>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
getOrComputeIfAbsent(K, Function<K, V>, Class<V>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
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
Get the outermost instance of the required type, searching recursively through enclosing instances.
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.
getParameter() - Method in interface org.junit.jupiter.api.extension.ParameterContext
Get the Parameter for this context.
getParameter() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
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.TestPlan
Get the parent of the supplied TestIdentifier.
getParentId() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of this identifier's parent, if available.
getPath() - Method in class org.junit.platform.commons.util.CloseablePath
 
getPath() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a Path using the default FileSystem.
getPath() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected file as a Path using the default FileSystem.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
Get the FilePosition, if available.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
Get the position in the Java source file for the associated Java class, if available.
getPosition() - Method in class org.junit.platform.engine.support.descriptor.FileSource
Get the FilePosition, if available.
getPostDiscoveryFilters() - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getPostDiscoveryFilters() - Method in interface org.junit.platform.launcher.LauncherDiscoveryRequest
Get the PostDiscoveryFilters for this request.
getPropertiesList(String) - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
getProperty(String) - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
getRawPath() - Method in class org.junit.platform.engine.discovery.DirectorySelector
Get the selected directory as a raw path.
getRawPath() - Method in class org.junit.platform.engine.discovery.FileSelector
Get the selected file as a raw path.
getReason() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
Get the reason why the container or test should be enabled or disabled, if available.
getReason() - Method in class org.junit.platform.engine.FilterResult
Get the reason why the filtered object should be included or excluded, if available.
getReason() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Get the reason why execution of the context should be skipped, if available.
getRequiredTestClass() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the required Class associated with the current test or container.
getRequiredTestInstance() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the required test instance associated with the current test or container.
getRequiredTestMethod() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the required Method associated with the current test or container.
getReversedExtensions(Class<E>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Get all Extensions of the specified type that are present in this registry or one of its ancestors, in reverse order.
getRoot() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the root ExtensionContext.
getRoot() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getRoot() - Method in class org.junit.platform.engine.UniqueId
 
getRoots() - Method in class org.junit.platform.launcher.TestPlan
Get the root TestIdentifiers for this test plan.
getRootTestDescriptor() - Method in class org.junit.platform.engine.ExecutionRequest
Get the root TestDescriptor of the engine that processes this request.
getRootUrisForPackage(String) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
getRuleType() - Method in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
getRunner() - Method in class org.junit.vintage.engine.descriptor.RunnerRequest
 
getRunnerTestDescriptor() - Method in class org.junit.vintage.engine.execution.TestRun
 
getSegments() - Method in class org.junit.platform.engine.UniqueId
Get the immutable list of segments that make up this UniqueId.
getSegmentType() - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
getSegmentType() - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
getSegmentValue(Class<?>) - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
getSegmentValue(Class<?>) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
getSelectedClasses() - Method in class org.junit.platform.runner.JUnitPlatform
 
getSelectedPackageNames() - Method in class org.junit.platform.runner.JUnitPlatform
 
getSelectorsByType(Class<T>) - Method in interface org.junit.platform.engine.EngineDiscoveryRequest
Get the DiscoverySelectors for this request, filtered by a particular type.
getSelectorsByType(Class<T>) - Method in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
getSelectorsFromAnnotations() - Method in class org.junit.platform.runner.JUnitPlatform
 
getSource() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getSource() - Method in interface org.junit.platform.engine.TestDescriptor
Get the source of the test or container described by this descriptor, if available.
getSource() - Method in class org.junit.platform.launcher.TestIdentifier
Get the source of the represented test or container, if available.
getSources() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
Get an immutable list of the sources stored in this CompositeTestSource.
getStatus() - Method in class org.junit.platform.engine.TestExecutionResult
Get the status of this result.
getStore(ExtensionContext.Namespace) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
getStore(ExtensionContext.Namespace) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getStore(ExtensionContext) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
getStoredResultOrSuccessful(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
getStoredValue(ExtensionValuesStore.CompositeKey) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
getSuiteDescription() - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getSuites() - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
getSummary() - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
Get the summary generated by this listener.
getSuperclassMethods(Class<?>, ReflectionUtils.HierarchyTraversalMode) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
getTags() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the set of all tags for the current test or container.
getTags() - Method in interface org.junit.jupiter.api.TestInfo
Get the set of all tags for the current test or container.
getTags() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getTags(AnnotatedElement) - Static method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
getTags() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTags() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getTags() - Method in interface org.junit.platform.engine.TestDescriptor
Get the set of tags associated with this descriptor.
getTags() - Method in class org.junit.platform.launcher.TestIdentifier
Get the set of tags associated with the represented test or container.
getTags() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getTarget() - Method in interface org.junit.jupiter.api.extension.ParameterContext
Get the target on which the Executable that declares the Parameter for this context will be invoked, if available.
getTarget() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
getTechnicalName(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getTestClass() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the Class associated with the current test or container, if available.
getTestClass() - Method in interface org.junit.jupiter.api.TestInfo
Get the Class associated with the current test or container, if available.
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestClass() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTestClass() - Method in class org.junit.vintage.engine.discovery.TestClassRequest
 
getTestDescriptor() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getTestDescriptorFor(TestEngine) - Method in class org.junit.platform.launcher.core.Root
 
getTestEngines() - Method in class org.junit.platform.launcher.core.Root
 
getTestExecutionListenerRegistry() - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
getTestExecutionListeners() - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
getTestIdentifier(TestDescriptor) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
getTestIdentifier() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
getTestIdentifier() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary.Failure
Get the identifier of the failed test or container.
getTestIdentifier(String) - Method in class org.junit.platform.launcher.TestPlan
Get the TestIdentifier with the supplied unique ID.
getTestInstance() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the test instance associated with the current test or container, if available.
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestInstance() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestInstance(Optional<ExtensionRegistry>) - Method in interface org.junit.jupiter.engine.execution.TestInstanceProvider
 
getTestInstanceLifecycle(Class<?>, ConfigurationParameters) - Static method in class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
getTestInstanceProvider() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getTestMethod() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the Method associated with the current test, if available.
getTestMethod() - Method in interface org.junit.jupiter.api.TestInfo
Get the Method associated with the current test, if available.
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
getTestMethod() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
getTestRule() - Method in class org.junit.jupiter.migrationsupport.rules.member.AbstractTestRuleAnnotatedMember
 
getTestRule() - Method in interface org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMember
 
getTestsAbortedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsAbortedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests aborted.
getTestsFailedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsFailedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests that failed.
getTestsFoundCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsFoundCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests found.
getTestsInSubtree(TestIdentifier) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
getTestsSkippedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsSkippedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests skipped.
getTestsStartedCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsStartedCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests started.
getTestsSucceededCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTestsSucceededCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the number of tests that succeeded.
getThrowable() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Get the first Throwable collected by this ThrowableCollector.
getThrowable() - Method in class org.junit.platform.engine.TestExecutionResult
Get the throwable that caused this result, if available.
getThrowableCollector() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
getTimeFinished() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTimeFinished() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the timestamp (in milliseconds) when the test plan finished.
getTimestamp() - Method in class org.junit.platform.engine.reporting.ReportEntry
Get the timestamp for when this ReportEntry was created.
getTimeStarted() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTimeStarted() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the timestamp (in milliseconds) when the test plan started.
getTotalFailureCount() - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
getTotalFailureCount() - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Get the total number of failed containers and failed tests.
getTotalRepetitions() - Method in interface org.junit.jupiter.api.RepetitionInfo
Get the total number of repetitions of the corresponding @RepeatedTest method.
getTotalRepetitions() - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
 
getType() - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
getType() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
getType() - Method in class org.junit.platform.engine.support.descriptor.EngineDescriptor
getType() - Method in interface org.junit.platform.engine.TestDescriptor
Determine the TestDescriptor.Type of this descriptor.
getType() - Method in class org.junit.platform.engine.UniqueId.Segment
Get the type of this segment.
getType() - Method in class org.junit.platform.launcher.TestIdentifier
Get the underlying descriptor type.
getType() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
getUnderlyingCause(Throwable) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Get the underlying cause of the supplied Throwable.
getUniqueId() - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Get the unique ID of the current test or container.
getUniqueId() - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
getUniqueId() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
Get the selected UniqueId.
getUniqueId() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
getUniqueId() - Method in interface org.junit.platform.engine.TestDescriptor
Get the unique identifier (UID) for this descriptor.
getUniqueId() - Method in class org.junit.platform.launcher.TestIdentifier
Get the unique ID of the represented test or container.
getUri() - Method in class org.junit.platform.engine.discovery.UriSelector
Get the selected URI.
getUri() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
Get the URI for the source directory.
getUri() - Method in class org.junit.platform.engine.support.descriptor.FileSource
Get the URI for the source file.
getUri() - Method in interface org.junit.platform.engine.support.descriptor.UriSource
Get the URI that represents this source.
getValue() - Method in class org.junit.platform.engine.UniqueId.Segment
Get the value of this segment.
getValueFromAnnotation(Class<A>, Function<A, V>, V) - Method in class org.junit.platform.runner.JUnitPlatform
 
getVersion() - Method in interface org.junit.platform.engine.TestEngine
Get the version of this test engine.
getWrapperType(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Get the wrapper type for the supplied primitive type.
GLOBAL - Static variable in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
The default, global namespace which allows access to stored data from all extensions.

H

handleFailure(Failure, Function<Throwable, TestExecutionResult>) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
handleFailure(Failure, Function<Throwable, TestExecutionResult>, TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
handleInternalError(Path, String, InternalError) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in interface org.junit.jupiter.api.extension.TestExecutionExceptionHandler
Handle the supplied throwable.
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
handleTestExecutionException(Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.adapter.ExpectedExceptionAdapter
 
handleTestExecutionException(Throwable) - Method in interface org.junit.jupiter.migrationsupport.rules.adapter.GenericBeforeAndAfterAdvice
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
handleThrowable(Path, Throwable) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
handleThrowable(TestEngine, String, Throwable) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
hasCompatibleSignature(Method, String, Class<?>[]) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if the supplied candidate method (typically a method higher in the type hierarchy) has a signature that is compatible with a method that has the supplied name and parameter types, taking method sub-signatures and generics into account.
hashCode() - Method in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
 
hashCode() - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
 
hashCode() - Method in class org.junit.platform.commons.util.AnnotationUtils.AnnotationCacheKey
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.FileSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
hashCode() - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 
hashCode() - Method in class org.junit.platform.engine.TestTag
 
hashCode() - Method in class org.junit.platform.engine.UniqueId
 
hashCode() - Method in class org.junit.platform.engine.UniqueId.Segment
 
hashCode() - Method in class org.junit.platform.launcher.TestIdentifier
 
hasNestedTests(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
hasNext() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
hasTestOrTestFactoryOrTestTemplateMethods(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
HierarchicalTestEngine<C extends EngineExecutionContext> - Class in org.junit.platform.engine.support.hierarchical
Abstract base class for all TestEngine implementations that wish to organize test suites hierarchically based on the Node abstraction.
HierarchicalTestEngine() - Constructor for class org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine
 
HierarchicalTestExecutor<C extends EngineExecutionContext> - Class in org.junit.platform.engine.support.hierarchical
Implementation core of all TestEngines that wish to use the Node abstraction as the driving principle for structuring and executing test suites.
HierarchicalTestExecutor(ExecutionRequest, C) - Constructor for class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
HierarchyTraversalMode - Enum in org.junit.platform.commons.support
Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.
HierarchyTraversalMode() - Constructor for enum org.junit.platform.commons.support.HierarchyTraversalMode
 
HierarchyTraversalMode() - Constructor for enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
 

I

INCLUDE_GROUPS - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
INCLUDE_TAGS - Static variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
includeAndExcludeFilters - Variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
includeAndExcludeFilters - Variable in class org.junit.platform.surefire.provider.TestPlanScannerFilter
 
includeClass(ClassTestDescriptor, List<ClassNameFilter>) - Method in class org.junit.jupiter.engine.DiscoveryFilterApplier
 
IncludeClassNameFilter - Class in org.junit.platform.engine.discovery
ClassNameFilter that matches fully qualified class names against patterns in the form of regular expressions.
IncludeClassNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
includeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
Create a new include ClassNameFilter based on the supplied patterns.
IncludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@IncludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
included - Variable in class org.junit.platform.engine.FilterResult
 
included(String) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating included results.
included() - Method in class org.junit.platform.engine.FilterResult
 
INCLUDED_BY_ALL_FILTERS - Static variable in class org.junit.platform.engine.CompositeFilter
 
includedIf(boolean) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating filter results based on the condition given.
includedIf(boolean, Supplier<String>, Supplier<String>) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating filter results based on the condition given.
includeEngines(String...) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new include EngineFilter based on the supplied engine IDs.
includeEngines(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
Create a new include EngineFilter based on the supplied engine IDs.
IncludeEngines - Annotation Type in org.junit.platform.suite.api
@IncludeEngines specifies the IDs of TestEngines to be included when running a test suite on the JUnit Platform.
includePackage(ClassTestDescriptor, List<PackageNameFilter>) - Method in class org.junit.jupiter.engine.DiscoveryFilterApplier
 
IncludePackageNameFilter - Class in org.junit.platform.engine.discovery
PackageNameFilter that matches fully qualified package names that are prefixed by one of the package names provided to the filter.
IncludePackageNameFilter(String...) - Constructor for class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
includePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new include PackageNameFilter based on the supplied package names.
includePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
Create a new include PackageNameFilter based on the supplied package names.
IncludePackages - Annotation Type in org.junit.platform.suite.api
@IncludePackages specifies the packages to be included when running a test suite on the JUnit Platform.
includeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tags.
includeTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tags.
IncludeTags - Annotation Type in org.junit.platform.suite.api
@IncludeTags specifies the tags to be included when running a test suite on the JUnit Platform.
index - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
info(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at info level.
info(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at info level.
info(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
info(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
initialize(AnnotatedElement, T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
initialize(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.discovery.RunnerTestDescriptorAwareFilter
 
initialize(RunnerTestDescriptor) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
initializeAnnotationConsumer(AnnotationConsumer<A>, A) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
inputStreamProvider - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
INSTANCE - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
instantiateAndPostProcessTestInstance(JupiterEngineExecutionContext, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
invalidReturnTypeException(Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
invocationContext - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
invoke(Constructor<T>, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Invoke the supplied constructor with dynamic parameter resolution.
invoke(Constructor<T>, Object, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.
invoke(Method, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Invoke the supplied static method with dynamic parameter resolution.
invoke(Method, Object, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Invoke the supplied method on the supplied target object with dynamic parameter resolution.
invoke(Object) - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
invokeAfterAllCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeAfterAllMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeAfterEachCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAfterEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.AfterEachMethodAdapter
 
invokeAfterEachMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAfterTestExecutionCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAllAfterMethodsOrCallbacks(JupiterEngineExecutionContext, BiFunction<ExtensionContext, T, Executable>, Class<T>) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeAllTests(TestsToRun) - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
invokeAppropriateMethodOnRuleAnnotatedMembers(ExtensionContext, Consumer<GenericBeforeAndAfterAdvice>) - Method in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
invokeBeforeAllCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeBeforeAllMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeBeforeEachCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
 
invokeBeforeEachMethods(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(JupiterEngineExecutionContext, BiFunction<ExtensionContext, T, Executable>, Class<T>) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeBeforeTestExecutionCallbacks(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeMethod(Method, Object, Object...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Invoke the supplied method, making it accessible if necessary and masking any checked exception as an unchecked exception.
invokeMethod(Method, Object, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
invokeMethodInExtensionContext(Method, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeSingleClass(Class<?>, RunListener) - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
invokeTestExecutionExceptionHandlers(ExtensionRegistry, ExtensionContext, Throwable) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestExecutionExceptionHandlers(Throwable, List<TestExecutionExceptionHandler>, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestInstancePostProcessors(Object, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
isAbstract(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isAbstract(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isALeaf(Set<TestIdentifier>) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
isAlreadyRegistered(Class<? extends Extension>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Determine if the supplied type is already registered in this registry or in a parent registry.
isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
Determine if an annotation of annotationType is either present or meta-present on the supplied element.
isAnnotated(Optional<? extends AnnotatedElement>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
Determine if an annotation of annotationType is either present or meta-present on the supplied optional element.
isAnnotated(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
Determine if an annotation of annotationType is either present or meta-present on the supplied element.
isAnnotationConsumerAcceptMethod - Static variable in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
isArray(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if the supplied object is an array.
isAssignableTo(Object, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if the supplied object can be assigned to the supplied type for the purpose of reflective method invocations.
isBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String is blank (i.e., null or consisting only of whitespace characters).
isClassFile(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
 
isContainer() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a container.
isContainer() - Method in enum org.junit.platform.engine.TestDescriptor.Type
 
isContainer() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a container.
isDescendantOfRunnerTestDescriptor(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isDisabled() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
Whether the container or test should be disabled.
isEmpty() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Determine if this ThrowableCollector is empty (i.e., has not collected any Throwables).
isExcluded(TestDescriptor, Filter<TestDescriptor>) - Method in class org.junit.platform.launcher.core.Root
 
isFastForwardLine(String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
isFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isFinishedOrSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isForVintageEngine(UniqueId) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
isGeneric(Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isGeneric(Type) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isInJavaLangAnnotationPackage(Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
isInnerClass - Static variable in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
IsInnerClass - Class in org.junit.jupiter.engine.discovery.predicates
Test if a class is a non-private inner class (i.e., a non-static nested class).
IsInnerClass() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsInnerClass
 
isInnerClass - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
 
isInnerClass(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isMethodPresent(Class<?>, Predicate<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if a Method matching the supplied Predicate is present within the type hierarchy of the specified class, beginning with the specified class or interface and traversing up the type hierarchy until such a method is found or the type hierarchy is exhausted.
isMethodShadowedBy(Method, Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isMethodShadowedByLocalMethods(Method, List<Method>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNestedTestClass - Static variable in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
IsNestedTestClass - Class in org.junit.jupiter.engine.discovery.predicates
Test if a class is a JUnit Jupiter @Nested test class.
IsNestedTestClass() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
 
isNestedTestClass - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
isNotBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String is not blank.
isNotEmpty() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
Determine if this ThrowableCollector is not empty (i.e., has collected at least one Throwable).
isNotEngineId(UniqueId) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
isNotFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isNotModuleInfo(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
 
isNotPackageInfo(Path) - Static method in class org.junit.platform.commons.util.ClassFileVisitor
 
isNotSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isNotStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isPotentialCandidate(Class<?>) - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
isPotentialCandidate(Class<?>) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
IsPotentialJUnit4TestClass - Class in org.junit.vintage.engine.discovery
 
IsPotentialJUnit4TestClass() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
 
isPotentialJUnit4TestClass - Static variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
isPotentialJUnit4TestMethod - Static variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
IsPotentialJUnit4TestMethod - Class in org.junit.vintage.engine.discovery
 
IsPotentialJUnit4TestMethod() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod
 
IsPotentialTestContainer - Class in org.junit.jupiter.engine.discovery.predicates
Test if a class is a potential top-level JUnit Jupiter test container, even if it does not contain tests.
IsPotentialTestContainer() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
 
isPotentialTestContainer - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
isPotentialTestContainer - Static variable in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
isPrivate(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPrivate(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPublic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPublic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isRelevantMethod(Method) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
isRoot() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor is a root descriptor.
isScannableTestClass - Static variable in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
IsScannableTestClass - Class in org.junit.jupiter.engine.discovery.predicates
Test if a class is a JUnit Jupiter test class which should be included in package and classpath scanning.
IsScannableTestClass() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsScannableTestClass
 
isSkipped() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Whether execution of the context should be skipped.
isSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
isStatic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isStatic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isTest() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a test.
isTest() - Method in enum org.junit.platform.engine.TestDescriptor.Type
 
isTest() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a test.
IsTestableMethod - Class in org.junit.jupiter.engine.discovery.predicates
 
IsTestableMethod(Class<? extends Annotation>, boolean) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
isTestClassWithTests - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsScannableTestClass
 
IsTestClassWithTests - Class in org.junit.jupiter.engine.discovery.predicates
Test if a class is a JUnit Jupiter test class containing executable tests, test factories, or nested tests.
IsTestClassWithTests() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
isTestFactoryMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
IsTestFactoryMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestFactory method.
IsTestFactoryMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
isTestFactoryMethod - Static variable in class org.junit.jupiter.engine.discovery.TestFactoryMethodResolver
 
isTestMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
IsTestMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @Test method.
IsTestMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
 
isTestMethod - Static variable in class org.junit.jupiter.engine.discovery.TestMethodResolver
 
isTestOrTestFactoryOrTestTemplateMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
isTestTemplateMethod - Static variable in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
IsTestTemplateMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestTemplate method.
IsTestTemplateMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
 
isTestTemplateMethod - Static variable in class org.junit.jupiter.engine.discovery.TestTemplateMethodResolver
 
isValid(String) - Static method in class org.junit.platform.engine.TestTag
Determine if the supplied tag name is valid with regard to the supported syntax for tags.

J

JAR_FILE_EXTENSION - Static variable in class org.junit.platform.commons.util.CloseablePath
 
JAR_URI_SCHEME - Static variable in class org.junit.platform.commons.util.CloseablePath
 
JAR_URI_SEPARATOR - Static variable in class org.junit.platform.commons.util.CloseablePath
 
javaClass - Variable in class org.junit.platform.engine.discovery.ClassSelector
 
javaClass - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
javaClass - Variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
JavaElementsResolver - Class in org.junit.jupiter.engine.discovery
 
JavaElementsResolver(TestDescriptor, Set<ElementResolver>) - Constructor for class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
javaMethod - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
JavaTimeArgumentConverter - Class in org.junit.jupiter.params.converter
 
JavaTimeArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
JavaTimeConversionPattern - Annotation Type in org.junit.jupiter.params.converter
@JavaTimeConversionPattern is an annotation that allows a date/time conversion pattern to be specified on a method parameter of a @ParameterizedTest method.
julLogger - Variable in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
junit4Builder() - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
JUnitException - Exception in org.junit.platform.commons
Base class for all RuntimeExceptions thrown by JUnit.
JUnitException(String) - Constructor for exception org.junit.platform.commons.JUnitException
 
JUnitException(String, Throwable) - Constructor for exception org.junit.platform.commons.JUnitException
 
JUnitPlatform - Class in org.junit.platform.runner
JUnit 4 based Runner which runs tests on the JUnit Platform in a JUnit 4 environment.
JUnitPlatform(Class<?>) - Constructor for class org.junit.platform.runner.JUnitPlatform
 
JUnitPlatform(Class<?>, Launcher) - Constructor for class org.junit.platform.runner.JUnitPlatform
 
JUnitPlatformProvider - Class in org.junit.platform.surefire.provider
 
JUnitPlatformProvider(ProviderParameters) - Constructor for class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
JUnitPlatformProvider(ProviderParameters, Launcher) - Constructor for class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
JUnitPlatformRunnerListener - Class in org.junit.platform.runner
 
JUnitPlatformRunnerListener(JUnitPlatformTestTree, RunNotifier) - Constructor for class org.junit.platform.runner.JUnitPlatformRunnerListener
 
JUnitPlatformTestTree - Class in org.junit.platform.runner
 
JUnitPlatformTestTree(TestPlan, Class<?>) - Constructor for class org.junit.platform.runner.JUnitPlatformTestTree
 
JupiterEngineDescriptor - Class in org.junit.jupiter.engine.descriptor
 
JupiterEngineDescriptor(UniqueId) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
JupiterEngineExecutionContext - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExecutionContext(EngineExecutionListener, ConfigurationParameters) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
JupiterEngineExecutionContext(JupiterEngineExecutionContext.State) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
JupiterEngineExecutionContext.Builder - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExecutionContext.State - Class in org.junit.jupiter.engine.execution
 
JupiterEngineExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
JupiterEngineExtensionContext(EngineExecutionListener, JupiterEngineDescriptor) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterEngineExtensionContext
 
JupiterTestDescriptor - Class in org.junit.jupiter.engine.descriptor
 
JupiterTestDescriptor(UniqueId, String, TestSource) - Constructor for class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
JupiterTestEngine - Class in org.junit.jupiter.engine
The JUnit Jupiter TestEngine.
JupiterTestEngine() - Constructor for class org.junit.jupiter.engine.JupiterTestEngine
 

K

key - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
 
keyValuePairs - Variable in class org.junit.platform.engine.reporting.ReportEntry
 

L

Launcher - Interface in org.junit.platform.launcher
The Launcher API is the main entry point for client code that wishes to discover and execute tests using one or more test engines.
launcher - Variable in class org.junit.platform.runner.JUnitPlatform
 
launcher - Variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
launcher - Variable in class org.junit.platform.surefire.provider.TestPlanScannerFilter
 
LauncherConfigurationParameters - Class in org.junit.platform.launcher.core
 
LauncherConfigurationParameters(Map<String, String>) - Constructor for class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
LauncherConfigurationParameters(Map<String, String>, String) - Constructor for class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
LauncherDiscoveryRequest - Interface in org.junit.platform.launcher
LauncherDiscoveryRequest extends the EngineDiscoveryRequest API with additional filters that are applied by the Launcher itself.
LauncherDiscoveryRequestBuilder - Class in org.junit.platform.launcher.core
The LauncherDiscoveryRequestBuilder provides a light-weight DSL for generating a LauncherDiscoveryRequest.
LauncherDiscoveryRequestBuilder() - Constructor for class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
LauncherFactory - Class in org.junit.platform.launcher.core
Factory for creating Launcher instances by invoking LauncherFactory.create().
LauncherFactory() - Constructor for class org.junit.platform.launcher.core.LauncherFactory
 
lazyLoadJavaClass() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
lazyLoadJavaMethod() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
legacyReportingName - Variable in class org.junit.platform.launcher.TestIdentifier
 
Lifecycle() - Constructor for enum org.junit.jupiter.api.TestInstance.Lifecycle
 
LifecycleMethodUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for working with test lifecycle methods.
LifecycleMethodUtils() - Constructor for class org.junit.jupiter.engine.descriptor.LifecycleMethodUtils
 
line - Variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
lines - Variable in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
listener - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
listener - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
listenerRegistry - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
loadArrayType(ClassLoader, String, int) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
loadClass(String) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Load a class by its primitive name or fully qualified name, using the default ClassLoader.
loadClass - Variable in class org.junit.platform.commons.util.ClasspathScanner
 
loadClass(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
loadClass(String, ClassLoader) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a class by its primitive name or fully qualified name, using the supplied ClassLoader.
loadListeners() - Method in class org.junit.platform.launcher.core.ServiceLoaderTestExecutionListenerRegistry
 
loadMethod(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Load a method by its fully qualified name.
loadRequiredParameterType(Class<?>, String, String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
loadTestClass(String, UniqueId) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
loadTestEngines() - Method in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
lock - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
log(Level, Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
log(String, Object...) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
logGenericFileProcessingException(Path, Throwable) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
logger - Static variable in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
logger - Static variable in class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
logger - Static variable in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
logger - Static variable in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
logger - Static variable in class org.junit.jupiter.engine.execution.ExecutableInvoker
 
logger - Static variable in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
Logger - Interface in org.junit.platform.commons.logging
The Logger API serves as a simple logging facade for java.util.logging (JUL).
logger - Static variable in class org.junit.platform.commons.util.ClassFileVisitor
 
logger - Static variable in class org.junit.platform.commons.util.ClasspathScanner
 
logger - Static variable in class org.junit.platform.launcher.core.DefaultLauncher
 
logger - Static variable in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
logger - Static variable in class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
logger - Static variable in class org.junit.platform.launcher.core.ServiceLoaderTestExecutionListenerRegistry
 
logger - Variable in class org.junit.platform.launcher.listeners.LoggingListener
 
logger - Static variable in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder
 
logger - Variable in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
logger - Variable in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
logger - Variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
logger - Variable in class org.junit.vintage.engine.execution.RunnerExecutor
 
logger - Variable in class org.junit.vintage.engine.support.UniqueIdReader
 
logger - Static variable in class org.junit.vintage.engine.VintageTestEngine
 
LoggerFactory - Class in org.junit.platform.commons.logging
Factory for the Logger facade for JUL.
LoggerFactory() - Constructor for class org.junit.platform.commons.logging.LoggerFactory
 
LoggerFactory.DelegatingLogger - Class in org.junit.platform.commons.logging
 
LoggingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener for logging informational messages for all events via a BiConsumer that consumes Throwable and Supplier<String>.
LoggingListener(BiConsumer<Throwable, Supplier<String>>) - Constructor for class org.junit.platform.launcher.listeners.LoggingListener
 
logMalformedClassName(Path, String, InternalError) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
logMultipleTestDescriptorsForSingleElement(AnnotatedElement, Set<TestDescriptor>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
logResult(Class<?>, ConditionEvaluationResult) - Method in class org.junit.jupiter.engine.execution.ConditionEvaluator
 
logWithThrowable(String, Throwable, Object...) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
LONG_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Long display name pattern for a repeated test: "{displayName} :: repetition {currentRepetition} of {totalRepetitions}"
lookupOrRegisterTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
lookupTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.TestRun
Returns the TestDescriptor that represents the specified Description.

M

makeAccessible(T) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
makeReadable(Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
 
MALFORMED_CLASS_NAME_ERROR_MESSAGE - Static variable in class org.junit.platform.commons.util.ClasspathScanner
Malformed class name InternalError like reported in #401.
markExecuted(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.ExecutionTracker
 
markFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
markSkipped(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
markStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
matches(String, String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
matchMethodDescription(Description) - Static method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
The method Filter.matchMethodDescription(Description) returns a filter that does not account for the case when the description is for a Parameterized runner.
MAX_SNIPPET_LENGTH - Static variable in class org.junit.jupiter.api.AssertLinesMatch
 
mayRegisterTests() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
mayRegisterTests() - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
mayRegisterTests() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor may register dynamic tests during execution.
MemoizingSupplier(Supplier<Object>) - Constructor for class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
METHOD_PATTERN - Static variable in class org.junit.jupiter.engine.discovery.MethodFinder
 
MethodArgumentsProvider - Class in org.junit.jupiter.params.provider
 
MethodArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
MethodBasedTestDescriptor - Class in org.junit.jupiter.engine.descriptor
Base class for TestDescriptors based on Java methods.
MethodBasedTestDescriptor(UniqueId, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
MethodBasedTestDescriptor(UniqueId, String, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
MethodExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
MethodExtensionContext(ExtensionContext, EngineExecutionListener, TestMethodTestDescriptor, Object, ThrowableCollector) - Constructor for class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
methodFinder - Static variable in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
MethodFinder - Class in org.junit.jupiter.engine.discovery
 
MethodFinder() - Constructor for class org.junit.jupiter.engine.discovery.MethodFinder
 
methodName - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
methodName - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
methodNames - Variable in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
methodParameterTypes - Variable in class org.junit.platform.engine.discovery.MethodSelector
 
methodParameterTypes - Variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
methodPredicate - Variable in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
MethodSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a Method or a combination of class name, method name, and parameter types so that TestEngines can discover tests or containers based on methods.
MethodSelector(String, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(String, String, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class<?>, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class<?>, String, String) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelector(Class<?>, Method) - Constructor for class org.junit.platform.engine.discovery.MethodSelector
 
MethodSelectorResolver - Class in org.junit.vintage.engine.discovery
 
MethodSelectorResolver() - Constructor for class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
MethodSource - Annotation Type in org.junit.jupiter.params.provider
@MethodSource is an ArgumentsSource which provides access to values returned by methods of the class in which this annotation is declared.
MethodSource - Class in org.junit.platform.engine.support.descriptor
Java method based TestSource.
MethodSource(String, String) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSource(String, String, String) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
MethodSource(Method) - Constructor for class org.junit.platform.engine.support.descriptor.MethodSource
 
methodSupport - Variable in class org.junit.jupiter.migrationsupport.rules.ExpectedExceptionSupport
 
methodSupport - Variable in class org.junit.jupiter.migrationsupport.rules.ExternalResourceSupport
 
methodSupport - Variable in class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
Mode(BiConsumer<EnumSource, Set<String>>, BiPredicate<String, Set<String>>) - Constructor for enum org.junit.jupiter.params.provider.EnumSource.Mode
 
MODULE_INFO_FILE_NAME - Static variable in class org.junit.platform.commons.util.ClassFileVisitor
 
mustReturnVoid - Variable in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
MutableTestExecutionSummary - Class in org.junit.platform.launcher.listeners
Mutable, internal implementation of the TestExecutionSummary API.
MutableTestExecutionSummary(TestPlan) - Constructor for class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
MutableTestExecutionSummary.DefaultFailure - Class in org.junit.platform.launcher.listeners
 

N

name - Variable in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
name - Variable in class org.junit.platform.engine.TestTag
 
nameExtractor - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
namePattern - Variable in class org.junit.jupiter.params.ParameterizedTestNameFormatter
 
Namespace(Object...) - Constructor for class org.junit.jupiter.api.extension.ExtensionContext.Namespace
 
namespace - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.CompositeKey
 
namespace - Variable in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
NamespaceAwareStore - Class in org.junit.jupiter.engine.execution
 
NamespaceAwareStore(ExtensionValuesStore, ExtensionContext.Namespace) - Constructor for class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
Nested - Annotation Type in org.junit.jupiter.api
@Nested is used to signal that the annotated class is a nested, non-static test class.
NestedClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on nested (but not static) Java classes.
NestedClassTestDescriptor(UniqueId, Class<?>) - Constructor for class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
NestedTestsResolver - Class in org.junit.jupiter.engine.discovery
 
NestedTestsResolver() - Constructor for class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
newInstance(Class<T>, Object...) - Static method in class org.junit.platform.commons.support.ReflectionSupport
Create a new instance of the specified Class by invoking the constructor whose argument list matches the types of the supplied arguments.
newInstance(Class<T>, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
newInstance(Constructor<T>, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Create a new instance of type T by invoking the supplied constructor with the supplied arguments.
newState - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
newState() - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
next() - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
nextCsvRecord - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider.CsvParserIterator
 
NO_VALUE_SET - Static variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
Node<C extends EngineExecutionContext> - Interface in org.junit.platform.engine.support.hierarchical
A node within the execution hierarchy.
Node.DynamicTestExecutor - Interface in org.junit.platform.engine.support.hierarchical
Executor for additional, dynamic test descriptors discovered during execution of a Node.
Node.SkipResult - Class in org.junit.platform.engine.support.hierarchical
The result of determining whether the execution of a given context should be skipped.
noOpNode - Static variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
notBlank(String, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied String is not blank.
notBlank(String, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied String is not blank.
notEmpty(T[], String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied array is neither null nor empty.
notEmpty(T[], Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied array is neither null nor empty.
notEmpty(T, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied Collection is neither null nor empty.
notEmpty(T, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied Collection is neither null nor empty.
notifier - Variable in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
notifyTestExecutionListeners(Consumer<TestExecutionListener>) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
notNull(T, String) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied Object is not null.
notNull(T, Supplier<String>) - Static method in class org.junit.platform.commons.util.Preconditions
Assert that the supplied Object is not null.
NULL_CLOSEABLE - Static variable in class org.junit.platform.commons.util.CloseablePath
 
nullSafeGet(Supplier<String>) - Static method in class org.junit.jupiter.api.AssertionUtils
 
nullSafeGet(Optional<?>) - Static method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
nullSafeGet(Supplier<String>) - Static method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
nullSafeIndexes(Deque<Integer>, int) - Static method in class org.junit.jupiter.api.AssertArrayEquals
 
nullSafeToString(Class<?>...) - Static method in class org.junit.platform.commons.util.ClassUtils
Generate a comma-separated list of fully qualified class names for the supplied classes.
nullSafeToString(Function<? super Class<?>, ? extends String>, Class<?>...) - Static method in class org.junit.platform.commons.util.ClassUtils
Generate a comma-separated list of mapped values for the supplied classes.
nullSafeToString(Object) - Static method in class org.junit.platform.commons.util.StringUtils
Convert the supplied Object to a String using the following algorithm.

O

objectsAreEqual(Object, Object) - Static method in class org.junit.jupiter.api.AssertionUtils
 
of(Object...) - Static method in interface org.junit.jupiter.params.provider.Arguments
Factory method for creating an instance of Arguments based on the supplied arguments.
openInputStream(ExtensionContext, String) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
openSegment - Variable in class org.junit.platform.engine.UniqueIdFormat
 
OrFilter - Class in org.junit.vintage.engine.discovery
 
OrFilter(Collection<? extends Filter>) - Constructor for class org.junit.vintage.engine.discovery.OrFilter
 
org.junit.jupiter.api - package org.junit.jupiter.api
JUnit Jupiter API for writing tests.
org.junit.jupiter.api.extension - package org.junit.jupiter.api.extension
JUnit Jupiter API for writing extensions.
org.junit.jupiter.api.function - package org.junit.jupiter.api.function
Functional interfaces used within JUnit Jupiter.
org.junit.jupiter.engine - package org.junit.jupiter.engine
Core package for the JUnit Jupiter test engine.
org.junit.jupiter.engine.descriptor - package org.junit.jupiter.engine.descriptor
Test descriptors used within the JUnit Jupiter test engine.
org.junit.jupiter.engine.discovery - package org.junit.jupiter.engine.discovery
Internal classes for test discovery within the JUnit Jupiter test engine.
org.junit.jupiter.engine.discovery.predicates - package org.junit.jupiter.engine.discovery.predicates
Internal predicate classes used by test discovery within the JUnit Jupiter test engine.
org.junit.jupiter.engine.execution - package org.junit.jupiter.engine.execution
Internal classes for test execution within the JUnit Jupiter test engine.
org.junit.jupiter.engine.extension - package org.junit.jupiter.engine.extension
Test extensions specific to the JUnit Jupiter test engine.
org.junit.jupiter.migrationsupport.rules - package org.junit.jupiter.migrationsupport.rules
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
org.junit.jupiter.migrationsupport.rules.adapter - package org.junit.jupiter.migrationsupport.rules.adapter
Simple wrappers for JUnit 4 rules to overcome visibility limitations of the JUnit 4 implementations.
org.junit.jupiter.migrationsupport.rules.member - package org.junit.jupiter.migrationsupport.rules.member
Abstractions for members which can be targets of JUnit 4 rule annotations.
org.junit.jupiter.params - package org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
org.junit.jupiter.params.converter - package org.junit.jupiter.params.converter
ArgumentConverter implementations and their corresponding ConvertWith annotations.
org.junit.jupiter.params.provider - package org.junit.jupiter.params.provider
ArgumentsProvider implementations and their corresponding ArgumentsSource annotations.
org.junit.jupiter.params.support - package org.junit.jupiter.params.support
Support classes for building providers and converters for arguments.
org.junit.platform.commons - package org.junit.platform.commons
Internal common library of JUnit.
org.junit.platform.commons.annotation - package org.junit.platform.commons.annotation
Common annotations for the JUnit Platform.
org.junit.platform.commons.logging - package org.junit.platform.commons.logging
Internal logging package.
org.junit.platform.commons.support - package org.junit.platform.commons.support
Maintained common support APIs provided by the JUnit Platform.
org.junit.platform.commons.util - package org.junit.platform.commons.util
Internal common utilities for JUnit.
org.junit.platform.engine - package org.junit.platform.engine
Public API for test engines.
org.junit.platform.engine.discovery - package org.junit.platform.engine.discovery
Concrete selectors and filters to be used in discovery requests.
org.junit.platform.engine.reporting - package org.junit.platform.engine.reporting
Classes used by test engines to report additional data to execution listeners.
org.junit.platform.engine.support.descriptor - package org.junit.platform.engine.support.descriptor
TestDescriptor-related support classes intended to be used by test engine implementations and clients of the launcher.
org.junit.platform.engine.support.filter - package org.junit.platform.engine.support.filter
Filter-related support classes intended to be used by test engine implementations.
org.junit.platform.engine.support.hierarchical - package org.junit.platform.engine.support.hierarchical
Support classes and base implementation for any TestEngine that wishes to organize test suites hierarchically based on the Node abstraction.
org.junit.platform.launcher - package org.junit.platform.launcher
Public API for configuring and launching test plans.
org.junit.platform.launcher.core - package org.junit.platform.launcher.core
Core support classes for the Launcher including the LauncherFactory and the LauncherDiscoveryRequestBuilder.
org.junit.platform.launcher.listeners - package org.junit.platform.launcher.listeners
Common TestExecutionListener implementations and related support classes for the Launcher.
org.junit.platform.runner - package org.junit.platform.runner
Runner and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.
org.junit.platform.suite.api - package org.junit.platform.suite.api
Annotations for configuring a test suite on the JUnit Platform.
org.junit.platform.surefire.provider - package org.junit.platform.surefire.provider
Maven Surefire provider for the JUnit Platform.
org.junit.vintage.engine - package org.junit.vintage.engine
Core package for the JUnit Vintage test engine.
org.junit.vintage.engine.descriptor - package org.junit.vintage.engine.descriptor
Test descriptors used within the JUnit Vintage test engine.
org.junit.vintage.engine.discovery - package org.junit.vintage.engine.discovery
Internal classes for test discovery within the JUnit Vintage test engine.
org.junit.vintage.engine.execution - package org.junit.vintage.engine.execution
Internal classes for test execution within the JUnit Vintage test engine.
org.junit.vintage.engine.support - package org.junit.vintage.engine.support
Internal support classes for test discovery and execution within the JUnit Vintage test engine.
originalState - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 

P

PACKAGE_INFO_FILE_NAME - Static variable in class org.junit.platform.commons.util.ClassFileVisitor
 
PACKAGE_SEPARATOR_CHAR - Static variable in class org.junit.platform.commons.util.ClasspathScanner
 
PACKAGE_SEPARATOR_STRING - Static variable in class org.junit.platform.commons.util.ClasspathScanner
 
packageName - Variable in class org.junit.platform.engine.discovery.PackageSelector
 
packageName - Variable in class org.junit.platform.engine.support.descriptor.PackageSource
 
PackageNameFilter - Interface in org.junit.platform.engine.discovery
DiscoveryFilter that is applied to the name of a Package.
packageNames - Variable in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
packageNames - Variable in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
PackageNameSelectorResolver - Class in org.junit.vintage.engine.discovery
 
PackageNameSelectorResolver(Predicate<String>) - Constructor for class org.junit.vintage.engine.discovery.PackageNameSelectorResolver
 
packagePath(String) - Static method in class org.junit.platform.commons.util.ClasspathScanner
 
PackageSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a package name so that TestEngines can discover tests or containers based on packages.
PackageSelector(String) - Constructor for class org.junit.platform.engine.discovery.PackageSelector
 
PackageSource - Class in org.junit.platform.engine.support.descriptor
Package based TestSource.
PackageSource(Package) - Constructor for class org.junit.platform.engine.support.descriptor.PackageSource
 
PackageSource(String) - Constructor for class org.junit.platform.engine.support.descriptor.PackageSource
 
PackageUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with packages.
PackageUtils() - Constructor for class org.junit.platform.commons.util.PackageUtils
 
parameter - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
ParameterContext - Interface in org.junit.jupiter.api.extension
ParameterContext encapsulates the context in which an Executable will be invoked for a given Parameter.
ParameterizedTest - Annotation Type in org.junit.jupiter.params
@ParameterizedTest is used to signal that the annotated method is a parameterized test method.
ParameterizedTestExtension - Class in org.junit.jupiter.params
 
ParameterizedTestExtension() - Constructor for class org.junit.jupiter.params.ParameterizedTestExtension
 
ParameterizedTestInvocationContext - Class in org.junit.jupiter.params
 
ParameterizedTestInvocationContext(ParameterizedTestNameFormatter, Object[]) - Constructor for class org.junit.jupiter.params.ParameterizedTestInvocationContext
 
ParameterizedTestNameFormatter - Class in org.junit.jupiter.params
 
ParameterizedTestNameFormatter(String) - Constructor for class org.junit.jupiter.params.ParameterizedTestNameFormatter
 
ParameterizedTestParameterResolver - Class in org.junit.jupiter.params
 
ParameterizedTestParameterResolver(Object[]) - Constructor for class org.junit.jupiter.params.ParameterizedTestParameterResolver
 
ParameterResolutionException - Exception in org.junit.jupiter.api.extension
Thrown if an error is encountered in the configuration or execution of a ParameterResolver.
ParameterResolutionException(String) - Constructor for exception org.junit.jupiter.api.extension.ParameterResolutionException
 
ParameterResolutionException(String, Throwable) - Constructor for exception org.junit.jupiter.api.extension.ParameterResolutionException
 
ParameterResolver - Interface in org.junit.jupiter.api.extension
ParameterResolver defines the API for Extensions that wish to dynamically resolve arguments for parameters at runtime.
parameters - Variable in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
parent - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
parent - Variable in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
parent - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
parentId - Variable in class org.junit.platform.launcher.TestIdentifier
 
parentStore - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
parse(String) - Static method in class org.junit.platform.engine.UniqueId
Parse a UniqueId from the supplied string representation using the default format.
parse(String) - Method in class org.junit.platform.engine.UniqueIdFormat
Parse a UniqueId from the supplied string representation.
parseFastForwardLimit(String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
parts - Variable in class org.junit.jupiter.api.extension.ExtensionContext.Namespace
 
path - Variable in class org.junit.platform.commons.util.CloseablePath
 
path - Variable in class org.junit.platform.engine.discovery.DirectorySelector
 
path - Variable in class org.junit.platform.engine.discovery.FileSelector
 
path - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
pattern - Variable in class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
pattern - Variable in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
patternDescription - Variable in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
patternDescription - Variable in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
patternDescription - Variable in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
patterns - Variable in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
plan - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
populateNewExtensionRegistry(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
populateNewExtensionRegistry(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
populateNewExtensionRegistryFromExtendWith(AnnotatedElement, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
PostDiscoveryFilter - Interface in org.junit.platform.launcher
A PostDiscoveryFilter is applied to TestDescriptors after test discovery.
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
postDiscoveryFilters - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
postProcessTestInstance(Object, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.TestInstancePostProcessor
Callback for post-processing the supplied test instance.
postVisitDirectory(Path, IOException) - Method in class org.junit.platform.commons.util.ClassFileVisitor
 
Preconditions - Class in org.junit.platform.commons.util
Collection of utilities for asserting preconditions for method and constructor arguments.
Preconditions() - Constructor for class org.junit.platform.commons.util.Preconditions
 
PreconditionViolationException - Exception in org.junit.platform.commons.util
Thrown if a precondition is violated.
PreconditionViolationException(String) - Constructor for exception org.junit.platform.commons.util.PreconditionViolationException
 
PreconditionViolationException(String, Throwable) - Constructor for exception org.junit.platform.commons.util.PreconditionViolationException
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
prepare(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
prepare(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Prepare the supplied context prior to execution.
prepareMessageFormatPattern(int, Object[]) - Method in class org.junit.jupiter.params.ParameterizedTestNameFormatter
 
primitiveToWrapperMap - Static variable in class org.junit.platform.commons.util.ReflectionUtils
Internal cache of primitive types mapped to their wrapper types.
printFailuresTo(PrintWriter) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printFailuresTo(PrintWriter) - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Print failed containers and tests, including sources and exception messages, to the supplied PrintWriter.
printTo(PrintWriter) - Method in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
printTo(PrintWriter) - Method in interface org.junit.platform.launcher.listeners.TestExecutionSummary
Print this summary to the supplied PrintWriter.
processClassFileSafely(Path, String, Predicate<Class<?>>, Predicate<String>, Path, Consumer<Class<?>>) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
provideArguments(ExtensionContext) - Method in interface org.junit.jupiter.params.provider.ArgumentsProvider
Provide a Stream of Arguments to be passed to a @ParameterizedTest method.
provideArguments(ExtensionContext) - Method in class org.junit.jupiter.params.provider.CsvArgumentsProvider
 
provideArguments(ExtensionContext) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
provideArguments(ExtensionContext) - Method in class org.junit.jupiter.params.provider.EnumArgumentsProvider
 
provideArguments(ExtensionContext) - Method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
provideArguments(ExtensionContext) - Method in class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContextProvider
Provide invocation contexts for the test template method represented by the supplied context.
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
prune() - Method in interface org.junit.platform.engine.TestDescriptor
Remove this descriptor from the hierarchy unless it is a root or contains tests.
prune() - Method in class org.junit.platform.launcher.core.Root
Prune all branches in the tree of TestDescriptors that do not have executable tests.
pruneTree(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
publishEntry(Map<String, String>) - Method in interface org.junit.jupiter.api.TestReporter
Publish the supplied values as a report entry.
publishEntry(String, String) - Method in interface org.junit.jupiter.api.TestReporter
 
publishReportEntry(Map<String, String>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Publish a map of key-value pairs to be consumed by an org.junit.platform.engine.EngineExecutionListener.
publishReportEntry(String, String) - Method in interface org.junit.jupiter.api.extension.ExtensionContext
Publish the specified key-value pair to be consumed by an org.junit.platform.engine.EngineExecutionListener.
publishReportEntry(Map<String, String>) - Method in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
put(Object, Object) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Store a value for later retrieval under the supplied key.
put(ExtensionContext.Namespace, Object, Object) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
put(Object, Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 

Q

quote(char) - Static method in class org.junit.platform.engine.UniqueIdFormat
 

R

readFieldValue(Class<T>, String, T) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Read the value of a potentially inaccessible field.
readStackTrace(Throwable) - Static method in class org.junit.platform.commons.util.ExceptionUtils
Read the stacktrace of the supplied Throwable into a String.
reason - Variable in class org.junit.jupiter.api.extension.ConditionEvaluationResult
 
reason - Variable in class org.junit.platform.engine.FilterResult
 
reason - Variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
reasonConsumer - Variable in class org.junit.platform.engine.support.filter.ExclusionReasonConsumingFilter
 
ReflectionSupport - Class in org.junit.platform.commons.support
Common reflection and classpath scanning support.
ReflectionSupport() - Constructor for class org.junit.platform.commons.support.ReflectionSupport
 
ReflectionUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with the Java reflection APIs.
ReflectionUtils() - Constructor for class org.junit.platform.commons.util.ReflectionUtils
 
ReflectionUtils.HierarchyTraversalMode - Enum in org.junit.platform.commons.util
Modes in which a hierarchy can be traversed — for example, when searching for methods or fields within a class hierarchy.
registerAfterEachMethodAdapters(ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
registerAutoDetectedExtensions(ExtensionRegistry) - Static method in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
registerBeforeEachMethodAdapters(ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
registerDefaultExtension(Extension) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
registerDynamicTest(VintageTestDescriptor) - Method in class org.junit.vintage.engine.execution.TestRun
 
registerDynamicTestDescriptor(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
registeredExtensions - Variable in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
registeredExtensionTypes - Variable in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
registerExtension(Class<? extends Extension>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Instantiate an extension of the given type using its default constructor and register it in this registry.
registerExtension(Extension) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
 
registerExtension(Extension, Object) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Register the supplied Extension in this registry, without checking if an extension of that type already exists in this registry.
registerListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
registerMethodsAsExtensions(List<Method>, ExtensionRegistry, Function<Method, Extension>) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
registerTestExecutionListeners(TestExecutionListener...) - Method in class org.junit.platform.launcher.core.DefaultLauncher
 
registerTestExecutionListeners(TestExecutionListener...) - Method in interface org.junit.platform.launcher.Launcher
Register one or more listeners for test execution.
remove(Object) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Remove the value that was previously stored under the supplied key.
remove(Object, Class<V>) - Method in interface org.junit.jupiter.api.extension.ExtensionContext.Store
Remove the value of the specified required type that was previously stored under the supplied key.
remove(ExtensionContext.Namespace, Object) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
remove(ExtensionContext.Namespace, Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
remove(Object) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
remove(Object, Class<T>) - Method in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
removeChild(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
removeChild(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Remove a child from this descriptor.
removeFromHierarchy() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
removeFromHierarchy() - Method in interface org.junit.platform.engine.TestDescriptor
Remove this non-root descriptor from its parent and remove all the children from this descriptor.
removeNonLeafIdentifiers(Set<TestIdentifier>) - Method in class org.junit.platform.runner.JUnitPlatformTestTree
 
RepeatedTest - Annotation Type in org.junit.jupiter.api
@RepeatedTest is used to signal that the annotated method is a test template method that should be repeated a specified number of times with a configurable display name.
RepeatedTestDisplayNameFormatter - Class in org.junit.jupiter.engine.extension
Display name formatter for a @RepeatedTest.
RepeatedTestDisplayNameFormatter(String, String) - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
 
RepeatedTestExtension - Class in org.junit.jupiter.engine.extension
TestTemplateInvocationContextProvider that supports the @RepeatedTest annotation.
RepeatedTestExtension() - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
RepeatedTestInvocationContext - Class in org.junit.jupiter.engine.extension
TestTemplateInvocationContext for a @RepeatedTest.
RepeatedTestInvocationContext(int, int, RepeatedTestDisplayNameFormatter) - Constructor for class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
RepetitionInfo - Interface in org.junit.jupiter.api
RepetitionInfo is used to inject information about the current repetition of a repeated test into @RepeatedTest, @BeforeEach, and @AfterEach methods.
RepetitionInfoParameterResolver - Class in org.junit.jupiter.engine.extension
ParameterResolver that resolves the RepetitionInfo for the currently executing @RepeatedTest.
RepetitionInfoParameterResolver(int, int) - Constructor for class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
 
RepetitionInfoParameterResolver.DefaultRepetitionInfo - Class in org.junit.jupiter.engine.extension
 
ReportEntry - Class in org.junit.platform.engine.reporting
ReportEntry encapsulates a time-stamped map of String-based key-value pairs to be published to the reporting infrastructure.
ReportEntry() - Constructor for class org.junit.platform.engine.reporting.ReportEntry
 
reportFailedTest(TestIdentifier, Optional<Throwable>) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in interface org.junit.platform.engine.EngineExecutionListener
Can be called for any testDescriptor in order to publish additional information, e.g.: Output that would otherwise go to System.out Information about test context or test data
reportingEntryPublished(TestDescriptor, ReportEntry) - Method in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
 
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when additional test reporting data has been published for the supplied TestIdentifier.
reportingEntryPublished(TestIdentifier, ReportEntry) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
reportUnexpectedFailure(TestRun, RunnerTestDescriptor, TestExecutionResult) - Method in class org.junit.vintage.engine.execution.RunnerExecutor
 
request() - Static method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Create a new LauncherDiscoveryRequestBuilder.
requiredParentType() - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
requiredParentType() - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
RESERVED_CHARACTERS - Static variable in class org.junit.platform.engine.TestTag
Reserved characters that are not permissible as part of a tag name.
resolve(AnnotatedElement, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.ClasspathRootSelectorResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.ClassSelectorResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in interface org.junit.vintage.engine.discovery.DiscoverySelectorResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
resolve(MethodSelector, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.MethodSelectorResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.PackageNameSelectorResolver
 
resolve(EngineDiscoveryRequest, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
resolveChildren(TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveClass(Class<?>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveClass(Class<?>, UniqueId) - Method in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
resolveClass(Class<?>, UniqueId) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
resolveContainedMethods(TestDescriptor, Class<?>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveContainedNestedClasses(TestDescriptor, Class<?>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveContainerWithChildren(Class<?>, Set<TestDescriptor>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveContainerWithParents(Class<?>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveDiscoveryRequest(EngineDiscoveryRequest, JupiterEngineDescriptor) - Method in class org.junit.jupiter.engine.JupiterTestEngine
 
resolveElement(AnnotatedElement, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
resolveElement(AnnotatedElement, TestDescriptor) - Method in interface org.junit.jupiter.engine.discovery.ElementResolver
Return a set of TestDescriptors that can be resolved by this resolver.
resolveElement(AnnotatedElement, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
resolveForAllParents(AnnotatedElement, Set<TestDescriptor>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveIntoFilteredTestClass(UniqueId, Predicate<Class<?>>, TestClassCollector) - Method in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
resolveMethod(Class<?>, Method) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ParameterResolver
Resolve an argument for the Parameter in the supplied ParameterContext for the supplied ExtensionContext.
resolveParameter(ParameterContext, Executable, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestParameterResolver
 
resolveParameters(Executable, Optional<Object>, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Resolve the array of parameters for the supplied executable and target.
resolveParameters(Executable, Optional<Object>, Object, ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
Resolve the array of parameters for the supplied executable, target, and outer instance.
resolveParameterTypes(Class<?>, String, String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
resolver - Variable in class org.junit.vintage.engine.discovery.VintageDiscoverer
 
resolvers - Variable in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveSelectors(EngineDiscoveryRequest, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.DiscoverySelectorResolver
 
resolveUniqueId(UniqueId.Segment, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
resolveUniqueId(UniqueId.Segment, TestDescriptor) - Method in interface org.junit.jupiter.engine.discovery.ElementResolver
Return an optional TestDescriptor.
resolveUniqueId(UniqueId) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
resolveUniqueId(TestDescriptor, List<UniqueId.Segment>) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
Attempt to resolve all segments for the supplied unique ID.
resolveUniqueId(UniqueId.Segment, TestDescriptor) - Method in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
resources - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
rethrowIfBlacklisted(Throwable) - Static method in class org.junit.platform.commons.util.BlacklistedExceptions
Rethrow the supplied exception if it is blacklisted.
retrieveTestRule(Object, Field) - Static method in class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedField
 
returnsVoid(Method) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
root(String, String) - Static method in class org.junit.platform.engine.UniqueId
Create a root unique ID from the supplied segmentType and value using the default format.
Root - Class in org.junit.platform.launcher.core
Represents the root of all discovered TestEngines and their TestDescriptors.
Root() - Constructor for class org.junit.platform.launcher.core.Root
 
rootContext - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
roots - Variable in class org.junit.platform.launcher.TestPlan
 
rootTestDescriptor - Variable in class org.junit.platform.engine.ExecutionRequest
 
rootTestDescriptor - Variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
ruleType - Variable in class org.junit.jupiter.migrationsupport.rules.AbstractTestRuleSupport
 
run(RunNotifier) - Method in class org.junit.platform.runner.JUnitPlatform
 
runListener - Variable in class org.junit.platform.surefire.provider.RunListenerAdapter
 
RunListenerAdapter - Class in org.junit.platform.surefire.provider
 
RunListenerAdapter(RunListener) - Constructor for class org.junit.platform.surefire.provider.RunListenerAdapter
 
RunListenerAdapter - Class in org.junit.vintage.engine.execution
 
RunListenerAdapter(TestRun, Logger, EngineExecutionListener) - Constructor for class org.junit.vintage.engine.execution.RunListenerAdapter
 
runner - Variable in class org.junit.vintage.engine.descriptor.RunnerRequest
 
runner - Variable in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
RUNNER_BUILDER - Static variable in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
runnerDescendants - Variable in class org.junit.vintage.engine.execution.TestRun
 
RunnerExecutor - Class in org.junit.vintage.engine.execution
 
RunnerExecutor(EngineExecutionListener, Logger) - Constructor for class org.junit.vintage.engine.execution.RunnerExecutor
 
runnerForClass(Class<?>) - Method in class org.junit.vintage.engine.discovery.DefensiveAllDefaultPossibilitiesBuilder.DefensiveJUnit4Builder
 
RunnerRequest - Class in org.junit.vintage.engine.descriptor
 
RunnerRequest(Runner) - Constructor for class org.junit.vintage.engine.descriptor.RunnerRequest
 
RunnerTestDescriptor - Class in org.junit.vintage.engine.descriptor
 
RunnerTestDescriptor(UniqueId, Class<?>, Runner) - Constructor for class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
runnerTestDescriptor - Variable in class org.junit.vintage.engine.execution.TestRun
 
RunnerTestDescriptorAwareFilter - Class in org.junit.vintage.engine.discovery
 
RunnerTestDescriptorAwareFilter() - Constructor for class org.junit.vintage.engine.discovery.RunnerTestDescriptorAwareFilter
 

S

scanClasspath() - Method in class org.junit.platform.surefire.provider.JUnitPlatformProvider
 
scanForClassesInClasspathRoot(URI, Predicate<Class<?>>, Predicate<String>) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
scanForClassesInPackage(String, Predicate<Class<?>>, Predicate<String>) - Method in class org.junit.platform.commons.util.ClasspathScanner
 
Segment(String, String) - Constructor for class org.junit.platform.engine.UniqueId.Segment
Create a new Segment using the supplied type and value.
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.discovery.NestedTestsResolver
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.discovery.TestContainerResolver
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.discovery.TestFactoryMethodResolver
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.discovery.TestMethodResolver
 
SEGMENT_TYPE - Static variable in class org.junit.jupiter.engine.discovery.TestTemplateMethodResolver
 
SEGMENT_TYPE_DYNAMIC - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
SEGMENT_TYPE_RUNNER - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
SEGMENT_TYPE_TEST - Static variable in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
segmentDelimiter - Variable in class org.junit.platform.engine.UniqueIdFormat
 
segmentPattern - Variable in class org.junit.platform.engine.UniqueIdFormat
 
segments - Variable in class org.junit.platform.engine.UniqueId
 
segmentType - Variable in class org.junit.jupiter.engine.discovery.AbstractMethodResolver
 
select(Enum<?>, Set<String>) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
selectClass(Class<?>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied Class.
selectClass(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClassSelector for the supplied class name.
SelectClasses - Annotation Type in org.junit.platform.suite.api
@SelectClasses specifies the classes to select when running a test suite on the JUnit Platform.
selectClasspathResource(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a ClasspathResourceSelector for the supplied classpath resource name.
selectClasspathRoots(Set<Path>) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a list of ClasspathRootSelectors for the supplied classpath roots (directories or JAR files).
selectDirectory(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a DirectorySelector for the supplied directory path.
selectDirectory(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a DirectorySelector for the supplied directory.
selectFile(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file path.
selectFile(File) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a FileSelector for the supplied file.
selectMethod(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied fully qualified method name.
selectMethod(String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name and method name.
selectMethod(String, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied class name, method name, and method parameter types.
selectMethod(Class<?>, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and method name.
selectMethod(Class<?>, String, String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class, method name, and method parameter types.
selectMethod(Class<?>, Method) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a MethodSelector for the supplied Class and Method.
selector - Variable in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
selectors - Variable in class org.junit.platform.launcher.core.DefaultDiscoveryRequest
 
selectors - Variable in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
selectors(DiscoverySelector...) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied selectors to the request.
selectors(List<? extends DiscoverySelector>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
Add all of the supplied selectors to the request.
selectPackage(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a PackageSelector for the supplied package name.
SelectPackages - Annotation Type in org.junit.platform.suite.api
@SelectPackages specifies the names of packages to select when running a test suite on the JUnit Platform.
selectUniqueId(UniqueId) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied UniqueId.
selectUniqueId(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UniqueIdSelector for the supplied unique ID.
selectUri(String) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UriSelector for the supplied URI.
selectUri(URI) - Static method in class org.junit.platform.engine.discovery.DiscoverySelectors
Create a UriSelector for the supplied URI.
serialize(Serializable) - Method in class org.junit.vintage.engine.support.UniqueIdStringifier
 
serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ExtensionConfigurationException
 
serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ExtensionContextException
 
serialVersionUID - Static variable in exception org.junit.jupiter.api.extension.ParameterResolutionException
 
serialVersionUID - Static variable in exception org.junit.jupiter.engine.execution.ConditionEvaluationException
 
serialVersionUID - Static variable in exception org.junit.jupiter.params.converter.ArgumentConversionException
 
serialVersionUID - Static variable in exception org.junit.platform.commons.JUnitException
 
serialVersionUID - Static variable in exception org.junit.platform.commons.util.PreconditionViolationException
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.ClassSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.DirectorySource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.FilePosition
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.FileSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.MethodSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.support.descriptor.PackageSource
 
serialVersionUID - Static variable in class org.junit.platform.engine.TestTag
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueId.Segment
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueId
 
serialVersionUID - Static variable in class org.junit.platform.engine.UniqueIdFormat
 
serialVersionUID - Static variable in class org.junit.platform.launcher.TestIdentifier
 
ServiceLoaderTestEngineRegistry - Class in org.junit.platform.launcher.core
 
ServiceLoaderTestEngineRegistry() - Constructor for class org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
 
ServiceLoaderTestExecutionListenerRegistry - Class in org.junit.platform.launcher.core
 
ServiceLoaderTestExecutionListenerRegistry() - Constructor for class org.junit.platform.launcher.core.ServiceLoaderTestExecutionListenerRegistry
 
setParent(TestDescriptor) - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
setParent(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor
Set the parent of this descriptor.
setTestInstance(Object) - Method in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
settings - Variable in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
SHORT_DISPLAY_NAME - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Short display name pattern for a repeated test: "repetition {currentRepetition} of {totalRepetitions}"
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.DynamicTestTestDescriptor
 
shouldBeSkipped(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
shouldBeSkipped(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Determine if the execution of the supplied context should be skipped.
shouldRun(Description) - Method in class org.junit.vintage.engine.discovery.OrFilter
 
shouldRun(Description) - Method in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
SimpleArgumentConverter - Class in org.junit.jupiter.params.converter
SimpleArgumentConverter is an abstract base class for ArgumentConverter implementations.
SimpleArgumentConverter() - Constructor for class org.junit.jupiter.params.converter.SimpleArgumentConverter
 
singleTestExecutor - Static variable in class org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor
 
SingleTestExecutor - Class in org.junit.platform.engine.support.hierarchical
SingleTestExecutor encapsulates the execution of a single test wrapped in an SingleTestExecutor.Executable.
SingleTestExecutor() - Constructor for class org.junit.platform.engine.support.hierarchical.SingleTestExecutor
 
SingleTestExecutor.Executable - Interface in org.junit.platform.engine.support.hierarchical
Functional interface for a single test to be executed by SingleTestExecutor.
size() - Method in interface org.junit.platform.engine.ConfigurationParameters
Get the number of configuration parameters stored directly in this ConfigurationParameters.
size() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
skip(String) - Static method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Factory for creating skipped results.
skipped - Variable in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
skippedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
SkipResult(boolean, String) - Constructor for class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
snippet(String) - Static method in class org.junit.jupiter.api.AssertLinesMatch
 
source - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
source - Variable in class org.junit.platform.launcher.TestIdentifier
 
SOURCE_CODE_SYNTAX_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
 
sourceLegacyReportingName(TestIdentifier) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
sources - Variable in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
STANDARD_INCLUDE_PATTERN - Static variable in interface org.junit.platform.engine.discovery.ClassNameFilter
Standard include pattern in the form of a regular expression that is used to match against fully qualified class names: "^.*Tests?$" which matches against class names ending in Test or Tests (in any package).
startedDescriptors - Variable in class org.junit.vintage.engine.execution.TestRun
 
state - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
 
State(EngineExecutionListener, ConfigurationParameters) - Constructor for class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
status - Variable in class org.junit.platform.engine.TestExecutionResult
 
Status() - Constructor for enum org.junit.platform.engine.TestExecutionResult.Status
 
storedValues - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore
 
storeFilter(Filter<?>) - Method in class org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
 
storeResult(TestDescriptor, TestExecutionResult) - Method in class org.junit.vintage.engine.execution.TestRun
 
stream(Iterator<T>, Function<? super T, String>, ThrowingConsumer<? super T>) - Static method in class org.junit.jupiter.api.DynamicTest
Generate a stream of dynamic tests based on the supplied generators and test executor.
stream(Class<E>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Stream all Extensions of the specified type that are present in this registry or one of its ancestors.
streamLocal(Class<E>) - Method in class org.junit.jupiter.engine.extension.ExtensionRegistry
Stream all Extensions of the specified type that are present in this registry.
StringToEnumConverter() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToEnumConverter
 
StringToJavaTimeConverter() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToJavaTimeConverter
 
stringToObjectConverters - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
StringToPrimitiveConverter() - Constructor for class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToPrimitiveConverter
 
StringUtils - Class in org.junit.platform.commons.util
Collection of utilities for working with Strings, CharSequences, etc.
StringUtils() - Constructor for class org.junit.platform.commons.util.StringUtils
 
successful() - Static method in class org.junit.platform.engine.TestExecutionResult
Obtain a TestExecutionResult for a successful execution of a test or container.
SUCCESSFUL_RESULT - Static variable in class org.junit.platform.engine.TestExecutionResult
 
suiteDescription - Variable in class org.junit.platform.runner.JUnitPlatformTestTree
 
summary - Variable in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
SummaryGeneratingListener - Class in org.junit.platform.launcher.listeners
Simple TestExecutionListener that generates a summary of the test execution.
SummaryGeneratingListener() - Constructor for class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
supportsParameter(ParameterContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.ParameterResolver
Determine if this resolver supports resolution of an argument for the Parameter in the supplied ParameterContext for the supplied ExtensionContext.
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestParameterResolver
 
supportsTestTemplate(ExtensionContext) - Method in interface org.junit.jupiter.api.extension.TestTemplateInvocationContextProvider
Determine if this provider supports providing invocation contexts for the test template method represented by the supplied context.
supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
supportsTestTemplate(ExtensionContext) - Method in class org.junit.jupiter.params.ParameterizedTestExtension
 
synthesizeAfterEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
synthesizeBeforeEachMethodAdapter(Method) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 

T

TAB - Static variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
Tag - Annotation Type in org.junit.jupiter.api
@Tag is a repeatable annotation that is used to declare a tag for the annotated test class or test method.
TagFilter - Class in org.junit.platform.launcher
Factory methods for creating PostDiscoveryFilters based on included and excluded tags.
TagFilter() - Constructor for class org.junit.platform.launcher.TagFilter
 
Tags - Annotation Type in org.junit.jupiter.api
@Tags is a container for one or more @Tag declarations.
tags - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
tags - Variable in class org.junit.platform.launcher.TestIdentifier
 
target - Variable in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
target - Variable in class org.junit.jupiter.migrationsupport.rules.adapter.AbstractTestRuleAdapter
 
TEMPORAL_QUERIES - Static variable in class org.junit.jupiter.params.converter.JavaTimeArgumentConverter
 
Test - Annotation Type in org.junit.jupiter.api
@Test is used to signal that the annotated method is a test method.
test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsInnerClass
 
test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
 
test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
 
test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsScannableTestClass
 
test(Method) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestableMethod
 
test(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
 
test(Class<?>) - Method in class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
 
test(Method) - Method in class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestMethod
 
Testable - Annotation Type in org.junit.platform.commons.annotation
@Testable is used to signal to IDEs and tooling vendors that the annotated or meta-annotated element is testable.
testAssumptionFailure(Failure) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testClass - Variable in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
testClass - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
testClass - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
testClass - Variable in class org.junit.platform.runner.JUnitPlatform
 
testClass - Variable in class org.junit.vintage.engine.discovery.TestClassRequest
 
TestClassCollector - Class in org.junit.vintage.engine.discovery
 
TestClassCollector() - Constructor for class org.junit.vintage.engine.discovery.TestClassCollector
 
TestClassRequest - Class in org.junit.vintage.engine.discovery
 
TestClassRequest(Class<?>) - Constructor for class org.junit.vintage.engine.discovery.TestClassRequest
 
TestClassRequest(Class<?>, List<RunnerTestDescriptorAwareFilter>) - Constructor for class org.junit.vintage.engine.discovery.TestClassRequest
 
TestClassRequestResolver - Class in org.junit.vintage.engine.discovery
 
TestClassRequestResolver(Logger) - Constructor for class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
TestContainerResolver - Class in org.junit.jupiter.engine.discovery
 
TestContainerResolver() - Constructor for class org.junit.jupiter.engine.discovery.TestContainerResolver
 
testDescriptor - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
TestDescriptor - Interface in org.junit.platform.engine
Mutable descriptor for a test or container that has been discovered by a TestEngine.
TestDescriptor.Type - Enum in org.junit.platform.engine
Supported types for TestDescriptors.
TestDescriptor.Visitor - Interface in org.junit.platform.engine
Visitor for the tree-like TestDescriptor structure.
TestEngine - Interface in org.junit.platform.engine
A TestEngine facilitates discovery and execution of tests for a particular programming model.
testEngineDescriptors - Variable in class org.junit.platform.launcher.core.Root
 
testEngines - Variable in class org.junit.platform.launcher.core.DefaultLauncher
 
TestExecutionExceptionHandler - Interface in org.junit.jupiter.api.extension
TestExecutionExceptionHandler defines the API for Extensions that wish to handle exceptions thrown during test execution.
testExecutionListener - Variable in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
TestExecutionListener - Interface in org.junit.platform.launcher
Register an instance of this class with a Launcher to be notified of events that occur during test execution.
TestExecutionListenerRegistry - Class in org.junit.platform.launcher.core
 
TestExecutionListenerRegistry() - Constructor for class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
TestExecutionListenerRegistry(TestExecutionListenerRegistry) - Constructor for class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
TestExecutionListenerRegistry.CompositeTestExecutionListener - Class in org.junit.platform.launcher.core
 
testExecutionListeners - Variable in class org.junit.platform.launcher.core.TestExecutionListenerRegistry
 
TestExecutionResult - Class in org.junit.platform.engine
Result of executing a single test or container.
TestExecutionResult(TestExecutionResult.Status, Throwable) - Constructor for class org.junit.platform.engine.TestExecutionResult
 
TestExecutionResult.Status - Enum in org.junit.platform.engine
Status of executing a single test or container.
TestExecutionSummary - Interface in org.junit.platform.launcher.listeners
Summary of test plan execution.
TestExecutionSummary.Failure - Interface in org.junit.platform.launcher.listeners
Failure of a test or container.
TestFactory - Annotation Type in org.junit.jupiter.api
@TestFactory is used to signal that the annotated method is a test factory method.
TestFactoryMethodResolver - Class in org.junit.jupiter.engine.discovery
TestFactoryMethodResolver is an ElementResolver that is able to resolve methods annotated with @TestFactory.
TestFactoryMethodResolver() - Constructor for class org.junit.jupiter.engine.discovery.TestFactoryMethodResolver
 
TestFactoryTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestFactoryTestDescriptor(UniqueId, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
testFailure(Failure) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testFinished(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testFinished(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testIdentifier - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary.DefaultFailure
 
TestIdentifier - Class in org.junit.platform.launcher
Immutable data transfer object that represents a test or container which is usually part of a TestPlan.
TestIdentifier(String, String, TestSource, Set<TestTag>, TestDescriptor.Type, String, String) - Constructor for class org.junit.platform.launcher.TestIdentifier
 
testIgnored(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testIgnored(TestDescriptor, String) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestInfo - Interface in org.junit.jupiter.api
TestInfo is used to inject information about the current test or container into to @Test, @BeforeEach, @AfterEach, @BeforeAll, and @AfterAll methods.
TestInfoParameterResolver - Class in org.junit.jupiter.engine.extension
ParameterResolver that resolves the TestInfo for the currently executing test.
TestInfoParameterResolver() - Constructor for class org.junit.jupiter.engine.extension.TestInfoParameterResolver
 
TestInfoParameterResolver.DefaultTestInfo - Class in org.junit.jupiter.engine.extension
 
TestInstance - Annotation Type in org.junit.jupiter.api
@TestInstance is a type-level annotation that is used to configure the lifecycle of test instances for the annotated test class or test interface.
testInstance - Variable in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
testInstance - Variable in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
testInstance - Variable in class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
TestInstance.Lifecycle - Enum in org.junit.jupiter.api
Enumeration of test instance lifecycle modes.
TestInstanceLifecycleUtils - Class in org.junit.jupiter.engine.descriptor
Collection of utilities for retrieving the test instance lifecycle mode.
TestInstanceLifecycleUtils() - Constructor for class org.junit.jupiter.engine.descriptor.TestInstanceLifecycleUtils
 
TestInstancePostProcessor - Interface in org.junit.jupiter.api.extension
TestInstancePostProcessor defines the API for Extensions that wish to post-process test instances.
testInstanceProvider(JupiterEngineExecutionContext, ExtensionRegistry, ClassExtensionContext, TestInstance.Lifecycle) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
testInstanceProvider - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
TestInstanceProvider - Interface in org.junit.jupiter.engine.execution
 
testMethod - Variable in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
testMethod - Variable in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
TestMethodResolver - Class in org.junit.jupiter.engine.discovery
TestMethodResolver is an ElementResolver that is able to resolve methods annotated with @Test.
TestMethodResolver() - Constructor for class org.junit.jupiter.engine.discovery.TestMethodResolver
 
TestMethodTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on Java methods.
TestMethodTestDescriptor(UniqueId, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
TestMethodTestDescriptor(UniqueId, String, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
testPlan - Variable in class org.junit.platform.launcher.core.ExecutionListenerAdapter
 
testPlan - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testPlan - Variable in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
TestPlan - Class in org.junit.platform.launcher
TestPlan describes the tree of tests and containers as discovered by a Launcher.
TestPlan(boolean) - Constructor for class org.junit.platform.launcher.TestPlan
 
testPlan - Variable in class org.junit.platform.surefire.provider.RunListenerAdapter
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
testPlanExecutionFinished(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when the execution of the TestPlan has finished, after all tests have been executed.
testPlanExecutionFinished(TestPlan) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.core.TestExecutionListenerRegistry.CompositeTestExecutionListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.LoggingListener
 
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.launcher.listeners.SummaryGeneratingListener
 
testPlanExecutionStarted(TestPlan) - Method in interface org.junit.platform.launcher.TestExecutionListener
Called when the execution of the TestPlan has started, before any test has been executed.
testPlanExecutionStarted(TestPlan) - Method in class org.junit.platform.surefire.provider.RunListenerAdapter
 
TestPlanScannerFilter - Class in org.junit.platform.surefire.provider
 
TestPlanScannerFilter(Launcher, Filter<?>[]) - Constructor for class org.junit.platform.surefire.provider.TestPlanScannerFilter
 
TestReporter - Interface in org.junit.jupiter.api
Parameters of type TestReporter can be injected into methods of test classes annotated with @BeforeEach, @AfterEach, and @Test.
TestReporterParameterResolver - Class in org.junit.jupiter.engine.extension
TestReporterParameterResolver() - Constructor for class org.junit.jupiter.engine.extension.TestReporterParameterResolver
 
testRule - Variable in class org.junit.jupiter.migrationsupport.rules.member.AbstractTestRuleAnnotatedMember
 
TestRuleAnnotatedField - Class in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedField(Object, Field) - Constructor for class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedField
 
TestRuleAnnotatedMember - Interface in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedMemberFactory - Class in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedMemberFactory() - Constructor for class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMemberFactory
 
TestRuleAnnotatedMethod - Class in org.junit.jupiter.migrationsupport.rules.member
 
TestRuleAnnotatedMethod(Object, Method) - Constructor for class org.junit.jupiter.migrationsupport.rules.member.TestRuleAnnotatedMethod
 
TestRuleFieldSupport - Class in org.junit.jupiter.migrationsupport.rules
 
TestRuleFieldSupport(Function<TestRuleAnnotatedMember, AbstractTestRuleAdapter>, Class<? extends TestRule>) - Constructor for class org.junit.jupiter.migrationsupport.rules.TestRuleFieldSupport
 
TestRuleMethodSupport - Class in org.junit.jupiter.migrationsupport.rules
 
TestRuleMethodSupport(Function<TestRuleAnnotatedMember, AbstractTestRuleAdapter>, Class<? extends TestRule>) - Constructor for class org.junit.jupiter.migrationsupport.rules.TestRuleMethodSupport
 
testRun - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestRun - Class in org.junit.vintage.engine.execution
 
TestRun(RunnerTestDescriptor) - Constructor for class org.junit.vintage.engine.execution.TestRun
 
testRunFinished(Result) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testRunStarted(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testsAborted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsFailed - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsFound - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testSource - Variable in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
TestSource - Interface in org.junit.platform.engine
Representation of the source of a test or container used to navigate to its location by IDEs and build tools.
testsSkipped - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testsSucceeded - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
testStarted(Description) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
testStarted(TestDescriptor) - Method in class org.junit.vintage.engine.execution.RunListenerAdapter
 
TestTag - Class in org.junit.platform.engine
Immutable value object for a tag that is assigned to a test or container.
TestTag(String) - Constructor for class org.junit.platform.engine.TestTag
 
TestTemplate - Annotation Type in org.junit.jupiter.api
@TestTemplate is used to signal that the annotated method is a test template method.
TestTemplateExtensionContext - Class in org.junit.jupiter.engine.descriptor
 
TestTemplateExtensionContext(ExtensionContext, EngineExecutionListener, TestTemplateTestDescriptor, Object) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateExtensionContext
 
TestTemplateInvocationContext - Interface in org.junit.jupiter.api.extension
TestTemplateInvocationContext represents the context of a single invocation of a test template.
TestTemplateInvocationContextProvider - Interface in org.junit.jupiter.api.extension
TestTemplateInvocationContextProvider defines the API for Extensions that wish to provide one or multiple contexts for the invocation of a @TestTemplate method.
TestTemplateInvocationTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for a @TestTemplate invocation.
TestTemplateInvocationTestDescriptor(UniqueId, Class<?>, Method, TestTemplateInvocationContext, int) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateInvocationTestDescriptor
 
TestTemplateMethodResolver - Class in org.junit.jupiter.engine.discovery
TestTemplateMethodResolver is an ElementResolver that is able to resolve methods annotated with @TestTemplate.
TestTemplateMethodResolver() - Constructor for class org.junit.jupiter.engine.discovery.TestTemplateMethodResolver
 
TestTemplateTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestTemplateTestDescriptor(UniqueId, Class<?>, Method) - Constructor for class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
testTree - Variable in class org.junit.platform.runner.JUnitPlatform
 
testTree - Variable in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
throwable - Variable in class org.junit.jupiter.engine.execution.ThrowableCollector
 
throwable - Variable in class org.junit.platform.engine.TestExecutionResult
 
throwableCollector - Variable in class org.junit.jupiter.engine.descriptor.ClassExtensionContext
 
throwableCollector - Variable in class org.junit.jupiter.engine.descriptor.MethodExtensionContext
 
throwableCollector - Variable in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State
 
ThrowableCollector - Class in org.junit.jupiter.engine.execution
Simple component that can be used to collect one or more instances of Throwable.
ThrowableCollector() - Constructor for class org.junit.jupiter.engine.execution.ThrowableCollector
 
throwAs(Throwable) - Static method in class org.junit.platform.commons.util.ExceptionUtils
 
throwAsUncheckedException(Throwable) - Static method in class org.junit.platform.commons.util.ExceptionUtils
Throw the supplied Throwable, masked as an unchecked exception.
ThrowingConsumer<T> - Interface in org.junit.jupiter.api.function
ThrowingConsumer is a functional interface that can be used to implement any generic block of code that consumes an argument and potentially throws a Throwable.
ThrowingSupplier<T> - Interface in org.junit.jupiter.api.function
ThrowingSupplier is a functional interface that can be used to implement any generic block of code that returns an object and potentially throws a Throwable.
throwTestAbortedException(String) - Static method in class org.junit.jupiter.api.Assumptions
 
timeFinished - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
timestamp - Variable in class org.junit.platform.engine.reporting.ReportEntry
 
timeStarted - Variable in class org.junit.platform.launcher.listeners.MutableTestExecutionSummary
 
toArguments(Object) - Static method in class org.junit.jupiter.params.provider.MethodArgumentsProvider
 
toDynamicDescriptor(int, DynamicNode) - Method in class org.junit.jupiter.engine.descriptor.DynamicContainerTestDescriptor
 
toDynamicNodeStream(Object) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
toFailure(TestExecutionResult, Description) - Method in class org.junit.platform.runner.JUnitPlatformRunnerListener
 
toHash(Object) - Static method in class org.junit.jupiter.api.AssertionUtils
 
toMethodSource(Class<?>, String) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
toPredicate() - Method in class org.junit.platform.engine.CompositeFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.AbstractClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
toPredicate() - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
toPredicate() - Method in interface org.junit.platform.engine.Filter
Return a Predicate that returns true if this filter includes the object supplied to the predicate's test method.
toRequest() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
toRequests() - Method in class org.junit.vintage.engine.discovery.TestClassCollector
 
toSkipResult(ConditionEvaluationResult) - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
 
toSortedMutableList(Method[]) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
toStream(CsvParser) - Method in class org.junit.jupiter.params.provider.CsvFileArgumentsProvider
 
toStream(Object) - Static method in class org.junit.platform.commons.util.CollectionUtils
Convert an object of one of the following supported types into a Stream.
toString(Object) - Static method in class org.junit.jupiter.api.AssertionUtils
 
toString() - Method in class org.junit.jupiter.api.DynamicNode
 
toString() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
 
toString() - Method in class org.junit.jupiter.engine.execution.DefaultParameterContext
 
toString() - Method in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
 
toString() - Method in class org.junit.jupiter.engine.extension.TestInfoParameterResolver.DefaultTestInfo
 
toString(Object) - Method in class org.junit.platform.commons.util.ToStringBuilder
 
toString() - Method in class org.junit.platform.commons.util.ToStringBuilder
 
toString() - Method in class org.junit.platform.engine.CompositeFilter
 
toString() - Method in class org.junit.platform.engine.discovery.ClasspathResourceSelector
 
toString() - Method in class org.junit.platform.engine.discovery.ClasspathRootSelector
 
toString() - Method in class org.junit.platform.engine.discovery.ClassSelector
 
toString() - Method in class org.junit.platform.engine.discovery.DirectorySelector
 
toString() - Method in class org.junit.platform.engine.discovery.ExcludeClassNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.ExcludePackageNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.FileSelector
 
toString() - Method in class org.junit.platform.engine.discovery.IncludeClassNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.IncludePackageNameFilter
 
toString() - Method in class org.junit.platform.engine.discovery.MethodSelector
 
toString() - Method in class org.junit.platform.engine.discovery.PackageSelector
 
toString() - Method in class org.junit.platform.engine.discovery.UniqueIdSelector
 
toString() - Method in class org.junit.platform.engine.discovery.UriSelector
 
toString() - Method in class org.junit.platform.engine.FilterResult
 
toString() - Method in class org.junit.platform.engine.reporting.ReportEntry
 
toString() - Method in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
toString() - Method in class org.junit.platform.engine.support.descriptor.ClasspathResourceSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.ClassSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.CompositeTestSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.DirectorySource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.FilePosition
 
toString() - Method in class org.junit.platform.engine.support.descriptor.FileSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.MethodSource
 
toString() - Method in class org.junit.platform.engine.support.descriptor.PackageSource
 
toString() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
 
toString() - Method in class org.junit.platform.engine.TestExecutionResult
 
toString() - Method in class org.junit.platform.engine.TestTag
 
toString() - Method in class org.junit.platform.engine.UniqueId.Segment
 
toString() - Method in class org.junit.platform.engine.UniqueId
Generate the unique, formatted string representation of this UniqueId using the configured UniqueIdFormat.
toString() - Method in class org.junit.platform.launcher.core.LauncherConfigurationParameters
 
toString() - Method in class org.junit.platform.launcher.EngineFilter
 
toString() - Method in class org.junit.platform.launcher.TestIdentifier
 
ToStringBuilder - Class in org.junit.platform.commons.util
Simple builder for generating strings in custom implementations of toString().
ToStringBuilder(Object) - Constructor for class org.junit.platform.commons.util.ToStringBuilder
 
ToStringBuilder(Class<?>) - Constructor for class org.junit.platform.commons.util.ToStringBuilder
 
TOTAL_REPETITIONS_PLACEHOLDER - Static variable in annotation type org.junit.jupiter.api.RepeatedTest
Placeholder for the total number of repetitions of a @RepeatedTest method: {totalRepetitions}
totalRepetitions(RepeatedTest, Method) - Method in class org.junit.jupiter.engine.extension.RepeatedTestExtension
 
totalRepetitions - Variable in class org.junit.jupiter.engine.extension.RepeatedTestInvocationContext
 
totalRepetitions - Variable in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver.DefaultRepetitionInfo
 
totalRepetitions - Variable in class org.junit.jupiter.engine.extension.RepetitionInfoParameterResolver
 
toTestSource(Description) - Static method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
toTestTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
 
toUnmodifiableList() - Static method in class org.junit.platform.commons.util.CollectionUtils
Return a Collector that accumulates the input elements into a new unmodifiable list, in encounter order.
toWrapperType(Class<?>) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter
 
trace(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at trace level.
trace(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at trace level.
trace(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
trace(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
transform(T[], Function<T, DiscoverySelector>) - Method in class org.junit.platform.runner.JUnitPlatform
 
trim(String[]) - Method in class org.junit.platform.runner.JUnitPlatform
 
tryToResolveWithResolver(AnnotatedElement, TestDescriptor, ElementResolver) - Method in class org.junit.jupiter.engine.discovery.JavaElementsResolver
 
type - Variable in class org.junit.platform.commons.util.ToStringBuilder
 
Type() - Constructor for enum org.junit.platform.engine.TestDescriptor.Type
 
type - Variable in class org.junit.platform.engine.UniqueId.Segment
 
type - Variable in class org.junit.platform.launcher.EngineFilter
 
Type(String) - Constructor for enum org.junit.platform.launcher.EngineFilter.Type
 
type - Variable in class org.junit.platform.launcher.TestIdentifier
 
typeValueSeparator - Variable in class org.junit.platform.engine.UniqueIdFormat
 

U

uniqueId - Variable in class org.junit.platform.engine.discovery.UniqueIdSelector
 
uniqueId - Variable in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
 
UniqueId - Class in org.junit.platform.engine
UniqueId encapsulates the creation, parsing, and display of unique IDs for TestDescriptors.
UniqueId(UniqueIdFormat, UniqueId.Segment) - Constructor for class org.junit.platform.engine.UniqueId
 
UniqueId(UniqueIdFormat, List<UniqueId.Segment>) - Constructor for class org.junit.platform.engine.UniqueId
Initialize a UniqueId instance.
uniqueId - Variable in class org.junit.platform.launcher.TestIdentifier
 
uniqueId - Variable in class org.junit.vintage.engine.discovery.UniqueIdFilter
 
UniqueId.Segment - Class in org.junit.platform.engine
A segment of a UniqueId comprises a type and a value.
uniqueIdExtractor - Variable in class org.junit.vintage.engine.execution.RunListenerAdapter
 
UniqueIdFilter - Class in org.junit.vintage.engine.discovery
 
UniqueIdFilter(UniqueId) - Constructor for class org.junit.vintage.engine.discovery.UniqueIdFilter
 
uniqueIdFormat - Variable in class org.junit.platform.engine.UniqueId
 
UniqueIdFormat - Class in org.junit.platform.engine
Used to UniqueIdFormat.parse(java.lang.String) a UniqueId from a string representation or to UniqueIdFormat.format(org.junit.platform.engine.UniqueId) a UniqueId into a string representation.
UniqueIdFormat(char, char, char, char) - Constructor for class org.junit.platform.engine.UniqueIdFormat
 
uniqueIdReader - Variable in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
UniqueIdReader - Class in org.junit.vintage.engine.support
 
UniqueIdReader(Logger) - Constructor for class org.junit.vintage.engine.support.UniqueIdReader
 
UniqueIdReader(Logger, String) - Constructor for class org.junit.vintage.engine.support.UniqueIdReader
 
UniqueIdSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a UniqueId so that TestEngines can discover tests or containers based on unique IDs.
UniqueIdSelector(UniqueId) - Constructor for class org.junit.platform.engine.discovery.UniqueIdSelector
 
UniqueIdSelectorResolver - Class in org.junit.vintage.engine.discovery
 
UniqueIdSelectorResolver(Logger) - Constructor for class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver
 
uniqueIdStringifier - Variable in class org.junit.vintage.engine.discovery.TestClassRequestResolver
 
UniqueIdStringifier - Class in org.junit.vintage.engine.support
 
UniqueIdStringifier() - Constructor for class org.junit.vintage.engine.support.UniqueIdStringifier
 
uri - Variable in class org.junit.platform.engine.discovery.UriSelector
 
UriSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a URI so that TestEngines can discover tests or containers based on URIs.
UriSelector(URI) - Constructor for class org.junit.platform.engine.discovery.UriSelector
 
UriSource - Interface in org.junit.platform.engine.support.descriptor
A TestSource that can be represented as a URI.
useTechnicalNames(Class<?>) - Static method in class org.junit.platform.runner.JUnitPlatformTestTree
 
UseTechnicalNames - Annotation Type in org.junit.platform.suite.api
@UseTechnicalNames specifies that technical names should be used instead of display names when running a test suite on the JUnit Platform.

V

validate(EnumSource, Set<String>) - Method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validateAndTrim(List<String>) - Static method in class org.junit.platform.launcher.EngineFilter
 
validateNames(EnumSource, Set<String>) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validatePatterns(EnumSource, Set<String>) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
validateProviders(ExtensionContext, ExtensionRegistry) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
validateResolvedType(Parameter, Object, Executable, ParameterResolver) - Method in class org.junit.jupiter.engine.execution.ExecutableInvoker
 
validateUniqueIds(Iterable<TestEngine>) - Static method in class org.junit.platform.launcher.core.DefaultLauncher
 
validateWasAtLeastInvokedOnce(int) - Method in class org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor
 
validator - Variable in enum org.junit.jupiter.params.provider.EnumSource.Mode
 
value - Variable in class org.junit.jupiter.engine.execution.ExtensionValuesStore.MemoizingSupplier
 
value - Variable in class org.junit.platform.engine.UniqueId.Segment
 
ValueArgumentsProvider - Class in org.junit.jupiter.params.provider
 
ValueArgumentsProvider() - Constructor for class org.junit.jupiter.params.provider.ValueArgumentsProvider
 
valueOf(String) - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
Returns the enum constant of this type with the specified name.
valueOf(Class, String) - Method in class org.junit.jupiter.params.converter.DefaultArgumentConverter.StringToEnumConverter
 
valueOf(String) - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.commons.support.HierarchyTraversalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.TestDescriptor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.junit.platform.launcher.EngineFilter.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.junit.jupiter.api.TestInstance.Lifecycle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.jupiter.params.provider.EnumSource.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.commons.support.HierarchyTraversalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.junit.platform.commons.util.ToStringBuilder
 
values() - Static method in enum org.junit.platform.engine.TestDescriptor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.engine.TestExecutionResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.junit.platform.launcher.EngineFilter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSource - Annotation Type in org.junit.jupiter.params.provider
@ValueSource is an ArgumentsSource which provides access to an array of literal values of primitive types.
valuesStore - Variable in class org.junit.jupiter.engine.descriptor.AbstractExtensionContext
 
valuesStore - Variable in class org.junit.jupiter.engine.execution.NamespaceAwareStore
 
verb - Variable in enum org.junit.platform.launcher.EngineFilter.Type
 
VerifierAdapter - Class in org.junit.jupiter.migrationsupport.rules.adapter
 
VerifierAdapter(TestRuleAnnotatedMember) - Constructor for class org.junit.jupiter.migrationsupport.rules.adapter.VerifierAdapter
 
VerifierSupport - Class in org.junit.jupiter.migrationsupport.rules
This Extension provides native support for subclasses of the Verifier rule from JUnit 4.
VerifierSupport() - Constructor for class org.junit.jupiter.migrationsupport.rules.VerifierSupport
 
VintageDiscoverer - Class in org.junit.vintage.engine.discovery
 
VintageDiscoverer(Logger) - Constructor for class org.junit.vintage.engine.discovery.VintageDiscoverer
 
VintageTestDescriptor - Class in org.junit.vintage.engine.descriptor
 
VintageTestDescriptor(UniqueId, Description) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
VintageTestDescriptor(UniqueId, Description, String, TestSource) - Constructor for class org.junit.vintage.engine.descriptor.VintageTestDescriptor
 
VintageTestEngine - Class in org.junit.vintage.engine
The JUnit Vintage TestEngine.
VintageTestEngine() - Constructor for class org.junit.vintage.engine.VintageTestEngine
 
visit(TestDescriptor) - Method in interface org.junit.platform.engine.TestDescriptor.Visitor
visitFile(Path, BasicFileAttributes) - Method in class org.junit.platform.commons.util.ClassFileVisitor
 
visitFileFailed(Path, IOException) - Method in class org.junit.platform.commons.util.ClassFileVisitor
 
VM_INTERNAL_OBJECT_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
 
VM_INTERNAL_PRIMITIVE_ARRAY_PATTERN - Static variable in class org.junit.platform.commons.util.ReflectionUtils
Pattern: "[x", "[[[[x", etc., where x is Z, B, C, D, F, I, J, S, etc.

W

warn(Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at warning level.
warn(Throwable, Supplier<String>) - Method in interface org.junit.platform.commons.logging.Logger
Log the provided Throwable and message from the provided messageSupplier at warning level.
warn(Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
warn(Throwable, Supplier<String>) - Method in class org.junit.platform.commons.logging.LoggerFactory.DelegatingLogger
 
wasAlreadyExecuted(TestDescriptor) - Method in class org.junit.platform.engine.support.hierarchical.ExecutionTracker
 
where(Function<T, V>, Predicate<? super V>) - Static method in class org.junit.platform.commons.util.FunctionUtils
Return a predicate that first applies the specified function and then tests the specified predicate against the result of the function.
withExtensionContext(ExtensionContext) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withExtensionRegistry(ExtensionRegistry) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withTestInstanceProvider(TestInstanceProvider) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
withThrowableCollector(ThrowableCollector) - Method in class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.Builder
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links