| 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 |
|---|---|
Set<ExclusiveResource> |
ClassTestDescriptor.getExclusiveResources() |
Set<ExclusiveResource> |
MethodBasedTestDescriptor.getExclusiveResources() |
Set<ExclusiveResource> |
TestTemplateInvocationTestDescriptor.getExclusiveResources() |
protected Set<ExclusiveResource> |
JupiterTestDescriptor.getExclusiveResourcesFromAnnotation(AnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
default Set<ExclusiveResource> |
Node.getExclusiveResources()
Get the set of exclusive resources
required to execute this node.
|
Copyright © 2024. All rights reserved.