Uses of Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource
Packages that use ExclusiveResource
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of ExclusiveResource in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type ExclusiveResourceModifier and TypeMethodDescriptionClassBasedTestDescriptor.getExclusiveResources()MethodBasedTestDescriptor.getExclusiveResources()TestTemplateInvocationTestDescriptor.getExclusiveResources()(package private) Set<ExclusiveResource>JupiterTestDescriptor.getExclusiveResourcesFromAnnotation(AnnotatedElement element) -
Uses of ExclusiveResource in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as ExclusiveResourceModifier and TypeFieldDescription(package private) static final ExclusiveResourceExclusiveResource.GLOBAL_READ(package private) static final ExclusiveResourceExclusiveResource.GLOBAL_READ_WRITEFields in org.junit.platform.engine.support.hierarchical with type parameters of type ExclusiveResourceModifier and TypeFieldDescriptionprivate static final Comparator<ExclusiveResource>LockManager.COMPARATORMethods in org.junit.platform.engine.support.hierarchical that return types with arguments of type ExclusiveResourceModifier and TypeMethodDescriptiondefault Set<ExclusiveResource>Node.getExclusiveResources()Get the set of exclusive resources required to execute this node.private Set<ExclusiveResource>NodeTreeWalker.getExclusiveResources(TestDescriptor testDescriptor) Methods in org.junit.platform.engine.support.hierarchical with parameters of type ExclusiveResourceModifier and TypeMethodDescription(package private) ResourceLockLockManager.getLockForResource(ExclusiveResource resource) private LockLockManager.toLock(ExclusiveResource resource) Method parameters in org.junit.platform.engine.support.hierarchical with type arguments of type ExclusiveResourceModifier and TypeMethodDescriptionLockManager.getDistinctSortedLocks(Collection<ExclusiveResource> resources) (package private) ResourceLockLockManager.getLockForResources(Collection<ExclusiveResource> resources) private booleanNodeTreeWalker.isReadOnly(Set<ExclusiveResource> exclusiveResources)