Uses of Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource
Packages that use ExclusiveResource
Package
Description
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.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.