Method and Description |
---|
io.temporal.testing.TestWorkflowRule.getWorkflowExecutionHistory(WorkflowExecution)
use
TestWorkflowRule.getHistory(io.temporal.api.common.v1.WorkflowExecution) , this method will be reworked to return WorkflowExecutionHistory in the upcoming releases |
io.temporal.testing.TestWorkflowRule.Builder.setTestTimeoutSeconds(long)
Temporal test rule shouldn't be responsible for enforcing test timeouts. Use
toolchain of your test framework to enforce timeouts.
|
io.temporal.testing.TestWorkflowEnvironment.shutdownTestService() |
io.temporal.testing.TestWorkflowEnvironmentInternal.shutdownTestService() |