Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes|All Packages

N

name() - Method in annotation type org.junit.jupiter.api.RepeatedTest
The display name for each repetition of the repeated test.
name() - Method in annotation type org.junit.jupiter.params.ParameterizedTest
The display name to be used for individual invocations of the parameterized test; never blank or consisting solely of whitespace.
name() - Method in class org.junit.platform.console.ConsoleLauncherToolProvider
 
named() - Method in annotation type org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable
The name of the environment variable to retrieve.
named() - Method in annotation type org.junit.jupiter.api.condition.DisabledIfSystemProperty
The name of the JVM system property to retrieve.
named() - Method in annotation type org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable
The name of the environment variable to retrieve.
named() - Method in annotation type org.junit.jupiter.api.condition.EnabledIfSystemProperty
The name of the JVM system property to retrieve.
Named<T> - Interface in org.junit.jupiter.api
Named is used to wrap an object and give it a name.
names() - Method in annotation type org.junit.jupiter.params.provider.EnumSource
The names of enum constants to provide, or regular expressions to select the names of enum constants to provide.
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 (i.e., an inner class) that can share setup and state with an instance of its enclosing class.
NestedClassSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a nested Class or class name enclosed in other classes so that TestEngines can discover tests or containers based on classes.
NestedClassTestDescriptor - Class in org.junit.jupiter.engine.descriptor
TestDescriptor for tests based on nested (but not static) Java classes.
NestedClassTestDescriptor(UniqueId, Class<?>, JupiterConfiguration) - Constructor for class org.junit.jupiter.engine.descriptor.NestedClassTestDescriptor
 
nestedContainer(Class<?>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event's test descriptor is a container and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
nestedContainer(Class<?>, Condition<Event>) - Static method in class org.junit.platform.testkit.engine.EventConditions
Create a new Condition that matches if and only if an Event matches the supplied Condition, its test descriptor is a container, and its unique id contains the simple names of the supplied Class and all of its enclosing classes.
NestedMethodSelector - Class in org.junit.platform.engine.discovery
A DiscoverySelector that selects a nested Method or a combination of enclosing classes names, class name, method name, and parameter types so that TestEngines can discover tests or containers based on methods.
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.
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.ExecutionMode - Enum in org.junit.platform.engine.support.hierarchical
Supported execution modes for parallel execution.
Node.Invocation<C extends EngineExecutionContext> - Interface in org.junit.platform.engine.support.hierarchical
Represents an invocation that runs with the supplied context.
Node.SkipResult - Class in org.junit.platform.engine.support.hierarchical
The result of determining whether the execution of a given context should be skipped.
nodeFinished(C, TestDescriptor, TestExecutionResult) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Callback invoked when the execution of this node has finished.
nodeFinished(JupiterEngineExecutionContext, TestDescriptor, TestExecutionResult) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
nodeFinished(JupiterEngineExecutionContext, TestDescriptor, TestExecutionResult) - Method in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor
Invoke testSuccessful(), testAborted(), or testFailed() on each registered TestWatcher according to the status of the supplied TestExecutionResult, in reverse registration order.
nodeSkipped(C, TestDescriptor, Node.SkipResult) - Method in interface org.junit.platform.engine.support.hierarchical.Node
Callback invoked when the execution of this node has been skipped.
nodeSkipped(JupiterEngineExecutionContext, TestDescriptor, Node.SkipResult) - Method in class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
Invoke TestWatcher.testDisabled(ExtensionContext, Optional) on each registered TestWatcher, in registration order.
nodeSkipped(JupiterEngineExecutionContext, TestDescriptor, Node.SkipResult) - Method in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor
NONE - org.junit.platform.console.options.Details
No test plan execution details are printed.
NOOP - Static variable in interface org.junit.platform.engine.EngineDiscoveryListener
No-op implementation of EngineDiscoveryListener
NOOP - Static variable in interface org.junit.platform.engine.EngineExecutionListener
No-op implementation of EngineExecutionListener
NOOP - Static variable in interface org.junit.platform.launcher.LauncherDiscoveryListener
No-op implementation of LauncherDiscoveryListener
NOOP - Static variable in interface org.junit.platform.launcher.LauncherSessionListener
No-op implementation of LauncherSessionListener
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.
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.
notSkipped() - Method in class org.junit.platform.testkit.engine.TerminationInfo
Determine if this TerminationInfo does not represent a skipped execution.
NullAndEmptySource - Annotation Type in org.junit.jupiter.params.provider
@NullAndEmptySource is a composed annotation that combines the functionality of @NullSource and @EmptySource.
NullEnum - Enum in org.junit.jupiter.params.provider
Dummy enum class used as default value for optional attributes of annotations.
nullSafeToString(Class<?>) - Static method in class org.junit.platform.commons.util.ClassUtils
Get the fully qualified name of the supplied class.
nullSafeToString(Class<?>...) - Static method in class org.junit.platform.commons.support.ClassSupport
Generate a comma-separated list of fully qualified class names for the supplied classes.
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(Object) - Static method in class org.junit.platform.commons.util.StringUtils
Convert the supplied Object to a String using the following algorithm.
nullSafeToString(Function<? super Class<?>, ? extends String>, Class<?>...) - Static method in class org.junit.platform.commons.support.ClassSupport
Generate a comma-separated list of mapped values 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.
NullSource - Annotation Type in org.junit.jupiter.params.provider
@NullSource is an ArgumentsSource which provides a single null argument to the annotated @ParameterizedTest method.
nullValues() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
A list of strings that should be interpreted as null references.
nullValues() - Method in annotation type org.junit.jupiter.params.provider.CsvSource
A list of strings that should be interpreted as null references.
numLinesToSkip() - Method in annotation type org.junit.jupiter.params.provider.CsvFileSource
The number of lines to skip when reading the CSV files.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes|All Packages