Skip to content

Commit

Permalink
[#32] Add TDD validations from xUnit Test Patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Jun 3, 2012
1 parent 34f0a8f commit ea927fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trails/test-driven-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You know everyday TDD when you can:
* Make the test error or fail.
* Make the test pass by writing the simplest implementation possible.
* Refactor.
* Name each phase of the Four Phase Test.
* Identify a Mystery Guest.

Ongoing reference
-----------------
Expand Down

1 comment on commit ea927fb

@myronmarston
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I have no idea what the phases of the "four phase test" are, or what a mystery guest is...and I've been practicing (or at least trying to, based on my understanding at the time) TDD for a 6 or 7 years now. Seems like a funny set of criteria for validation that "you know everyday TDD".

Please sign in to comment.