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 Set<ExclusiveResource>
ClassBasedTestDescriptor. getExclusiveResources()
Set<ExclusiveResource>
MethodBasedTestDescriptor. getExclusiveResources()
Set<ExclusiveResource>
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 ExclusiveResource Modifier and Type Method Description default Set<ExclusiveResource>
Node. getExclusiveResources()
Get the set of exclusive resources required to execute this node.
-