Skip to content

Move to use DurableOrchestrationContextBase to facilitate unit testing via mocks #16

@richardjharding

Description

@richardjharding

I was attempting to write some unit tests along the lines of this document

I ran into a problem as its not possible to mock the sealed DurableOrchestrationContext and if I create a mock DurableOrchestrationContextBase its not possible to cast to the concrete type in order to pass to the orchestration workflow

Any objection to me creating a pr to make the change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions