Index

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

I

IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClasspathResourceSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClasspathRootSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ClassSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.DirectorySelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.FileSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.IterationSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.MethodSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.ModuleSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.NestedClassSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.NestedMethodSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.PackageSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.UniqueIdSelector.IdentifierParser
 
IdentifierParser() - Constructor for class org.junit.platform.engine.discovery.UriSelector.IdentifierParser
 
ifFailure(Consumer<Exception>) - Method in class org.junit.platform.commons.function.Try
If this Try is a failure, call the supplied Consumer with the contained exception; otherwise, do nothing.
ifSuccess(Consumer<V>) - Method in class org.junit.platform.commons.function.Try
If this Try is a success, call the supplied Consumer with the contained value; otherwise, do nothing.
IgnoreCondition - Class in org.junit.jupiter.migrationsupport.conditions
ExecutionCondition that supports JUnit 4's @Ignore annotation.
IgnoreCondition() - Constructor for class org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
 
ignoreLeadingAndTrailingWhitespace() - Element in annotation interface org.junit.jupiter.params.provider.CsvFileSource
Controls whether leading and trailing whitespace characters of unquoted CSV columns should be ignored.
ignoreLeadingAndTrailingWhitespace() - Element in annotation interface org.junit.jupiter.params.provider.CsvSource
Controls whether leading and trailing whitespace characters of unquoted CSV columns should be ignored.
IMAGE_JPEG - Static variable in class org.junit.jupiter.api.extension.MediaType
The image/jpeg media type.
IMAGE_PNG - Static variable in class org.junit.jupiter.api.extension.MediaType
The image/png media type.
Implementation Guidelines - Search tag in interface org.junit.jupiter.api.extension.LifecycleMethodExecutionExceptionHandler
Section
INCLUDE - Enum constant in enum class org.junit.jupiter.params.provider.EnumSource.Mode
Select only those enum constants whose names are supplied via the EnumSource.names() attribute.
INCLUDE_ENCLOSING_CLASSES - Enum constant in enum class org.junit.platform.commons.support.SearchOption
Deprecated.
because it is preferable to inspect the runtime enclosing types of a class rather than where they are declared.
includeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
Create a new include ClassNameFilter based on the supplied patterns.
IncludeClassNamePatterns - Annotation Interface 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() - Method in class org.junit.platform.engine.FilterResult
 
included(String) - Static method in class org.junit.platform.engine.FilterResult
Factory for creating included results.
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 Interface in org.junit.platform.suite.api
@IncludeEngines specifies the IDs of TestEngines to be included when running a test suite on the JUnit Platform.
includeMatchingClasses(String) - Static method in class org.junit.platform.commons.util.ClassNamePatternFilterUtils
Create a Predicate that can be used to include (i.e., filter in) objects of type T whose fully qualified class names match any of the supplied patterns.
includeMatchingClassNames(String) - Static method in class org.junit.platform.commons.util.ClassNamePatternFilterUtils
Create a Predicate that can be used to include (i.e., filter in) fully qualified class names matching any of the supplied patterns.
includeMethodNamePatterns(String...) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new include MethodFilter based on the supplied patterns.
includeMethodNamePatterns(List<String>) - Static method in interface org.junit.platform.launcher.MethodFilter
Create a new include MethodFilter based on the supplied patterns.
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 Interface in org.junit.platform.suite.api
@IncludePackages specifies the packages to be included when running a test suite on the JUnit Platform.
includeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tag expressions.
includeTags(List<String>) - Static method in class org.junit.platform.launcher.TagFilter
Create an include filter based on the supplied tag expressions.
IncludeTags - Annotation Interface in org.junit.platform.suite.api
@IncludeTags specifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.
includeValuesInMessage(boolean) - Method in class org.junit.jupiter.api.AssertionFailureBuilder
Set whether to include the actual and expected values in the generated failure message.
INDEX_PLACEHOLDER - Static variable in class org.junit.jupiter.params.ParameterizedInvocationConstants
Placeholder for the current invocation index of a @ParameterizedTest method (1-based): {index}
INDEX_PLACEHOLDER - Static variable in annotation interface org.junit.jupiter.params.ParameterizedTest
Deprecated.
IndicativeSentences() - Constructor for class org.junit.jupiter.api.DisplayNameGenerator.IndicativeSentences
 
IndicativeSentencesGeneration - Annotation Interface in org.junit.jupiter.api
@IndicativeSentencesGeneration is used to register the DisplayNameGenerator.IndicativeSentences display name generator and configure it.
INFERRED - Enum constant in enum class org.junit.jupiter.api.Timeout.ThreadMode
The thread mode is determined using the parameter configured in property "junit.jupiter.execution.timeout.thread.mode.default".
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 interface org.junit.platform.commons.logging.Logger
Log the message from the provided messageSupplier at info level.
INFO - Enum constant in enum class org.junit.platform.engine.DiscoveryIssue.Severity
Indicates that the engine encountered something that could be potentially problematic, but could also happen due to a valid setup or configuration.
Inheritance - Search tag in annotation interface org.junit.jupiter.api.AutoClose
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.ClassTemplate
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.RepeatedTest
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.Test
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.TestFactory
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.TestTemplate
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.extension.ExtendWith
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.api.extension.RegisterExtension
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.ParameterizedClass
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.ParameterizedTest
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.ArgumentsSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.ArgumentsSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.CsvFileSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.CsvFileSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.CsvSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.CsvSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.EmptySource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.EnumSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.EnumSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.FieldSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.FieldSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.MethodSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.MethodSources
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.NullAndEmptySource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.NullSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.ValueSource
Section
Inheritance - Search tag in annotation interface org.junit.jupiter.params.provider.ValueSources
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.api.AfterAll
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.api.AfterEach
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.api.BeforeAll
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.api.BeforeEach
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.params.AfterParameterizedClassInvocation
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.jupiter.params.BeforeParameterizedClassInvocation
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.platform.suite.api.AfterSuite
Section
Inheritance and Execution Order - Search tag in annotation interface org.junit.platform.suite.api.BeforeSuite
Section
initialize(AnnotatedElement, T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
 
initializeExtensions(Class<?>, Object) - Method in interface org.junit.jupiter.engine.extension.ExtensionRegistrar
Initialize all registered extensions for the supplied testClass using the supplied testInstance.
initializeExtensions(Class<?>, Object) - Method in class org.junit.jupiter.engine.extension.MutableExtensionRegistry
 
injectArguments() - Element in annotation interface org.junit.jupiter.params.AfterParameterizedClassInvocation
Whether the arguments of the parameterized test class should be injected into the annotated method (defaults to true).
injectArguments() - Element in annotation interface org.junit.jupiter.params.BeforeParameterizedClassInvocation
Whether the arguments of the parameterized test class should be injected into the annotated method (defaults to true).
INSTANCE - Static variable in class org.junit.jupiter.api.io.TempDirFactory.Standard
 
Instance Fields - Search tag in annotation interface org.junit.jupiter.api.extension.RegisterExtension
Section
instanceOf(Class<? extends Throwable>) - Static method in class org.junit.platform.testkit.engine.TestExecutionResultConditions
Create a new Condition that matches if and only if a Throwable is an instance of the supplied Class.
instantiateTestClass(Optional<TestInstances>, ExtensionRegistry, ExtensionContextSupplier) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTemplateTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
 
instantiateTestClass(JupiterEngineExecutionContext, ExtensionContextSupplier, ExtensionRegistry, JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
intercept(LauncherInterceptor.Invocation<T>) - Method in interface org.junit.platform.launcher.LauncherInterceptor
Intercept the supplied invocation.
interceptAfterAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of an @AfterAll method.
interceptAfterEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of an @AfterEach method.
interceptBeforeAllMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a @BeforeAll method.
interceptBeforeEachMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a @BeforeEach method.
interceptDynamicTest(InvocationInterceptor.Invocation<Void>, DynamicTestInvocationContext, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a DynamicTest.
InterceptingExecutableInvoker - Class in org.junit.jupiter.engine.execution
InterceptingExecutableInvoker encapsulates the invocation of a Executable (i.e., method or constructor), including support for dynamic resolution of method parameters via ParameterResolvers.
InterceptingExecutableInvoker() - Constructor for class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
 
InterceptingExecutableInvoker.ReflectiveInterceptorCall<E,T> - Interface in org.junit.jupiter.engine.execution
 
InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall - Interface in org.junit.jupiter.engine.execution
 
interceptTestClassConstructor(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Constructor<T>>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a test class constructor.
interceptTestFactoryMethod(InvocationInterceptor.Invocation<T>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a @TestFactory method, such as a @RepeatedTest or @ParameterizedTest method.
interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a @Test method.
interceptTestTemplateMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in interface org.junit.jupiter.api.extension.InvocationInterceptor
Intercept the invocation of a @TestTemplate method.
ints() - Element in annotation interface org.junit.jupiter.params.provider.ValueSource
The int values to use as sources of arguments; must not be empty.
Invocation Contract - Search tag in interface org.junit.jupiter.api.extension.InvocationInterceptor
Section
InvocationInterceptor - Interface in org.junit.jupiter.api.extension
InvocationInterceptor defines the API for Extensions that wish to intercept calls to test code.
InvocationInterceptor.Invocation<T> - Interface in org.junit.jupiter.api.extension
An invocation that returns a result and may throw a Throwable.
InvocationInterceptorChain - Class in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain() - Constructor for class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
InvocationInterceptorChain.InterceptorCall<T> - Interface in org.junit.jupiter.engine.execution
 
InvocationInterceptorChain.VoidInterceptorCall - Interface in org.junit.jupiter.engine.execution
 
invoke(C) - Method in interface org.junit.platform.engine.support.hierarchical.Node.Invocation
Invoke this invocation with the supplied context.
invoke(Constructor<T>) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
Invoke the supplied top-level constructor with dynamic parameter resolution.
invoke(Constructor<T>, Object) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.
invoke(Constructor<T>, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
invoke(Constructor<T>, Optional<Object>, ExtensionContextSupplier, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>, T>) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.
invoke(Method) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
Invoke the supplied static method with dynamic parameter resolution.
invoke(Method, Object) - Method in interface org.junit.jupiter.api.extension.ExecutableInvoker
Invoke the supplied method with dynamic parameter resolution.
invoke(Method, Object) - Method in class org.junit.jupiter.engine.execution.DefaultExecutableInvoker
 
invoke(Method, Object, Object[]) - Static method in class org.junit.jupiter.engine.support.MethodReflectionUtils
 
invoke(Method, Object, ExtensionContext, ExtensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, T>) - Method in class org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
Invoke the supplied method with dynamic parameter resolution.
invoke(InvocationInterceptor.Invocation<T>, ExtensionRegistry, InvocationInterceptorChain.InterceptorCall<T>) - Method in class org.junit.jupiter.engine.execution.InvocationInterceptorChain
 
invokeAfterEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.AfterEachMethodAdapter
 
invokeAll(List<? extends HierarchicalTestExecutorService.TestTask>) - Method in class org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService
 
invokeAll(List<? extends HierarchicalTestExecutorService.TestTask>) - Method in interface org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutorService
Invoke all supplied test tasks and block until their execution has finished.
invokeAll(List<? extends HierarchicalTestExecutorService.TestTask>) - Method in class org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService
 
invokeBeforeEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
 
invokeKotlinSuspendingFunction(Method, Object, Object[]) - Static method in class org.junit.platform.commons.util.KotlinReflectionUtils
 
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
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
 
invokeTestMethod(JupiterEngineExecutionContext, Node.DynamicTestExecutor) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
 
invokeTestWatchers(JupiterEngineExecutionContext, boolean, Consumer<TestWatcher>) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
 
isAbstract(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is abstract.
isAbstract(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isAbstract(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is abstract.
isAbstract(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.ClassDescriptor
Determine if an annotation of annotationType is either present or meta-present on the Class for this descriptor.
isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.extension.AnnotatedElementContext
Determine if an annotation of annotationType is either present or meta-present on the AnnotatedElement for this context.
isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.extension.ParameterContext
Determine if an annotation of annotationType is either present or meta-present on the AnnotatedElement for this context.
isAnnotated(Class<? extends Annotation>) - Method in interface org.junit.jupiter.api.MethodDescriptor
Determine if an annotation of annotationType is either present or meta-present on the Method for this descriptor.
isAnnotated(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(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.
isAnnotated(Parameter, int, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.util.AnnotationUtils
 
isAnnotated(Optional<? extends AnnotatedElement>, Class<? extends Annotation>) - Static method in class org.junit.platform.commons.support.AnnotationSupport
Determine if an annotation of annotationType is either present or meta-present on the supplied optional element.
isAnnotated(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.
isAnnotatedWithClassTemplate - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnnotatedWithNested - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnnotatedWithNestedAndValid - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isAnsiColorOutputDisabled() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
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 target type for the purpose of reflective method invocations.
isAssignableTo(Class<?>, Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if an object of the supplied source type can be assigned to the supplied target type for the purpose of reflective method invocations.
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).
isClosed() - Method in class org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Determine if this store has been closed.
isClosingStoredAutoCloseablesEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isClosingStoredAutoCloseablesEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isClosingStoredAutoCloseablesEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isCompatible(ResourceLock) - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Returns whether the given lock is compatible with this lock.
isContainer() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a container.
isContainer() - Method in enum class org.junit.platform.engine.TestDescriptor.Type
 
isContainer() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a container.
isConvertibleToStream(Class<?>) - Static method in class org.junit.platform.commons.util.CollectionUtils
Determine if an instance of the supplied type can be converted into a Stream.
isCurrentOs() - Method in enum class org.junit.jupiter.api.condition.OS
 
isCurrentVersion() - Method in enum class org.junit.jupiter.api.condition.JRE
 
isCurrentVersion(int) - Static method in enum class org.junit.jupiter.api.condition.JRE
 
isDebugMode() - Static method in class org.junit.platform.commons.util.RuntimeUtils
Try to determine whether the VM was started in debug mode or not.
isDisabled() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
Whether the container or test should be disabled.
isEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Determine if this ThrowableCollector is empty (i.e., has not collected any Throwables).
isExact() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Match
Whether this match is exact.
isExclusive() - Method in interface org.junit.platform.engine.support.hierarchical.ResourceLock
Returns whether this lock requires exclusiveness.
isExtensionAutoDetectionEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isExtensionAutoDetectionEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isExtensionAutoDetectionEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isFinal(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is final.
isFinal(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isFinal(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is final.
isFinal(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isIgnored() - Method in class org.junit.vintage.engine.descriptor.RunnerTestDescriptor
 
isIncludeFilter() - Method in class org.junit.platform.launcher.EngineFilter
 
isInnerClass(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if the supplied class is an inner class (i.e., a non-static member class).
isJavaPlatformModuleSystemAvailable() - Static method in class org.junit.platform.commons.util.ModuleUtils
Java 9+ runtime supports the Java Platform Module System.
isKotlinSuspendingFunction(Method) - Static method in class org.junit.platform.commons.util.KotlinReflectionUtils
 
isLauncherDiscoveryListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if launcher discovery listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isLauncherSessionListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if launcher session listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
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.
isMultidimensionalArray(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if the supplied object is a multidimensional array.
isNestedClassPresent(Class<?>, Predicate<Class<?>>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Determine if a nested class within the supplied class, or inherited by the supplied class, that conforms to the supplied predicate is present.
isNotAbstract(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is not abstract.
isNotAbstract(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotAbstract(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is not abstract.
isNotAbstract(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
Determine if the supplied String is not blank.
isNotEmpty() - Method in class org.junit.platform.engine.support.hierarchical.ThrowableCollector
Determine if this ThrowableCollector is not empty (i.e., has collected at least one Throwable).
isNotFinal(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is not final.
isNotFinal(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotFinal(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is not final.
isNotFinal(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotPrivate(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is not private.
isNotPrivate(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotPrivate(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is not private.
isNotPrivate(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotStatic(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is not static.
isNotStatic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isNotStatic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is not static.
isNotStatic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
Isolated - Annotation Interface in org.junit.jupiter.api.parallel
@Isolated is used to declare that the annotated test class should be executed in isolation from other test classes.
isParallelExecutionEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isParallelExecutionEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isParallelExecutionEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isPostDiscoveryFilterAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if post discovery filters should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
IsPotentialJUnit4TestClass - Class in org.junit.vintage.engine.discovery
 
IsPotentialJUnit4TestClass() - Constructor for class org.junit.vintage.engine.discovery.IsPotentialJUnit4TestClass
 
isPrivate(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is private.
isPrivate(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPrivate(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is private.
isPrivate(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPublic(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is public.
isPublic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isPublic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is public.
isPublic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isRecordClass(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Returns whether the supplied clazz is a record class.
isRecordObject(Object) - Static method in class org.junit.platform.commons.util.ReflectionUtils
Returns whether the supplied object is an instance of a record class.
isResolved() - Method in class org.junit.platform.engine.support.discovery.SelectorResolver.Resolution
Whether this resolution contains matches or selectors.
isRoot() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor is a root descriptor.
isScanClasspath() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
isScanModulepath() - Method in class org.junit.platform.console.options.TestDiscoveryOptions
 
isSingleColorPalette() - Method in class org.junit.platform.console.options.TestConsoleOutputOptions
 
isSkipped() - Method in class org.junit.platform.engine.support.hierarchical.Node.SkipResult
Whether execution of the context should be skipped.
isStatic(Class<?>) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied class is static.
isStatic(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
isStatic(Member) - Static method in class org.junit.platform.commons.support.ModifierSupport
Determine if the supplied member is static.
isStatic(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
 
issueEncountered(UniqueId, DiscoveryIssue) - Method in interface org.junit.platform.engine.EngineDiscoveryListener
Called when the engine with the supplied engineId encountered an issue during test discovery.
issueEncountered(UniqueId, DiscoveryIssue) - Method in class org.junit.platform.jfr.FlightRecordingDiscoveryListener
 
isTest() - Method in interface org.junit.platform.engine.TestDescriptor
Determine if this descriptor describes a test.
isTest() - Method in enum class org.junit.platform.engine.TestDescriptor.Type
 
isTest() - Method in class org.junit.platform.launcher.TestIdentifier
Determine if this identifier represents a test.
isTestEngineAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if test engines should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
isTestExecutionListenerAutoRegistrationEnabled() - Method in interface org.junit.platform.launcher.core.LauncherConfig
Determine if test execution listeners should be discovered at runtime using the ServiceLoader mechanism and automatically registered.
IsTestFactoryMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestFactory method.
IsTestFactoryMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
 
IsTestMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @Test method.
IsTestMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
 
isTestOrTestFactoryOrTestTemplateMethod - Variable in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
IsTestTemplateMethod - Class in org.junit.jupiter.engine.discovery.predicates
Test if a method is a JUnit Jupiter @TestTemplate method.
IsTestTemplateMethod(DiscoveryIssueReporter) - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
 
isThreadDumpOnTimeoutEnabled() - Method in class org.junit.jupiter.engine.config.CachingJupiterConfiguration
 
isThreadDumpOnTimeoutEnabled() - Method in class org.junit.jupiter.engine.config.DefaultJupiterConfiguration
 
isThreadDumpOnTimeoutEnabled() - Method in interface org.junit.jupiter.engine.config.JupiterConfiguration
 
isValid(String) - Static method in class org.junit.platform.engine.TestTag
Determine if the supplied tag name is valid with regard to the supported syntax for tags.
isValidNestedTestClass(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
isValidStandaloneTestClass(Class<?>) - Method in class org.junit.jupiter.engine.discovery.predicates.TestClassPredicates
 
IterationSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects the iterations of a parent DiscoverySelector via their indices so that TestEngines can discover a subset of the iterations of tests or containers.
IterationSelector.IdentifierParser - Class in org.junit.platform.engine.discovery
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form