Blog

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

Working with Racer

Note: Cross posted from The Typemock Insider Blog. Permalink I’m the first one who gets to break new stuff, and so, here are my impressions from Racer: It’s the greatest invention ever! What’s that? You say I’m a bit biased because I work at Typemock? You might have a point. So how’s my experience so

Read More

James Carr on TDD Anti Patterns

A long catalog of anti patterns. While interesting and lots of “I’ve done this!” moments, remember: When doing unit tests, you will make mistakes. Ok, when you program, you’ll make mistakes. You can’t say now: I got to watch out for these, you won’t write unit tests at all. Don’t let lists of patterns or

Read More