| AssertionFailureBuilder |
Builder for AssertionFailedErrors.
|
| Assertions.TimeoutFailureFactory |
Factory for timeout failures.
|
| ClassDescriptor |
ClassDescriptor encapsulates functionality for a given Class.
|
| ClassOrderer |
ClassOrderer defines the API for ordering top-level test classes and
@Nested test classes.
|
| ClassOrdererContext |
ClassOrdererContext encapsulates the context in which
a ClassOrderer will be invoked.
|
| DisplayNameGeneration |
@DisplayNameGeneration is used to declare a custom display name
generator for the annotated test class.
|
| DisplayNameGenerator |
DisplayNameGenerator defines the SPI for generating display names
programmatically.
|
| DisplayNameGenerator.Simple |
Simple DisplayNameGenerator that removes trailing parentheses
for methods with no parameters.
|
| DisplayNameGenerator.Standard |
Standard DisplayNameGenerator.
|
| DynamicContainer |
A DynamicContainer is a container generated at runtime.
|
| DynamicNode |
DynamicNode serves as the abstract base class for a container or a
test case generated at runtime.
|
| DynamicTest |
A DynamicTest is a test case generated at runtime.
|
| MediaType |
Represents a media type as defined by
RFC 2045.
|
| MethodDescriptor |
MethodDescriptor encapsulates functionality for a given Method.
|
| MethodOrderer |
MethodOrderer defines the API for ordering the test methods
in a given test class.
|
| MethodOrderer.MethodName |
MethodOrderer that sorts methods alphanumerically based on their
names using String.compareTo(String).
|
| MethodOrdererContext |
MethodOrdererContext encapsulates the context in which
a MethodOrderer will be invoked.
|
| Named |
Named is a container that associates a name with a given payload.
|
| Tag |
@Tag is a repeatable annotation that is
used to declare a tag for the annotated test class or test method.
|
| TestInstance.Lifecycle |
Enumeration of test instance lifecycle modes.
|
| TestTemplate |
@TestTemplate is used to signal that the annotated method is a
test template method.
|
| Timeout.ThreadMode |
ThreadMode is used to define whether test code should be executed
in the thread of the calling code or in a separate thread.
|