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 WCF Async Calls – Part II
In the last post, I simulated an asynchronous call to WCF, by setting custom code behavior on the Begin and…
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 moreWCF tip – How to fake a method inside WebOperationContext
One of our customers had a very interesting problem. When using he needed to set WCF’s WebOperationContext.Current.IncomingRequest.UserAgent to return a…
Read more