- includeClassNamePattern(String) - Static method in interface org.junit.platform.engine.discovery.ClassFilter
-
Create a new
include ClassFilter
based on the supplied
class name pattern.
- IncludeClassNamePattern - Annotation Type in org.junit.platform.runner
-
@IncludeClassNamePattern
specifies a regular expression that is used
to match against fully qualified class names when running a test suite via
@RunWith(JUnitPlatform.class)
.
- 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.runner
-
@IncludeEngines
specifies the
IDs of
TestEngines
to be included
when running a test suite via
@RunWith(JUnitPlatform.class)
.
- 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.runner
-
@IncludeTags
specifies the
tags to be included
when running a test suite via
@RunWith(JUnitPlatform.class)
.
- 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(TestExtensionContext) - Method in interface org.junit.jupiter.engine.execution.AfterEachMethodAdapter
-
- invokeBeforeEachMethod(TestExtensionContext) - Method in interface org.junit.jupiter.engine.execution.BeforeEachMethodAdapter
-
- invokeMethod(Method, Object, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Invoke the supplied method, making it accessible if necessary and
masking any
checked exception as an unchecked exception.
- invokeTestInstancePostProcessors(Object, ExtensionRegistry, ExtensionContext) - Method in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- invokeTestMethod(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor
-
- invokeTestMethod(JupiterEngineExecutionContext) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- 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.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 class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- isContainer() - Method in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor
-
- isContainer() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- isContainer() - Method in class org.junit.platform.engine.support.descriptor.EngineDescriptor
-
Always returns
true
: a
TestEngine
is always a container.
- isContainer() - Method in interface org.junit.platform.engine.TestDescriptor
-
Determine if this descriptor describes a container.
- isContainer() - Method in class org.junit.platform.launcher.TestIdentifier
-
Determine if this identifier represents a container.
- isContainer() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- 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
).
- isHideDetails() - Method in class org.junit.platform.console.options.CommandLineOptions
-
- 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
-
- isLeaf() - Method in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
-
- isLeaf() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- isLeaf() - Method in interface org.junit.platform.engine.support.hierarchical.Node
-
Determine if this Node
is a leaf in the hierarchy.
- 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
-
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
).
- isPackage(String) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
- 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.
- isRunAllTests() - 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 class org.junit.jupiter.engine.descriptor.ClassTestDescriptor
-
- isTest() - Method in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor
-
- isTest() - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
-
- isTest() - Method in class org.junit.platform.engine.support.descriptor.EngineDescriptor
-
Always returns
false
: a
TestEngine
is never a test.
- isTest() - Method in interface org.junit.platform.engine.TestDescriptor
-
Determine if this descriptor describes a test.
- isTest() - Method in class org.junit.platform.launcher.TestIdentifier
-
Determine if this identifier represents a test.
- isTest() - Method in class org.junit.vintage.engine.descriptor.VintageTestDescriptor
-
- 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 - Class in org.junit.jupiter.engine.discovery.predicates
-
Test if a method is a JUnit Jupiter test factory method.
- 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
-