[ Content | Sidebar ]

Search results for dbcdb/1351/

some recent java experiences

I’m more excited about learning Scala, but some Java experiences I had last week: I was making some changes to a third-party library that was already using mockito in its unit tests, so I decided to give it a try. And, after a half-day of experiences, I will tentatively declare myself to be a fan. […]

making a mockery

One of the things I got out of Agile Open California this year was a decision that I should work harder at removing database access from the unit tests for our Java code. It will probably be a pain, but I’ve dealt with legacy code before, I know the basic ideas of what to do, […]