It sure helps to know all the reflection APIs. Not sure if Eli knows them all by heart, but he…
Read moreAn improved article section in our site
The article section in our site was recently given a “make over”. You can check it out here: https://www.typemock.com/Articles.php Just…
Read moreQuick tip – How to fake a singleton
The Singleton Pattern and How to Fake It The singleton pattern is well known and used in many software projects….
Read moreThe Dog Food Experience
The user experience. All of us talk about how we want a better user experience. Most of us don’t get…
Read moreFaking Async Calls in WCF – Part I
Once upon a time, I wrote about writing tests for WCF servers and clients. WCF can be invoked also in…
Read moreUsing CThru to Fake Entire Assemblies
In our forums, Soon Hui Ngu asked if there’s a way to fake recursively entire assemblies, without too much hustle….
Read more7 Phases of Unit Testing – I Did It My Way
Karl Seguin blogged a short nice post on the "7 phases of unit testing". I’ll take the jump and see…
Read moreThe First Unit Test – Arrange-Act-Assert
I’ve written before about the process of writing the first unit test. I want to give an example of how…
Read moreIan Cartwright: “Test code is just code”
A great post from Ian Cartwright, on how to treat test code. You’ve probably guessed it, it’s not different than…
Read moreWhat’s More Important Than TDD?
Another post from Paul Bourdeaux, this time on the bias you have from knowing how the code works, and how…
Read more