...
Typically, the jtestcli.ex
e is launched from a dedicated Jtest plug-in for Maven, Ant or Gradle. For See Integrating with Build Systems for details, including plugin configuration and troubleshooting, see the Jtest Plugins manual (plugins-manual.html) for build systems is located in the [INSTALL_DIR]/manuals directory.
Info |
---|
Add the $XTEST_ITX=714 environment variable to show arguments passed to jtestcli.exe executed by plug-ins. |
...
The data file (jtest.data.json
) is a stream of json objects automatically generated and formatted by Jtest build system plug-ins. It provides the same information about tested projects as the workspace. Each object in the file describes one project. Jtest currently supports the classpath_project common object type. See テスト スコープの設定 Configuring+the+Test+Scope for an example.
Example Data File Object
...
- Jtest is executed without a license.
- A test process exits with an internal exception.
- Command-line is malformed or refers to a resource that does not exist. See テスト スコープの設定 Configuring+the+Test+Scope.
You can also use the -fail
option to generate an exit code when the analysis reports static analysis findings.
...