Uses of Interface
org.junit.platform.engine.support.hierarchical.ResourceLock
Packages that use ResourceLock
Package
Description
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of ResourceLock in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return ResourceLockModifier and TypeMethodDescriptionResourceLock.acquire()Acquire this resource lock, potentially blocking.HierarchicalTestExecutorService.TestTask.getResourceLock()Get the resource lock of this task.Methods in org.junit.platform.engine.support.hierarchical with parameters of type ResourceLockModifier and TypeMethodDescriptiondefault booleanResourceLock.isCompatible(ResourceLock other) Returns whether the given lock is compatible with this lock.