Uses of Annotation Interface
org.junit.platform.commons.annotation.Testable
Package
Description
JUnit Jupiter API for writing tests.
Annotations for configuring a test suite on the JUnit Platform.
-
Uses of Testable in org.junit.jupiter.api
Modifier and TypeClassDescriptioninterface
@Test
is used to signal that the annotated method is a test method.interface
@TestFactory
is used to signal that the annotated method is a test factory method.interface
@TestTemplate
is used to signal that the annotated method is a test template method. -
Uses of Testable in org.junit.platform.suite.api
Modifier and TypeClassDescriptioninterface
@Suite
marks a class as a test suite on the JUnit Platform.