My testing behavior has changed

Quite interesting. We just finished an internal TDD course at RemoteX. During it I noticed one thing. How I write tests have changed quite a bit, just over the last few days.

Lately I’ve been doing a lot of testing in JavaScript using QUnit, and coming back from that to testing C# with Rhino Mocks was really an eye opener. One observation, which was also pointed out during to course, is that we use Rhino too much. Simply put, we have a tendency to mock more than we really need too.