Category Archives: Uncategorized

Working with Racer, Part II

Note: Cross posted from The Typemock Insider Blog. Permalink This week I played with Racer and Gallio, the current incarnation of mbUnit. Did you know that Gallio comes with Typemock Isolator extensions? Anyway, Gallio has some thread manipulation classes, like TaskContainer and ThreadTask, as well as others. I tried to find deadlocks around those classes.

Read More

Avoiding Fragile Tests

This post came from reading a question on our forum, as well as reading one on TDD experience. It’s about fragile tests, and the cost of maintenance. We’re talking about refactoring. And not just for making the code prettier and maintainable. We refactor and then our tests break. Well, sometimes they do, depending on how

Read More

Unit Testing 101 Presentation

Note: Cross posted from The Typemock Insider Blog. Permalink This is a nice one by Yaron Naveh. Sure, it uses Moq and not Isolator, but what the hell. The funny thing is that currently I’m showing demos of faking DateTime.Now for testability, and suddenly wrapping it up just for testability (like in this presentation) seems

Read More

Problem Solving with Isolator

Note: Cross posted from The Typemock Insider Blog. Permalink I’ve written before how Richard Fennell is using CThru to fake a SharePoint workflow. But he’s not the only one using Isolator to solve problems. Take for example, Apostolis Bekiaros. He’s writing an MVC app, and wants to write more readable tests. Sure, he can do

Read More