So after the overview, let’s get down to business. How do we create fake instances?
1 |
Dim fakeProduct As Product = FakeInstance(Of Product)(Members.ReturnNulls) |
Not surprised? Well, it is…
Read moreBy alonK
January 14, 2009
So after the overview, let’s get down to business. How do we create fake instances?
1 |
Dim fakeProduct As Product = FakeInstance(Of Product)(Members.ReturnNulls) |
Not surprised? Well, it is…
Read moreBy alonK
January 14, 2009
Do you think Typemock Rocks? Help us spread the word – Become a Typemock affiliate Do you have a blog…
Read moreBy alonK
January 10, 2009
About Stress Running a software project is an inherently stressful process. Even if we try to minimize that by working…
Read moreBy alonK
January 1, 2009
In version 5.2 we’re introducing a new set of API which for VB developers. Let’s start with… Why? We already…
Read moreBy alonK
December 31, 2008
In his blog Derik Whittaker wrote about a recent experience he had while teaching developers how to write unit tests…
Read moreBy alonK
December 31, 2008
Derik Whittaker posted on “Teaching someone to test using an Isolation Framework“. I wrote about this experience before, and I…
Read moreBy alonK
December 30, 2008
In my last post, I detailed the process of writing the first unit-test. So now you got your fingers dirty,…
Read moreBy alonK
December 25, 2008
This week I met with a prospect, who, low and behold, is a developer. And we jumped into the code….
Read moreBy
December 25, 2008
Unit test coverage of developed code can make sure that functionality won’t change during refactoring of legacy code, new feature…
Read moreBy alonK
December 25, 2008
Unit test coverage of developed code can make sure that functionality won’t change during refactoring of legacy code, new feature…
Read moreStruggling with legacy code?
Let’s solve it together