You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea. To decouple StepTitle from a specific BDD flavour maybe we could use [StepTitle("Foo is changed too", Order = ExecutionOrder.Transition)] instead?!
Also how about using one StepTitle per ExecutionOrder; e.g.
[StepTitle("Foo is changed too", Order = ExecutionOrder.Transition)]
[StepTitle("Foo is", Order = ExecutionOrder.Setup)]
Activity
MehdiK commentedon Aug 16, 2014
I like the idea. To decouple
StepTitlefrom a specific BDD flavour maybe we could use[StepTitle("Foo is changed too", Order = ExecutionOrder.Transition)]instead?!Also how about using one
StepTitleperExecutionOrder; e.g.