JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
JUnit
org.junit.platform.commons
org.junit.platform.commons.annotation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.junit.platform.commons.annotation
@NullMarked
package
org.junit.platform.commons.annotation
Common annotations for the JUnit Platform.
Related Packages
Package
Description
org.junit.platform.commons
Common APIs and support utilities for the JUnit Platform.
org.junit.platform.commons.function
Functional interfaces and support classes.
org.junit.platform.commons.logging
Internal
logging
package.
org.junit.platform.commons.support
Common support APIs provided by the JUnit Platform.
org.junit.platform.commons.util
Internal common utilities for JUnit.
Annotation Interfaces
Class
Description
Contract
Specifies some aspects of the annotated method's behavior to be used by tools for data flow analysis.
Testable
@Testable
is used to signal to IDEs and tooling vendors that the annotated or meta-annotated element is
testable
.