Interface | Description |
---|---|
TestActivityEnvironment |
The helper class for unit testing activity implementations.
|
TestWorkflowEnvironment |
TestWorkflowEnvironment provides workflow unit testing capabilities.
|
Class | Description |
---|---|
TestActivityEnvironmentInternal | |
TestActivityExtension |
JUnit Jupiter extension that simplifies testing of Temporal activities and supports calls to
Activity methods from the tested activities. |
TestActivityExtension.Builder | |
TestEnvironmentOptions | |
TestEnvironmentOptions.Builder | |
TestWorkflowEnvironmentInternal | |
TestWorkflowExtension |
JUnit Jupiter extension that simplifies testing of Temporal workflows.
|
TestWorkflowExtension.Builder | |
TestWorkflowRule |
JUnit4
|
TestWorkflowRule.Builder | |
WorkflowHistoryLoader |
Expose methods to read and deserialize workflow execution history from json.
To be used with WorkflowReplayer |
WorkflowReplayer |
Replays a workflow given its history.
|
Annotation Type | Description |
---|---|
WorkflowInitialTime |
JUnit5 only
|