Uses of Package
org.junit.platform.commons.function
Packages that use org.junit.platform.commons.function
Package
Description
Functional interfaces and support classes.
Common support APIs provided by the JUnit Platform.
Classpath scanning APIs provided by the JUnit Platform.
Internal common utilities for JUnit.
-
Classes in org.junit.platform.commons.function used by org.junit.platform.commons.functionClassDescriptionA container object which may either contain a nullable value in case of success or an exception in case of failure.A transformer for values of type
S
to typeT
. -
Classes in org.junit.platform.commons.function used by org.junit.platform.commons.supportClassDescriptionA container object which may either contain a nullable value in case of success or an exception in case of failure.
-
Classes in org.junit.platform.commons.function used by org.junit.platform.commons.support.scanningClassDescriptionA container object which may either contain a nullable value in case of success or an exception in case of failure.
-
Classes in org.junit.platform.commons.function used by org.junit.platform.commons.utilClassDescriptionA container object which may either contain a nullable value in case of success or an exception in case of failure.