Clover Eclipse Plugin FAQ
- Can I use Clover for Eclipse to test web applications? — Yes, it's possible, see Using Clover for web applications.
- I only need instrumented classes for unit testing and I don't want to risk publishing them to my production environment. How can I do this with Clover? — Clover supports writing both instrumented and uninstrumented class files to different directories during a build.
- Is Clover supported on IBM's RAD? — Yes, IBM RAD is supported. See Supported Platforms page for more details.
- I store my plugins and features in an Eclipse extension area. Does Clover support this? — The "Clover 4" and "Clover 4 Ant Support" features can be placed in any extension location.
- Why can I only see coverage data for the last test case I executed? — Clover can be set to only display the coverage information gathered since your last compile — full build or auto build. The default behavior is to include all coverage data found.