com.amazonaws.services.simpleworkflow.flow.junit
Class GenericWorkflowTest

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.junit.WorkflowTestBase
      extended by com.amazonaws.services.simpleworkflow.flow.junit.GenericWorkflowTest
All Implemented Interfaces:
org.junit.rules.MethodRule

public class GenericWorkflowTest
extends WorkflowTestBase


Field Summary
 
Fields inherited from class com.amazonaws.services.simpleworkflow.flow.junit.WorkflowTestBase
decisionContext, defaultActivitiesTaskListToPoll, workflowClock, workflowContext
 
Constructor Summary
GenericWorkflowTest(WorkflowDefinitionFactoryFactory factoryFactory)
           
 
Method Summary
 void addFactory(ActivityImplementationFactory factory)
           
 void addFactory(String taskListToListen, ActivityImplementationFactory factory)
           
 
Methods inherited from class com.amazonaws.services.simpleworkflow.flow.junit.WorkflowTestBase
afterEvaluate, apply, beforeEvaluate, clockAdvanceSeconds, clockAdvanceSeconds, getClockAcceleration, getDecisionContext, getDefaultActivitiesTaskListToPoll, getWorkflowExecution, getWorkflowType, isDisableOutstandingTasksCheck, setClockAccelerationCoefficient, setClockCurrentTimeMillis, setDefaultActivitiesTaskListToPoll, setDisableOutstandingTasksCheck, setExpectedException, setFlowTestRunner, setTestTimeoutActualTimeMilliseconds, setWorkflowExecution, setWorkflowType, waitBlocked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericWorkflowTest

public GenericWorkflowTest(WorkflowDefinitionFactoryFactory factoryFactory)
Method Detail

addFactory

public void addFactory(String taskListToListen,
                       ActivityImplementationFactory factory)

addFactory

public void addFactory(ActivityImplementationFactory factory)


Copyright © 2016. All rights reserved.