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 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 moreIsolator AAA API – The Basics
What is AAA? NUnit and likes have been using it for years. The Arrange, Act and Assert (AAA) structure of…
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 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 moreWriting Testable Code
A common problem that most beginners in the TDD world have is how to define a unit test. Although seems…
Read more