Adding the coverage tool EclEmma plugin to Eclipse 4.4

Adding the coverage tool EclEmma plugin to Eclipse 4.4

Add the coverage tool EclEmma plugin to Eclipse 4.4.

Download eclEmma-2.3.2.zip.

EclEmma - Download

Download and unzip the zip file.

Overwrite only the features and plugins folders with eclipse.

Execute the following in the eclipse folder

eclipse.exe -clean.cmd

Now restart eclipse, right click on the JUnit test source, and if “Coverage” has been added, you are good to go.

To use eclemma, run “Coverage” – “JUnit Tests”.

The Coverage view will open and the source will be green, yellow, and red.

green…line that passed the test

yellow…Row with insufficient test results

red…Lines not passed by test

We will test to make sure that the coverage is 100%.

*Library (jacoco) created by EclEmma plugin team seems to be used as a coverage tool

コメント

Discover more from 株式会社CONFRAGE ITソリューション事業部

Subscribe now to keep reading and get access to the full archive.

Continue reading

Copied title and URL