- 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
-
- newInstance(Class<T>, Object...) - Static method in class org.junit.platform.commons.util.ReflectionUtils
-
Create a new instance of the specified Class
by invoking
the constructor whose argument list matches the types of the supplied
arguments.
- 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.SkipResult - Class in org.junit.platform.engine.support.hierarchical
-
The result of determining whether the execution of a given context
should be skipped.
- 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 Collection
is not null
or 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
.
- notNull(Object[], String) - Static method in class org.junit.platform.commons.util.Preconditions
-
Assert that the supplied array and none of the objects it contains are
null
.
- nullSafeToString(Class<?>...) - Static method in class org.junit.platform.commons.util.StringUtils
-
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.StringUtils
-
Generate a comma-separated list of mapped values for the supplied classes.