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 anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
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 ExclusiveResourceExclusiveResource. GLOBAL_READ(package private) static ExclusiveResourceExclusiveResource. GLOBAL_READ_WRITEFields 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. COMPARATORMethods 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) ResourceLockLockManager. getLockForResource(ExclusiveResource resource)private java.util.concurrent.locks.LockLockManager. 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) ResourceLockLockManager. getLockForResources(java.util.Collection<ExclusiveResource> resources)
-