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 moreBy alonK
August 19, 2008
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 moreBy
August 19, 2008
What is AAA? NUnit and likes have been using it for years. The Arrange, Act and Assert (AAA) structure of…
Read moreBy
August 19, 2008
I’m happy to announce the release of the Alpha version of our newest product Typemock Racer. you can get it…
Read moreBy alonK
August 19, 2008
I’m happy to announce the release of the Alpha version of our newest product Typemock Racer. you can get it…
Read moreBy
August 11, 2008
A common problem that most beginners in the TDD world have is how to define a unit test. Although seems…
Read moreBy alonK
August 10, 2008
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 moreBy
August 10, 2008
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 moreBy alonK
July 31, 2008
For those of you who are new to windows 64 bit you’ll be happy to know that Microsoft decided to…
Read moreBy
July 30, 2008
One of the questions that keep up popping every once in a while in our forums is how to “bypass”…
Read moreBy alonK
July 30, 2008
In his recent post, Philip Laureano writes about how to increase code coverage for LinFu: Bottom-up or Top-down. Bottom-up means…
Read moreStruggling with legacy code?
Let’s solve it together