Unit Testing Redux
I’ve been a big fan of unit testing for a while (ever since the first releases of JUnit) but I haven’t been up-to-date with the latest technology. To be perfectly honest, I hadn’t expected anything else to appear after unit testing was first popularized. That’s why I was surprised to come across an off-hand reference to “Mock Objects” a few days back. Basically, Mock Objects are a true way to test an object “in a box” - ie: completely separate from the rest of your system.