We talked about doing this for the Zune’s lock-up a month ago, but Internet time flies faster than we could…
Read moreHow to Implement Unit Testing in an Organization
Come sit by the fire, boys and girls, and I’ll tell you a story about how one developer changed an…
Read moreIsolator Extensibility – Verifying An Instance Was Not Called
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?
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 more