Uses of Class
org.junit.platform.commons.annotation.Testable
-
Packages that use Testable Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.platform.suite.api Annotations for configuring a test suite on the JUnit Platform. -
-
Uses of Testable in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type Testable Modifier and Type Class Description interfaceTest@Testis used to signal that the annotated method is a test method.interfaceTestFactory@TestFactoryis used to signal that the annotated method is a test factory method.interfaceTestTemplate@TestTemplateis used to signal that the annotated method is a test template method. -
Uses of Testable in org.junit.platform.suite.api
Classes in org.junit.platform.suite.api with annotations of type Testable Modifier and Type Class Description interfaceSuite@Suitemarks a class as a test suite on the JUnit Platform.
-