This topic explains how to integrate Jtest jtestcli with Lombok.
Table of Contents | ||
---|---|---|
|
...
Jtest supports Lombok versions 1.18.4 - 1.18.12 and 1.18.20 - 1.18.32.
Integrating
...
jtestcli with the Lombok Library
To integrate Jtest jtestcli with Lombok:
In the command line, go to
<JTEST_INSTALL_DIR>/integration/lombok
.To integrate Jtest with Lombok 1.8.32, execute the following command:
Code Block java -jar jtest-integration-lombok.jar
This version of the Lombok library is available at https://projectlombok.org/downloads/lombok-1.18.32.jar.
To integrate Jtest with a different version of the Lombok library, specify the URL or path to your lombok.jar using the
lombokLocation
command line option. For example:Code Block java -jar jtest-integration-lombok.jar -lombokLocation <LOMBOK_JAR_LOCATION>/lombok.jar
...