Uses of Annotation Interface
org.junit.platform.commons.annotation.Testable
Packages that use 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.apiClasses in org.junit.jupiter.api with annotations of type TestableModifier and TypeClassDescription@interface@ClassTemplateis used to signal that the annotated class is a class template.@interface@Testis used to signal that the annotated method is a test method.@interface@TestFactoryis used to signal that the annotated method is a test factory method.@interface@TestTemplateis used to signal that the annotated method is a test template method.
- 
Uses of Testable in org.junit.platform.suite.apiClasses in org.junit.platform.suite.api with annotations of type TestableModifier and TypeClassDescription@interface@Suitemarks a class as a test suite on the JUnit Platform.