Uses of Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource
-
Packages that use ExclusiveResource Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.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 ExclusiveResource in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type ExclusiveResource Modifier and Type Method Description java.util.Set<ExclusiveResource>
ClassBasedTestDescriptor. getExclusiveResources()
java.util.Set<ExclusiveResource>
MethodBasedTestDescriptor. getExclusiveResources()
java.util.Set<ExclusiveResource>
TestTemplateInvocationTestDescriptor. getExclusiveResources()
(package private) java.util.Set<ExclusiveResource>
JupiterTestDescriptor. getExclusiveResourcesFromAnnotation(java.lang.reflect.AnnotatedElement element)
-
Uses of ExclusiveResource in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as ExclusiveResource Modifier and Type Field Description (package private) static ExclusiveResource
ExclusiveResource. GLOBAL_READ
(package private) static ExclusiveResource
ExclusiveResource. GLOBAL_READ_WRITE
Fields in org.junit.platform.engine.support.hierarchical with type parameters of type ExclusiveResource Modifier and Type Field Description private static java.util.Comparator<ExclusiveResource>
LockManager. COMPARATOR
Methods in org.junit.platform.engine.support.hierarchical that return types with arguments of type ExclusiveResource Modifier and Type Method Description default java.util.Set<ExclusiveResource>
Node. getExclusiveResources()
Get the set of exclusive resources required to execute this node.private java.util.Set<ExclusiveResource>
NodeTreeWalker. getExclusiveResources(TestDescriptor testDescriptor)
Methods in org.junit.platform.engine.support.hierarchical with parameters of type ExclusiveResource Modifier and Type Method Description (package private) ResourceLock
LockManager. getLockForResource(ExclusiveResource resource)
private java.util.concurrent.locks.Lock
LockManager. toLock(ExclusiveResource resource)
Method parameters in org.junit.platform.engine.support.hierarchical with type arguments of type ExclusiveResource Modifier and Type Method Description private java.util.List<java.util.concurrent.locks.Lock>
LockManager. getDistinctSortedLocks(java.util.Collection<ExclusiveResource> resources)
(package private) ResourceLock
LockManager. getLockForResources(java.util.Collection<ExclusiveResource> resources)
-