Uses of Annotation Interface
org.junit.platform.commons.annotation.Testable

Packages that use Testable
Package
Description
JUnit Jupiter API for writing tests.
  • Uses of Testable in org.junit.jupiter.api

    Classes in org.junit.jupiter.api with annotations of type Testable
    Modifier and Type
    Class
    Description
    @interface 
    @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.