emma Questions
2
Solved
I've been going through this tutorial for my ANT Script for emma/junit, it states
In the <classpath> element of <junit>, change the locations of your real classes, so that you are po...
2
Solved
I know how to use emma in ant when building my android test project but I can't find any tips on how to use filters when using the SDK. The emma website explains it when calling emma yourself but i...
Dalpe asked 9/9, 2011 at 11:29
3
Solved
I just wrote some simple sample code to make sure that I had EclEmma installed correctly. I'm not getting 100% coverage, and I don't understand why. The highlighting implies that it has to do with ...
Chlorate asked 8/6, 2012 at 15:27
4
I am using the EMMA tool for code coverage yet despite my best efforts, EMMA is refusing to see the original .java files and generate coverage on a line-by-line basis.
We are using ANT to build th...
Inductor asked 31/10, 2008 at 15:56
2
Solved
org.sonatype.maven.plugin:emma-maven-plugin:1.2
org.codehaus.mojo:emma-maven-plugin:1.0-alpha-3
org.apache.maven.plugins:maven-emma-plugin:0.5
5
Solved
I have a multi-module Maven setup with Java code.
My unit tests, in one of the modules, exercise code in multiple modules. Naturally, the modules have inter-dependencies, and code in all relevant ...
1
We have several multi-module projects which I want to run emma against, but I don't want the tests to be run twice, because this results in misleading statistics on the Hudson project home page as ...
1
Solved
I don't get why emma doesn't give full code coverage to "finally" blocks. I've made a short example program to demonstrate this.
When I execute the program it shows:
try
finally
So I don't get...
Popele asked 30/1, 2011 at 8:17
1
I'm using junit/eclemma; it works great, except I'd like to instruct eclemma to ignore certain methods or classes. For example, how would i instruct eclemma to ignore getters/setters.
Thanks in ad...
Sedulity asked 30/5, 2010 at 5:18
1
Solved
I have a class that starts with:
public class GeneralID implements WritableComparable<GeneralID>{
...
}
And another that is:
public class LineValuesMapper<KI, VI, KO, VO> extends Ma...
Quod asked 30/5, 2010 at 9:2
6
Solved
I'm migrating a couple of projects from an ant build to a maven one. The build server is , and will remain, Hudson.
I've been having trouble recording code coverage in hudson with cobertura due to...
Membranophone asked 14/9, 2009 at 19:21
2
I`m trying to remove some package from my report and having trouble.
Could some one give me some help?
I'm using EMMA in my ant process.
<!-- Generate the emma report both in xml and html ...
Largehearted asked 19/6, 2009 at 2:35
8
Solved
I've recently started using code coverage tools (particularily Emma and EclEmma), and I really like the view that it gives me as to the completeness of my unit tests - and the ability to see ...
Urge asked 31/10, 2008 at 14:1
3
Solved
How do I setup an Ant task to generate Emma code coverage reports?
Ironist asked 9/9, 2008 at 21:37
© 2022 - 2024 — McMap. All rights reserved.