Skip to content

Allow To and From to make use of collections of States to make definition more flexible #7

@ticviking

Description

@ticviking

I find myself using the pattern of

var EndStates = new[]{ state1, state2, ... ect}
for(var state in EndStates)
  c.From(CommonStart).To(state);

way too often. I should be able to pass in the end states instead.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions