Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseWorkflowWorkerTest

Hierarchy

  • BaseWorkflowWorkerTest

Index

Properties

binding

binding: Binding<any>

container

container: Container

contextCache

contextCache: ContextCache

contextResolutionStrategy

contextResolutionStrategy: ContextResolutionStrategy<DecisionRunContext>

decisionContext

decisionContext: DecisionRunContext

pollGenerator

poller

poller: any

testScheduler

testScheduler: TestScheduler

workflowClient

workflowClient: WorkflowClient

workflowExecution

workflowExecution: WorkflowExecution

workflowHistoryGen

workflowHistoryGen: WorkflowHistoryGenerator

Methods

before

  • before(): void

Private createWorker

Private createWorkflowClass

  • createWorkflowClass(workflowType: WorkflowType, result: any): Newable<any>

Private loadBinding

  • loadBinding(__namedParameters: object): void

registerShouldThrowException

  • registerShouldThrowException(): Promise<void>

runWorkflowShouldStartPolling

  • runWorkflowShouldStartPolling(): Promise<void>

shouldCallImplementationOfTheCorrespondingWf

  • shouldCallImplementationOfTheCorrespondingWf(): void

shouldCallProcessEventList

  • shouldCallProcessEventList(): void

shouldCreateImplementation

  • shouldCreateImplementation(): Promise<void>

shouldRegisterAmazonWorkflow

  • shouldRegisterAmazonWorkflow(): Promise<void>

shouldRegisterSuccessIfWorkflowAlreadyRegistered

  • shouldRegisterSuccessIfWorkflowAlreadyRegistered(): Promise<void>

shouldRespondDecisionCompleted

  • shouldRespondDecisionCompleted(): Promise<void>

shouldRespondWorkflowCompletedDecision

  • shouldRespondWorkflowCompletedDecision(): Promise<void>

shouldRespondWorkflowFailed

  • shouldRespondWorkflowFailed(): Promise<void>

Generated using TypeDoc