Using Isolator’s Verify (C#) or Assert.TheseCalls, we have the option to use WasNotCalled (or VB DidNotHappen) to verify a method…
Read moreSolution: Tests fail on 64bit machines and pass on 32bit
In the last a few of our customers have reported a strange issue: Exception is thrown while running tests using…
Read moreAvoiding Fragile Tests – Drawing the Line
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? Dim fakeProduct As Product =…
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 more