Uses of Interface
org.junit.jupiter.api.parallel.ResourceLocksProvider
-
Packages that use ResourceLocksProvider Package Description org.junit.jupiter.api.parallel JUnit Jupiter API for influencing parallel test execution. -
-
Uses of ResourceLocksProvider in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return types with arguments of type ResourceLocksProvider Modifier and Type Method Description java.lang.Class<? extends ResourceLocksProvider>[]providers()An array of one or more classes implementingResourceLocksProvider.
-