Richard Fennel of Black Marble wrote a great post about using Isolator for faking Workflow Foundation with SharePoint. It’s a…
Read moreUsing TestDriven.NET and Tyepmock Isolator on 64bit machine
In a previous blog post we suggested a workaround for users who run into trouble running TestDriven.NET with the Isolator…
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 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 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 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 moreImportant Typemock Isolator Assemblies
Mads Nissen had an issue with Typemock Isolator and Gallio integration He was kind enough to let us work with…
Read moreImportant Typemock Isolator Assemblies
Mads Nissen had an issue with Typemock Isolator and Gallio integration He was kind enough to let us work with…
Read moreCan Debugging Be Improved?
We all know that using TDD is the best way to reduce debugging time. We also know that if you…
Read moreHow to Run SharePoint Tests on a Developer Machine
So you think you can test SharePoint only on a server? When I do my demos, it’s on a Windows…
Read more