Uses of Class
org.junit.platform.engine.support.hierarchical.ExclusiveResource.LockMode
-
Packages that use ExclusiveResource.LockMode 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 anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
Uses of ExclusiveResource.LockMode in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return ExclusiveResource.LockMode Modifier and Type Method Description private static ExclusiveResource.LockModeExclusiveResourceCollector.DefaultExclusiveResourceCollector. toLockMode(org.junit.jupiter.api.parallel.ResourceAccessMode mode) -
Uses of ExclusiveResource.LockMode in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as ExclusiveResource.LockMode Modifier and Type Field Description private ExclusiveResource.LockModeExclusiveResource. lockModeMethods in org.junit.platform.engine.support.hierarchical that return ExclusiveResource.LockMode Modifier and Type Method Description ExclusiveResource.LockModeExclusiveResource. getLockMode()Get the lock mode of this resource.static ExclusiveResource.LockModeExclusiveResource.LockMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExclusiveResource.LockMode[]ExclusiveResource.LockMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.junit.platform.engine.support.hierarchical with parameters of type ExclusiveResource.LockMode Constructor Description ExclusiveResource(java.lang.String key, ExclusiveResource.LockMode lockMode)Create a newExclusiveResource.
-