public class SonarJerseyServer extends Object
Constructor and Description |
---|
SonarJerseyServer() |
Modifier and Type | Method and Description |
---|---|
String |
e2e()
This method is executed from a unit test by maven surefire plugin from a dependant module.
|
String |
integrationServerJvm()
This method is executed from a server (Jetty for instance) during the integration test phase.
|
String |
integrationTestJvm()
A method that is executed in a JVM of maven failsafe plugin from a dependant maven module.
|
String |
unitTest()
A method that is executed from a unit test by maven surefire plugin within the same Maven module.
|
public String unitTest()
public String e2e()
public String integrationTestJvm()
public String integrationServerJvm()
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.