This Hello World program demonstrates basic features of JUnit. All you need is: 1. Eclipse 2. JDK1.5 3. junit.jar (Download from www.junit.org) In this program, usage of JUnit is demonstrated in order to test 2 components, namely: 1. Dice.java 2. DiceFactory.java Test requirement for every new Dice created: 1. Playing a dice every time should [...]