Isolation frameworks are intrusive by nature. Yes, Isolator included. That means, they have “knowledge” of the code inside the component…
Read moreIsolator’s VB API – Setting Behavior and Assertion
Last time I talked about creation of Fake objects in our Visual Basic APIs, as well as handling future objects….
Read moreRelease 5.2.1 – A couple of important fixes
Yesterday we released a quick revision to Typemock Isolator. The changes include a couple of important fixes: In the VB.NET…
Read moreNew Isolator 5.2 Feature – Behavior Sequencing
Behavior Sequencing is one of the cool features that we’ve added to Isolator AAA API. It enables the developer to…
Read moreIsolator’s VB API – Creating Fakes
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 moreDo you think Typemock Rocks ? Become an affiliate
Do you think Typemock Rocks? Help us spread the word – Become a Typemock affiliate Do you have a blog…
Read moreLooks good in Retrospective
About Stress Running a software project is an inherently stressful process. Even if we try to minimize that by working…
Read moreIsolator’s New VB.Net-Friendly API
In version 5.2 we’re introducing a new set of API which for VB developers. Let’s start with… Why? We already…
Read moreTeaching someone to test using an Isolation Framework
In his blog Derik Whittaker wrote about a recent experience he had while teaching developers how to write unit tests…
Read moreHow to Teach the First Unit Test
Derik Whittaker posted on “Teaching someone to test using an Isolation Framework“. I wrote about this experience before, and I…
Read more