Tag Archives: JUnit

Andrew Larkin: “5 Lessons JavaScripters Can Learn From Java Unit Testing”

Andrew Larkin, fellow CIMer, recently posted some thoughts on unit testing in Javascript that are worth a read. Up with Unit Testing!

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Using EasyMock

Good refreshers: IBM developerWorks: Elliotte Rusty Harold: “Easier testing with EasyMock”. Mocking in Java: jMock vs. EasyMock.

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off

Correcting deficient JUnit behavior in Netbeans

Eclipse gets this correct ‘out of the box’, when running a unit test – you want to be able to follow a test failure into the source code of the actual test with a click or keyboard shortcut. Netbeans, with … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , , , , | Comments Off