- REPORT_ARGS - Static variable in class de.qfs.apps.qftest.junit5.QFTest.SystemProperties
-
Additional arguments to use for report generation (as JSON array)
- REPORT_DIR - Static variable in class de.qfs.apps.qftest.junit5.QFTest.SystemProperties
-
The directory to store the report in
- RUNLOG_DIR - Static variable in class de.qfs.apps.qftest.junit5.QFTest.SystemProperties
-
The directory to store the run log in
- RUNLOG_KEEP - Static variable in class de.qfs.apps.qftest.junit5.QFTest.SystemProperties
-
Keep all run logs, even successful ones
- runSuite(String) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suite during the JUnit test run.
- runSuite(File) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suite during the JUnit test run.
- runSuite(Path) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suite during the JUnit test run.
- runSuites(String...) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suites during the JUnit test run.
- runSuites(File...) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suites during the JUnit test run.
- runSuites(Path...) - Static method in class de.qfs.apps.qftest.junit5.QFTest
-
Run the specified test suites during the JUnit test run.