ssu
Wraps Class Reference
Detailed Description
easier use within test code
Example use:
Process
ssu;
const
QString output = ssu.execute(
"ssu"
, QStringList() <<
"mode"
);
QVERIFY2(!ssu.hasError(), qPrintable(ssu.fmtErrorMessage()));
QCOMPARE(output,
"..."
);
The documentation for this class was generated from the following file:
tests/testutils/
process.cpp
Process
Definition:
process.h:13
Generated on Thu Oct 8 2020 17:28:23 for ssu by
1.8.17