JUnitX Example - Step 1
Lets assume that you have the following class you want to write a
unit test for:
It looks nearly like the class in the JUnit example. However,
the flip() method does
not return a result to create a reason to use JUnitX.
Continue with step 2 . . .