Willem Odendall a South African developer at new media labs, published a great presentation on practical tips for unit testing:…
Read morePractical Tips for Unit Testing
Willem Odendaal, a South African developer at new media labs, published a great presentation on practical tips for unit testing:He…
Read moreEnabling targeting MSTest projects to .NET 3.5 in Visual Studio 2010 SP1
Microsoft had just released Visual Studio 2010 Service Pack 1 (beta), and one of its features is allowing re-targeting Test…
Read moreFree Unit Testing Webinar on LIDNUG with @Typemock
I want to quickly tell you about an upcoming live unit testing webinar, featuring Gil Zilberfeld from Typemock, that…
Read moreFaking LINQ to SQL DataContext Tables with Isolator
A user on the Typemock Forums asked recently about faking the tables of a LINQ to SQL data context, and…
Read moreLinks: Being Successful with Agile and unit testing
It is always nice to hear when a fellow developer succeeds and what makes these posts even better is the…
Read moreUnit Testing – What not to test..
Yesterday I came across this question in StackOverflow: I have gone through a number posts on stackoverflow and numerous articles…
Read moreUsing CThru to Fake Entire Assemblies – With Real Recursiveness
It sure helps to know all the reflection APIs. Not sure if Eli knows them all by heart, but he…
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 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