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
varstoryMetadata1=newStoryMetadata(typeof(RegularAccountHolderStory),"As a person","I want ice cream","So that I can be happy","Happiness");
46
+
varstoryMetadata2=newStoryMetadata(typeof(GoldAccountHolderStory),"As an account holder","I want to withdraw cash","So that I can get money when the bank is closed","Account holder withdraws cash");
Then no money is dispensed [Failed] [Boom] [Details at 1 below]
21
+
22
+
Exceptions:
23
+
1. Boom
24
+
at TestStack.BDDfy.Tests.Reporters.ReportTestData.GetFailingExecutionSteps() in c:\_mine\Code\TestStack\TestStack.BDDfy\TestStack.BDDfy.Tests\Reporters\ReportTestData.cs:line 203
25
+
26
+
27
+
Story: Happiness
28
+
As a person
29
+
I want ice cream
30
+
So that I can be happy
31
+
32
+
Scenario: Inconclusive Scenario [for Happiness]
33
+
Given a negative account balance [Passed]
34
+
When the account holder requests money [Passed]
35
+
Then no money is dispensed [Inconclusive]
36
+
37
+
38
+
Story: Happiness
39
+
As a person
40
+
I want ice cream
41
+
So that I can be happy
42
+
43
+
Scenario: Not Implemented Scenario [for Happiness]
Scenario: Sad Path Scenario [for Account holder withdraws cash]
66
+
Given a negative account balance [Passed]
67
+
When the account holder requests money [Passed]
68
+
Then no money is dispensed [Failed] [Boom] [Details at 1 below]
69
+
70
+
Exceptions:
71
+
1. Boom
72
+
at TestStack.BDDfy.Tests.Reporters.ReportTestData.GetFailingExecutionSteps() in c:\_mine\Code\TestStack\TestStack.BDDfy\TestStack.BDDfy.Tests\Reporters\ReportTestData.cs:line 203
Scenario: Not Implemented Scenario [for Account holder withdraws cash]
92
+
Given a negative account balance [Passed]
93
+
When the account holder requests money [Passed]
94
+
Then no money is dispensed [Not implemented]
95
+
96
+
97
+
98
+
Scenario: Happy Path Scenario [with no story]
99
+
Given a positive account balance
100
+
When the account holder requests money
101
+
Then money is dispensed
102
+
103
+
104
+
105
+
Scenario: Sad Path Scenario [with no story]
106
+
Given a negative account balance [Passed]
107
+
When the account holder requests money [Passed]
108
+
Then no money is dispensed [Failed] [Boom] [Details at 1 below]
109
+
110
+
Exceptions:
111
+
1. Boom
112
+
at TestStack.BDDfy.Tests.Reporters.ReportTestData.GetFailingExecutionSteps() in c:\_mine\Code\TestStack\TestStack.BDDfy\TestStack.BDDfy.Tests\Reporters\ReportTestData.cs:line 203
113
+
114
+
115
+
116
+
Scenario: Inconclusive Scenario [with no story]
117
+
Given a negative account balance [Passed]
118
+
When the account holder requests money [Passed]
119
+
Then no money is dispensed [Inconclusive]
120
+
121
+
122
+
123
+
Scenario: Not Implemented Scenario [with no story]
0 commit comments