Documentation ¶
Index ¶
- func DecodeParam[P any](payload *testsv1.Payload) (P, error)
- func DecodeTemporalParam[P any](payload *common.Payload) (P, error)
- func ExecuteTest(ctx workflow.Context, wf func(ctx workflow.Context)) error
- func GetPendingError(pending *Pending) error
- func GetPendingFuture(pending *Pending) workflow.Future
- func ResultChanFromContext(ctx context.Context) chan<- any
- type CaseExecutor
- type CaseResponse
- type Pending
- type TestExecutor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeParam ¶
func DecodeTemporalParam ¶
func GetPendingError ¶
func GetPendingFuture ¶
func ResultChanFromContext ¶
Types ¶
type CaseExecutor ¶
type CaseResponse ¶
func ExecuteCase ¶
type Pending ¶
type Pending struct {
// contains filtered or unexported fields
}
func NewPending ¶
func NewPendingError ¶
func NewPendingError(id test.CaseExecutionID, name string, err error) *Pending
type TestExecutor ¶
Click to show internal directories.
Click to hide internal directories.