Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typically, the jtestcli.exe 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 

...

Code Block
<showdetails>true</showdetails>

About Error Codes  

Jtest returns error exit codes (other than 0) when the following occurs:

  • 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 テスト スコープの設定.

...