From d18e05b03fd1b7ef4fe0395e452c711aa3cb8ae4 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 29 Dec 2011 22:06:45 -0800 Subject: [PATCH] Add the TODO from the first part of Beck's book --- README.markdown | 3 +++ TODO.markdown | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 TODO.markdown diff --git a/README.markdown b/README.markdown index e69de29..7f478fb 100644 --- a/README.markdown +++ b/README.markdown @@ -0,0 +1,3 @@ +# chucktesta + +xUnit for Ada. AUnit? NOPE, chucktesta. diff --git a/TODO.markdown b/TODO.markdown new file mode 100644 index 0000000..ee3dc4d --- /dev/null +++ b/TODO.markdown @@ -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