Uses of Package
org.junit.jupiter.api
-
Packages that use 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.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.params JUnit Jupiter extension for parameterized tests. -
Classes in org.junit.jupiter.api used by org.junit.jupiter.api Class Description DisplayNameGenerator DisplayNameGeneratordefines the SPI for generating display names programmatically.DisplayNameGenerator.Standard Standard display name generator.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.MethodOrdererContext MethodOrdererContextencapsulates the context in which aMethodOrdererwill be invoked.Tag @Tagis 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 @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. -
Classes in org.junit.jupiter.api used by org.junit.jupiter.engine.config Class Description TestInstance.Lifecycle Enumeration of test instance lifecycle modes. -
Classes in org.junit.jupiter.api used by org.junit.jupiter.engine.descriptor Class Description TestInstance.Lifecycle Enumeration of test instance lifecycle modes. -
Classes in org.junit.jupiter.api used by org.junit.jupiter.params Class Description TestTemplate @TestTemplateis used to signal that the annotated method is a test template method.