Hi folks ! I'm facing a problematic concerning the cobertura report. Suppose we have an EAR Application with : - A Business module - A Web module
Web layer uses the Business Layer. Unit tests are made in both Business and WEB modules. When I run tests on WEB module, some Business classes are called during the test process. My problem is : I don't know how to parameterize cobertura in order to aggregate results from Business layer during the Web Layer tests execution. That is to say, for now on, I've only 10% of test coverage on Business layer and 50% of test coverage on Web layer ... because they are aggregated * independently* ! Although I'm sure I could have almost ~40% of test coverage on Business layer with the execution of tests on Web layer :( Someone already faced the problem ? Thanks in advance Frederic
