sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Unit Test for ActivityCompletionClient methods that don't use taskToken

Open Spikhalskiy opened this issue 3 years ago • 0 comments

All the methods of ActivityCompletionClient that don't use task token and use String workflowId, Optional<String> runId, String activityId instead are unused and untested. The same is ManualActivityCompletionClientImpl codepaths that work when workflowId + activityId are specified instead of taskToken.

These methods should be covered with basic unit tests.

Spikhalskiy avatar Aug 10 '22 03:08 Spikhalskiy