SDN Controller Programming Guide
195
Figure 65 Running Unit Test within Eclipse (Step 2)
There are several tools that calculate unit test coverage which are very useful. EclEmma [46] is a
free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code
coverage analysis directly into the Eclipse workbench. When EclEmma is installed as an Eclipse
plug-in, the unit test needs to be rerun using EclEmma as illustrated in Figure 66 and Figure 67.
See Installing Eclipse Plug-ins on page 211 to follow instructions about installing a plug-in; use
http://update.eclemma.org as the repository location.