Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grassdog/tdd-in-a-box
A simple Calculator ripe for TDDing
https://github.com/grassdog/tdd-in-a-box
Last synced: 3 days ago
JSON representation
A simple Calculator ripe for TDDing
- Host: GitHub
- URL: https://github.com/grassdog/tdd-in-a-box
- Owner: grassdog
- Created: 2013-02-22T01:54:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-22T03:35:31.000Z (almost 12 years ago)
- Last Synced: 2024-11-06T15:59:11.270Z (about 2 months ago)
- Language: C#
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD in a box
Learn some wicked TDD skills with this excellent calculator application.
You can build the solution and run the unit tests with the script `run-tests.cmd`.
Here are some functions to drive out with tests:
- Add
- Subtract
- Multiply
- Divide (throw ArgumentException on division by zero)
- MultiplyByRandomNumber