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
This looks exactly like what I was planning to do, however I am not sure how to use this when it comes to user stories. In one of your issues #13 you have mentioned something like ScenarioFor<MediatorDriver, PersonStory>. Whats the semantics for TStory here
The text was updated successfully, but these errors were encountered:
Yes, check out the ATM sample. You can see that the AccountHolderWithdrawsCashStory story class is a simple class where you set the story metadata in the constructor. Then you reference that class as the second generic parameter class, such as in the AccountHasSufficientFunds scenario.
There are 2 types of story base classes (or you could create your own). UserStory follows the As a, I want, So that template. The ValueStory uses the In order to, As a, I want template.
This looks exactly like what I was planning to do, however I am not sure how to use this when it comes to user stories. In one of your issues #13 you have mentioned something like ScenarioFor<MediatorDriver, PersonStory>. Whats the semantics for TStory here
The text was updated successfully, but these errors were encountered: