Documentation ¶
Overview ¶
Package testsuite contains unit testing framework for Cadence workflows and activities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMockStartChildWorkflowFailed = internal.ErrMockStartChildWorkflowFailed
ErrMockStartChildWorkflowFailed is special error used to indicate the mocked child workflow should fail to start.
Functions ¶
This section is empty.
Types ¶
type MockCallWrapper ¶
type MockCallWrapper = internal.MockCallWrapper
MockCallWrapper is a wrapper to mock.Call. It offers the ability to wait on workflow's clock instead of wall clock.
type TestActivityEnvironment ¶
type TestActivityEnvironment = internal.TestActivityEnvironment
TestActivityEnvironment is the environment that you use to test activity
type TestWorkflowEnvironment ¶
type TestWorkflowEnvironment = internal.TestWorkflowEnvironment
TestWorkflowEnvironment is the environment that you use to test workflow
type WorkflowTestSuite ¶
type WorkflowTestSuite = internal.WorkflowTestSuite
WorkflowTestSuite is the test suite to run unit tests for workflow/activity.
Click to show internal directories.
Click to hide internal directories.