- withArgument(String) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Adds a QF-Test arguments to the test run.
- withArguments(String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Adds QF-Test arguments to the test run.
- withLicense(String) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specifies an explicit license to use for the test run.
- withLicense(File) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specifies an explicit license to use for the test run (similar to the
-license argument).
- withLicense(Path) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specifies an explicit license to use for the test run (similar to the
-license argument).
- withOption(String, String) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Sets a QF-Test option for the test run.
- withOptions(String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Sets multiple QF-Test option for the test run.
- withReport() - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Enables report generation after the tests have been executed.
- withReport(String, String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Enables report generation after the tests have been executed.
- withReport(File, String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Enables report generation after the tests have been executed.
- withReport(Path, String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Enables report generation after the tests have been executed.
- withReportOpen() - Method in class de.qfs.apps.qftest.junit5.QFTest
-
If specified, a report is generated after the tests are run, and the report will be opened in the browser, if possible.
- withRunLogPath(String) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withRunLogPath(File) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withRunLogPath(Path) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withRunLogPath(String, boolean) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withRunLogPath(File, boolean) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withRunLogPath(Path, boolean) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Specify the directory where created QF-Test run logs will be stored, or the run log file directly.
- withVariable(String, String) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Sets a QF-Test variable for the test run.
- withVariables(String...) - Method in class de.qfs.apps.qftest.junit5.QFTest
-
Sets multiple QF-Test variables for the test run.