jtharness 4.1.3 MR1 build b04
Javatest Harness Command Line Interface Guide
(http://java.sun.com/javame/javatest/docs/javatest_cli.pdf)
This documents sometimes mention the command -exclude instead of the correct command -excludeList, which can be confusing.
TABLE 7 Parameter Commands
-exclude exclude-list-file Specifies an exclude list file. Exclude list files contain a list of
tests that are not to be run. Exclude list files conventionally
use the .jtx extension and are normally supplied with a test
suite.
and Options Format Example:
> javatest -config myconfig.jti -exclude myexcludelist.jtx -runtests
Command Options Format Example
> javatest -open myconfig.jti @mycommandfile.jtb -exclude
myexcludelist.jtx -runtests
Single String Arguments Format Example
> javatest "open myconfig.jti; @mycommandfile.jtb; exclude
myexcludelist.jtx; runtests"
Javatest Harness Command Line Interface Guide
(http://java.sun.com/javame/javatest/docs/javatest_cli.pdf)
This documents sometimes mention the command -exclude instead of the correct command -excludeList, which can be confusing.
TABLE 7 Parameter Commands
-exclude exclude-list-file Specifies an exclude list file. Exclude list files contain a list of
tests that are not to be run. Exclude list files conventionally
use the .jtx extension and are normally supplied with a test
suite.
and Options Format Example:
> javatest -config myconfig.jti -exclude myexcludelist.jtx -runtests
Command Options Format Example
> javatest -open myconfig.jti @mycommandfile.jtb -exclude
myexcludelist.jtx -runtests
Single String Arguments Format Example
> javatest "open myconfig.jti; @mycommandfile.jtb; exclude
myexcludelist.jtx; runtests"
- relates to
-
CODETOOLS-6588391 JavaTest CLI UserGuide describes incorrect format of excludeList command
-
- Closed
-