users@jersey.java.net

[Jersey] Test Coverage for REST API integration-level tests

From: Behrooz Nobakht <nobeh5_at_gmail.com>
Date: Mon, 22 Dec 2014 09:32:20 +0100

Hi,

During migrating from Jersey 1.x to Jersey 2.x, we came to an interesting
question that could help us
manage the migration in a more efficient way.

For a set of integration-level tests for a Jersey application (1.x or 2.x),
is there a tool/plugin/technique that is recommended to use to help
understand the coverage
for the REST API that is used from the server?

The motivation to have such a tool is that it helps to create a base before
migration,
do the migration and then use it as one of the validators of a successful
migration.
Such coverage understanding can give us a confidence level of how much of
the
migrated REST API function as before.

Thanks in advance,
Behrooz