Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 2021.2

Jtest can collect coverage information from unit testing, as well as functional testing performed on a running application. Jtest is designed to report line coverage – a metric expressed as a percentage that indicates the amount of code executed to complete the test. 

By default, coverage information is collected using Jtest's coverage engine. You can configure Jtest to collect line coverage with JaCoCo, a third-party coverage library shipped with Jtest.