I’ve promised to do this a while back. So here goes. From version 5.0 on, Isolator comes in two license…
Read moreSPTypeMock – SharePoint Typemock Wrapper
There’s a new project in CodePlex, called SharePoint Typemock Wrapper. It contains wrapper classes for the regular SharePoint classes, that…
Read moreNew stable version of Typemock Racer: Visualizations, new APIs and much more
Yesterday we have released a new stable release of Typemock Racer. Since the last stable release the Racer Team has…
Read moreTesting WCF with Isolator – The Client
In my last post about testing WCF, I described how to easily test a server side component which is exposed…
Read moreUnit Testing WCF with Isolator – The Server
WCF actually cries out for unit testing. How can you make sure your logic actually works without relying on a…
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 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