# Functions
No description provided by the author
NewMockTestWorkflowExecutor creates a new mock instance.
# Structs
MockTestWorkflowExecutor is a mock of TestWorkflowExecutor interface.
MockTestWorkflowExecutorMockRecorder is the mock recorder for MockTestWorkflowExecutor.
# Interfaces
go:generate mockgen -destination=./mock_executor.go -package=testworkflowexecutor "github.com/kubeshop/testkube/pkg/testworkflows/testworkflowexecutor" TestWorkflowExecutor.