In my last post about testing WCF, I described how to easily test a server side component which is exposed…
Read moreTesting SharePoint – Now Easier with the New API
As I mentioned in my previous post on Unit Testing SharePoint , the Pattern and Practices group now use Typemock…
Read moreTypemock Isolator within an Automated NAnt Build Script
Mehfuz Hossain has a very detailed and interesting post on how he performs a build, and includes a description on…
Read moreThe woes of multithreaded design – How to find deadlock using Typemock Racer
I came across an article on Dr’ Dobb’s I’d like to share called The woes of multithreaded design. The amazing…
Read moreNJect – An AOP Wrapper Around Isolator API
Isolator provides an event called MockedMethodCalled that can be used to get notification when a method is called. That means…
Read moreIsolator and TestMatrix Profiler
This is not really new, since we put it in 4.3.2. But it deserves mentioning. Isolator is compatible running with…
Read moreRacer Nightly builds available
If you’re reading this blog and somehow don’t know what is Typemock Racer you can read about it here. …
Read moreHow to Fake Lists
Travis Illig - a Typemock expert, frequent forum contributor and all round good guy – has posted on how to…
Read moreHow to Fake Lists
Travis Illig - a Typemock expert, frequent forum contributor and all round good guy – has posted on how to…
Read moreFinding Deadlocks with ReaderWriterLock and Typemock Racer
This feature was just added to the Racer Alpha. Given the following method: Can you see a potential for deadlock…
Read more