forked from qt-creator/qt-creator
Doc: Adjust documentation for AutoTest wizard
Change-Id: I2483c4270bbcce22182034f974ec4b053e515274 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -85,10 +85,9 @@
|
|||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\QC creates the test in the \c{tests\auto} directory in the project
|
\QC creates the test in the specified project directory. Edit the .cpp file
|
||||||
directory. Edit the .cpp file to add private slots for each test
|
to add private slots for each test function in your test. For more information
|
||||||
function in your test. For more information about creating Qt tests, see
|
about creating Qt tests, see \l{Creating a Test}.
|
||||||
\l{Creating a Test}.
|
|
||||||
|
|
||||||
\section2 Creating Google Tests
|
\section2 Creating Google Tests
|
||||||
|
|
||||||
@@ -133,8 +132,7 @@
|
|||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
\QC creates the test in the \c{tests\auto} directory in the project
|
\QC creates the test in the specified project directory.
|
||||||
directory.
|
|
||||||
|
|
||||||
\section1 Setting Up the Google C++ Testing Framework
|
\section1 Setting Up the Google C++ Testing Framework
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user