Uses of Class
org.junit.jupiter.api.parallel.ResourceLocksProvider.Lock
Packages that use ResourceLocksProvider.Lock
Package
Description
JUnit Jupiter API for influencing parallel test execution.
-
Uses of ResourceLocksProvider.Lock in org.junit.jupiter.api.parallel
Methods in org.junit.jupiter.api.parallel that return types with arguments of type ResourceLocksProvider.LockModifier and TypeMethodDescriptiondefault Set
<ResourceLocksProvider.Lock> ResourceLocksProvider.provideForClass
(Class<?> testClass) Add shared resources for a test class.default Set
<ResourceLocksProvider.Lock> ResourceLocksProvider.provideForMethod
(List<Class<?>> enclosingInstanceTypes, Class<?> testClass, Method testMethod) Add shared resources for a test method.default Set
<ResourceLocksProvider.Lock> ResourceLocksProvider.provideForNestedClass
(List<Class<?>> enclosingInstanceTypes, Class<?> testClass) Add shared resources for a@Nested
test class.