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()
-
Uses of ExclusiveResource in org.junit.platform.engine.support.hierarchical
Methods 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.