public class SonarJerseyCommon
extends java.lang.Object
Constructor and Description |
---|
SonarJerseyCommon() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
common()
This method is invoked indirectly from the tests.
|
java.lang.String |
e2e()
This method is executed from a unit test by maven surefire plugin from a dependant module.
|
java.lang.String |
integrationServerJvm()
This method is executed from a server (Jetty for instance) during the integration test phase.
|
java.lang.String |
integrationTestJvm()
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
|
java.lang.String |
unitTest()
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
|
public java.lang.String common()
public java.lang.String unitTest()
public java.lang.String e2e()
public java.lang.String integrationTestJvm()
public java.lang.String integrationServerJvm()