Blog Archive for April 30, 2018

Junit Toolbox

April 30, 2018

I wanted a way to easily run a subset of my unit tests. We already had categories on each test, and it is possible to limit which tests are run using junit-toolbox, details at https://github.com/MichaelTamm/junit-toolbox

For each test we have one or more categories defined. Each category is a simple …