| Interface | Description |
|---|---|
| DynamicExecutionContext |
Simple contract for a sepcific execution group of dynamic test nodes that allows
the
TestFactory to check whether given test nodes
should be generated or not. |
| Class | Description |
|---|---|
| AbstractDynamicTest<T extends DynamicExecutionContext> |
Abstract base class that can be used to generate dynamic test-lets.
|
| DynamicBeforeAll.None |
Default empty exception.
|
| DynamicTest.None |
Default empty exception.
|
| Annotation Type | Description |
|---|---|
| DynamicAfterAll |
AfterAll equilvalent. |
| DynamicAfterEach |
AfterEach equivalent. |
| DynamicBeforeAll |
BeforeAll equivalent. |
| DynamicBeforeEach |
BeforeEach equivalent. |
| DynamicTest |
A
Test equivalent. |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.