Add the TODO from the first part of Beck's book

This commit is contained in:
R. Tyler Croy 2011-12-29 22:06:45 -08:00
parent 45b5069616
commit d18e05b03f
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# chucktesta
xUnit for Ada. AUnit? NOPE, chucktesta.

9
TODO.markdown Normal file
View File

@ -0,0 +1,9 @@
# Chuck Testa TODO
* Invoke test method
* Invoke setUp first
* Invoke tearDown after the test
* Invoke tearDown even if the test method fails
* Run multiple tests
* Report collected results