modrunner.cpp
42 {"query [regexp]", I18N_NOOP("Only run modules whose filenames match the regexp."), "^tdeunittest_.*\\.la$"},
43 {"folder [folder]", I18N_NOOP("Only run tests modules which are found in the folder. Use the query option to select modules."), "."},
44 { "enable-dbgcap", I18N_NOOP("Disables debug capturing. You typically use this option when you use the GUI."), 0},
53 TDEAboutData about("KUnitTest Module Runner", I18N_NOOP("KUnitTest ModRunner"), version, description,
66 return KUnitTest::Runner::self()->numberOfFailedTests() - KUnitTest::Runner::self()->numberOfExpectedFailures();
int numberOfExpectedFailures() const
Definition: runner.cpp:131
static void loadModules(const TQString &folder, const TQString &query)
Definition: runner.cpp:54
static void setDebugCapturingEnabled(bool enabled)
Definition: runner.cpp:89