-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Milestone
Description
this.Given(_ => GivenSomething())
.And(_ => GivenSomethingElse())
.When(_ => WhenSomething())
.But(_ => WhenFoo())
// etcThe .And(_ => GivenSomethingElse()) step should have a title of And given something else and the But(_ => WhenFoo()) step should have a title of But when foo
Reactions are currently unavailable