Month: October 2014

Installing code coverage tool EclEmma

1. Go to Eclipse , Help –> Eclipse Marketplace
2. Search for EclEmma
3. Click “Install”
Also add the below maven dependency for unit testing in all you projects.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>