JUnit 4.10 – process for writing a test

I’m currently working through JUnit in Action 2nd edition from Manning. These are my notes from  the first half of Chapter 3  – Mastering JUnit. Tips: Load all sample code in Intellij using Open Project and selecting the pom.xml at the root of the junitbook directory – this will load all of the chapter projects. … More JUnit 4.10 – process for writing a test