A .NET command-line based rate calculation system.
This is a .NET Command-Line Application.
More testing is needed; a general clean-up of single-responsibility could be applied, there's a little bit of replication in here.
I'm implemented BDD here through the use of SpecFlow; this is made up of a Feature file that contains some Testing Scenarios where a final Step Definition output is available for Testing.
- There are 2 arguments to be passed through, they are...
A file-path;
A loan amount;
E.g: ...Folder\Sub-Folder\market.csv 1000
Load the Visual Studio Test Explorer, and run each individual Test.