File tree 1 file changed +3
-2
lines changed
src/test/java/com/uber/cadence/samples/replaytests
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
// workflowType in the first event of history).
32
32
public class HelloActivityReplayTest {
33
33
34
- //simple replayer test which checks the current workflow execution with the definition: should pass
34
+ // simple replayer test which checks the current workflow execution with the definition: should
35
+ // pass
35
36
@ Test
36
37
public void testReplay () throws Exception {
37
38
WorkflowReplayer .replayWorkflowExecutionFromResource (
38
39
"replaytests/HelloActivity.json" , HelloActivity .GreetingWorkflowImpl .class );
39
40
}
40
41
41
- //continue-as-new case for replayer tests
42
+ // continue-as-new case for replayer tests
42
43
@ Test
43
44
public void testReplay_continueAsNew () throws Exception {
44
45
WorkflowReplayer .replayWorkflowExecutionFromResource (
You can’t perform that action at this time.
0 commit comments