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 moreUnit Testing SharePoint using Isolator
The P&P group at Microsoft has recently adopted the Isolator product as their mocking framework of choice. In their current…
Read moreWhy TDD Rocks
Test Driven Development (TDD) Saves You Time Serious Bug Fixes in Minutes Yesterday I had (yet another) realization about the…
Read moreIsolator AAA: Verification
After creating fakes and setting behaviors. we come to the end of our journey (until next release, when new APIs…
Read moreIsolator AAA: Setting Behavior
After we created fakes, now we can set specific behavior. As you may recall, the default behavior is set when…
Read more