
This example exercises PokerHand.java via JUnit tests, using Emma to report on the code-coverage. 

It assumes: 

Java 1.5+ (see http://java.sun.com/j2se/1.5.0/ ) 

is installed on the machine. It also uses (provided):

Emma 2.0.5312 (see http://emma.sourceforge.net/)
JUnit 3.8.x (see http://www.junit.org)

It uses the Emma's "on-the-fly mode" to instrument the Java classes at runtime,  when running JUnit.  After exercising the servlet, Emma is used to generate a report.

1. type: run.bat or run.sh as appropriate

-- this compiles the code and runs JUnit

2. point browser to ./coverage/index.html
