Search Results

6
votes

Is Unit Testing worth the effort?

I think it is. I recommend this article on the subject. Top 12 Reasons to Write Unit Tests …
0
votes

Unit Testing C Code

Cmockery is a recently launched Google Code project that consists on a very simple to use C library for writing unit tests. …
1
vote

Can people recommend some good books and resources on unit testing?

I recommend Kent Beck's book: Test Driven Development: By Example …