grassdog / tdd-in-a-box

A simple Calculator ripe for TDDing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Calculator ripe for TDDing


Languages

Language:C# 100.0%