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