ssu
Loading...
Searching...
No Matches
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,
"..."
);
Process
Definition
process.h:14
The documentation for this class was generated from the following file:
tests/testutils/
process.cpp
Generated by
1.16.1