Uses of Package
org.junit.jupiter.api
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
-
Classes in org.junit.jupiter.api used by org.junit.jupiter.api Class Description ClassDescriptor ClassDescriptorencapsulates functionality for a givenClass.ClassOrderer ClassOrdererdefines the API for ordering the top-level test classes, without considering nested test classes.ClassOrdererContext ClassOrdererContextencapsulates the context in which aClassOrdererwill be invoked.DisplayNameGeneration @DisplayNameGenerationis used to declare a custom display name generator for the annotated test class.DisplayNameGenerator DisplayNameGeneratordefines the SPI for generating display names programmatically.DisplayNameGenerator.Simple SimpleDisplayNameGeneratorthat removes trailing parentheses for methods with no parameters.DisplayNameGenerator.Standard StandardDisplayNameGenerator.DynamicContainer ADynamicContaineris a container generated at runtime.DynamicNode DynamicNodeserves as the abstract base class for a container or a test case generated at runtime.DynamicTest ADynamicTestis a test case generated at runtime.MethodDescriptor MethodDescriptorencapsulates functionality for a givenMethod.MethodOrderer MethodOrdererdefines the API for ordering the test methods in a given test class.MethodOrderer.MethodName MethodOrdererthat sorts methods alphanumerically based on their names usingString.compareTo(String).MethodOrdererContext MethodOrdererContextencapsulates the context in which aMethodOrdererwill be invoked.Named Namedis used to wrap an object and give it a name.TestInstance.Lifecycle Enumeration of test instance lifecycle modes.TestTemplate @TestTemplateis used to signal that the annotated method is a test template method. -
Classes in org.junit.jupiter.api used by org.junit.jupiter.api.extension Class Description TestInstance.Lifecycle Enumeration of test instance lifecycle modes.