This Blog Has Moved!

Right, so yes, five years ago I moved to github pages, and never bothered to redirect any of these pages there. Now I've moved on from there, and... Finally I am using my real domain, trishagee.com . My blog is now at trishagee.com/blog .  See you there!

QCon: TODO list inspired by the conference

Comments

  1. I chose JMock on the back of the QCon conference because there was a session on version 2. I thought I'd take a look at it and see what it does.

    For all my test-driven rhetoric I've actually never used any mock framework before so I thought it was about time I took a look into at least one, to see how much easier it might make life.

    Mind you recently I've been focussed on functional tests (although in JUnit) because in my particular case it's the data from the DB that is the source of most of our issues so that's where I've concentrated on to start our testing framework.

    ReplyDelete

Post a Comment

Comments have been disabled since this blog is no longer active.

Popular posts from this blog

Dissecting the Disruptor: What's so special about a ring buffer?

Dissecting the Disruptor: Writing to the ring buffer

Dissecting the Disruptor: Why it's so fast (part one) - Locks Are Bad