Uses of Class
org.junit.platform.engine.support.hierarchical.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
Modifier and TypeMethodDescriptionJupiterTestDescriptor.getExclusiveResources()
TestTemplateInvocationTestDescriptor.getExclusiveResources()
-
Uses of ExclusiveResource in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptiondefault Set
<ExclusiveResource> Node.getExclusiveResources()
Get the set of exclusive resources required to execute this node.ResourceLock.getResources()
Returns the exclusive resources this lock represents.