How to: Test Driven Thread Safety
When writing thread safe code and being test infected, you want to start writing tests that fail because thread safety has not yet been implemented. Read Test Driven Thread Safety for a walkthrough of how that can be accomplished. ...