Search code examples
javawicketsap-commerce-cloud

Jacoco support for apache wicket?


I'm deal with Hybris project with Apache Wicket. Does Jacoco support Apache Wicket tests?(specific tests for UI rendering) I didn't find anything about this. Or maybe the are some plugins for this? What test coverage tool choose for Apache Wicket?


Solution

  • Jacoco does code coverage, so every line of java that is touched by the tests from WicketTester is covered.

    We use it a lot. It does not do anything with the generated HTML itself.