The P&P group at Microsoft has recently adopted the Isolator product as their mocking framework of choice. In their current…
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 moreIsolator AAA: Creating Fakes
So let’s start at the beginning. And in the beginning you do this:
1 |
<span style="color: #000000;">RealLogger fake = Isolate.Fake.Instance<RealLogger>();</span> |
That’s it, you created a fake…
Read moreTypemock Racer Released!
I’m happy to announce the release of the Alpha version of our newest product Typemock Racer. you can get it…
Read moreTDD Research
Here’s a very nice case study conducted at Microsoft on two projects: http://research.microsoft.com/manuvir/papers/isese-fp17288-Bhat.pdf Here are two tables showing the difference…
Read moreRegistry on Windows 64 Bit – Double Your Pleasure
For those of you who are new to windows 64 bit you’ll be happy to know that Microsoft decided to…
Read moreIncreasing Code Coverage
In his recent post, Philip Laureano writes about how to increase code coverage for LinFu: Bottom-up or Top-down. Bottom-up means…
Read moreTypemock is now MCP and VSIP!
We are now officially a Microsoft Certified Partner, as well as Visual Studio Industry Partner. You can read all about…
Read moreFix – MS Test could not find Unity dll (or other dependencies)
I want to tell you about a problem I came across today: After writing MS Test tests using Racer I…
Read more