Uses of Package
org.junit.jupiter.api.parallel
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter API for influencing parallel test execution.
Configuration specific to the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
-
-
ClassDescriptionSupported execution modes for parallel test execution.The access mode required by a test class or method for a given resource.
@ResourceLock
is used to declare that the annotated test class or test method requires access to a shared resource identified by a key. -
-