src/testlib/qtestcase.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   962          " options:\n"
   962          " options:\n"
   963          " -functions : Returns a list of current testfunctions\n"
   963          " -functions : Returns a list of current testfunctions\n"
   964          " -xunitxml  : Outputs results as XML XUnit document\n"
   964          " -xunitxml  : Outputs results as XML XUnit document\n"
   965          " -xml       : Outputs results as XML document\n"
   965          " -xml       : Outputs results as XML document\n"
   966          " -lightxml  : Outputs results as stream of XML tags\n"
   966          " -lightxml  : Outputs results as stream of XML tags\n"
   967          " -flush     : Flushes the resutls\n"
   967          " -flush     : Flushes the results\n"
   968          " -o filename: Writes all output into a file\n"
   968          " -o filename: Writes all output into a file\n"
   969          " -silent    : Only outputs warnings and failures\n"
   969          " -silent    : Only outputs warnings and failures\n"
   970          " -v1        : Print enter messages for each testfunction\n"
   970          " -v1        : Print enter messages for each testfunction\n"
   971          " -v2        : Also print out each QVERIFY/QCOMPARE/QTEST\n"
   971          " -v2        : Also print out each QVERIFY/QCOMPARE/QTEST\n"
   972          " -vs        : Print every signal emitted\n"
   972          " -vs        : Print every signal emitted\n"