How to write unit test before the class code?

Posted by Scott Faisal on Stack Overflow See other posts from Stack Overflow or by Scott Faisal
Published on 2010-05-20T20:25:34Z Indexed on 2010/05/20 20:30 UTC
Read the original article Hit count: 205

Filed under:
|
|

I am trying to get into the habit of writing a unit test before the actual class. What are some pointers the stack overflow community can give me along with any useful resources.

Thank You

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about phpunit