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 any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ExclusiveResource> |
TestTemplateInvocationTestDescriptor.getExclusiveResources() |
java.util.Set<ExclusiveResource> |
MethodBasedTestDescriptor.getExclusiveResources() |
java.util.Set<ExclusiveResource> |
ClassBasedTestDescriptor.getExclusiveResources() |
(package private) java.util.Set<ExclusiveResource> |
JupiterTestDescriptor.getExclusiveResourcesFromAnnotation(java.lang.reflect.AnnotatedElement element) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Comparator<ExclusiveResource> |
LockManager.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
default java.util.Set<ExclusiveResource> |
Node.getExclusiveResources()
Get the set of exclusive resources
required to execute this node.
|
private java.util.Set<ExclusiveResource> |
NodeTreeWalker.getExclusiveResources(TestDescriptor testDescriptor) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<java.util.concurrent.locks.Lock> |
LockManager.getDistinctSortedLocks(java.util.Collection<ExclusiveResource> resources) |
(package private) ResourceLock |
LockManager.getLockForResources(java.util.Collection<ExclusiveResource> resources) |