d4j-test -- run tests on a checked-out project version.
d4j-test [-w work_dir] [-r | [-t single_test] [-s test_suite]]
This script executes a test or test suite on a checked-out project version and reports failing test cases. It also writes all failing test cases to the file failing_tests.
The working directory of the checked-out project version (optional). Default is the current directory.
Only execute relevant developer-written tests (optional). By default all developer-written tests of the checked-out project version are executed.
single_test
Only run this single test method (optional). By default all tests are executed. Format: <test_class>::<test_method>.
The archive file name of an external test suite (optional). The default test suite is the developer-written test suite of the checked-out project version. See Test suites.
An external test suite has to be provided as an archive that contains the test sources. Format of the archive file name:
project_id
-version_id
-test_suite_src
.test_id
.tar.bz2
Examples: