Class SonarJerseyCommon
java.lang.Object
org.glassfish.jersey.internal.sonar.SonarJerseyCommon
The purpose of this class is to verify the reported test coverage shows correct results in various modes of test executions.
For further details, see javadoc bellow.
- Author:
- Stepan Vavra
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommon()
This method is invoked indirectly from the tests.e2e()
This method is executed from a unit test by maven surefire plugin from a dependant module.This method is executed from a server (Jetty for instance) during the integration test phase.A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.unitTest()
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
-
Constructor Details
-
SonarJerseyCommon
public SonarJerseyCommon()
-
-
Method Details
-
common
This method is invoked indirectly from the tests. -
unitTest
A method that is executed from a unit test by maven surefire plugin within the same Maven module. -
e2e
This method is executed from a unit test by maven surefire plugin from a dependant module. -
integrationTestJvm
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module. The call is executed directly. -
integrationServerJvm
This method is executed from a server (Jetty for instance) during the integration test phase. This server is called by a JUnit test that is executed by maven failsafe plugin.
-