Uses of Interface
org.junit.platform.engine.support.hierarchical.ResourceLock
-
Packages that use ResourceLock Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of ResourceLock in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock. acquire()
Acquire this resource lock, potentially blocking.ResourceLock
HierarchicalTestExecutorService.TestTask. getResourceLock()
Get the resource lock of this task.
-