Uses of Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource
-
Packages that use ExclusiveResource Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
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 java.util.Set<ExclusiveResource>Node. getExclusiveResources()Get the set of exclusive resources required to execute this node.
-