Run JUnit test from the command line
JUnit tests can be run easily from within your IDE. Every remotely up to date IDE has some built-in view that gives nice visual feedback, usually red or green indicators. But of course it is also possible to invoke your tests from the command line. A simple example: A very nice article on JUnit testing by Lars Vogel can be… Read more »