Add project files.
This commit is contained in:
1
BrokerageLib/Scenarios/CommisionCalcScenario.txt
Normal file
1
BrokerageLib/Scenarios/CommisionCalcScenario.txt
Normal file
@ -0,0 +1 @@
|
||||
|
||||
10
BrokerageLib/Scenarios/PaymentDateScenario.txt
Normal file
10
BrokerageLib/Scenarios/PaymentDateScenario.txt
Normal file
@ -0,0 +1,10 @@
|
||||
[ The Given-When-Then pattern ]
|
||||
To calculate the next payment date for our customer bills
|
||||
|
||||
Given a valid start date
|
||||
When the future calculated payment date falls on a weekday
|
||||
Then use the calculated date
|
||||
|
||||
Given a valid start date
|
||||
When the future calculated payment date falls on a weekend
|
||||
Then use the first Monday after calculated date
|
||||
Reference in New Issue
Block a user