Add project files.

This commit is contained in:
2019-11-18 16:59:38 +01:00
parent 5ec0c4fa3e
commit eef116b5f6
22 changed files with 841 additions and 0 deletions

View File

@ -0,0 +1 @@


View 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