Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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