- includeClassNamePatterns(String...) - Static method in interface org.junit.platform.engine.discovery.ClassNameFilter
-
- IncludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
-
@IncludeClassNamePatterns
specifies regular expressions that are used
to match against fully qualified class names when running a test suite on the
JUnit Platform.
- 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
-
- 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.
- includePackageNames(String...) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
-
- includePackageNames(List<String>) - Static method in interface org.junit.platform.engine.discovery.PackageNameFilter
-
- IncludePackages - Annotation Type in org.junit.platform.suite.api
-
@IncludePackages
specifies the
packages to be
included when running a test suite on the JUnit Platform.
- includeTags(String...) - Static method in class org.junit.platform.launcher.TagFilter
-
Create an include filter based on the supplied 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.
- initialize(AnnotatedElement, T) - Static method in class org.junit.jupiter.params.support.AnnotationConsumerInitializer
-
- INSTANCE - Static variable in class org.junit.jupiter.params.converter.DefaultArgumentConverter
-
- 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
-
- 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
-
- invokeAfterEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.AfterEachMethodAdapter
-
- invokeBeforeEachMethod(ExtensionContext, ExtensionRegistry) - Method in interface org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
-
- 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
-
- isAbstract(Class<?>) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- isAbstract(Member) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- 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
.
- isAnsiColorOutputDisabled() - Method in class org.junit.platform.console.options.CommandLineOptions
-
- 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).
- 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.
- isDisabled() - Method in class org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Whether the container or test should be disabled.
- isDisplayHelp() - Method in class org.junit.platform.console.options.CommandLineOptions
-
- isEmpty() - Method in class org.junit.jupiter.engine.execution.ThrowableCollector
-
Determine if this ThrowableCollector
is empty (i.e.,
has not collected any Throwables
).
- 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
-
- isKotlinClass(Class<?>) - Static method in class org.junit.platform.commons.util.ClassUtils
-
Determine if the supplied class was written in Kotlin.
- 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.
- 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
-
- isNotBlank(String) - Static method in class org.junit.platform.commons.util.StringUtils
-
- 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
).
- 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
-
- 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
-
- 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.CommandLineOptions
-
- 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.
- 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.
- IsTestFactoryMethod - Class in org.junit.jupiter.engine.discovery.predicates
-
- IsTestFactoryMethod() - 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() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestMethod
-
- IsTestTemplateMethod - Class in org.junit.jupiter.engine.discovery.predicates
-
- IsTestTemplateMethod() - Constructor for class org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
-
- 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.