forked from qt-creator/qt-creator
Doc: Describe the "Throw on failure" check box
...in Preferences > Testing > Google Test. Updated the screenshot. Task-number: QTCREATORBUG-29392 Change-Id: I35faf25fe39cab7569bcefbfd0fa072f55684c2c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -482,6 +482,12 @@
|
||||
|
||||
To run disabled tests, select the \uicontrol {Run disabled tests} check box.
|
||||
|
||||
To turn assertion failures into C++ exceptions, select the
|
||||
\uicontrol {Throw on failure} check box.
|
||||
|
||||
To turn failures into debugger breakpoints, select the
|
||||
\uicontrol {Break on failure while debugging} check box.
|
||||
|
||||
To run several iterations of the tests, select the \uicontrol {Repeat tests}
|
||||
check box and enter the number of times to run the tests in the
|
||||
\uicontrol Iterations field. To make sure that the tests are independent and
|
||||
@@ -490,8 +496,6 @@
|
||||
randomizer in the \uicontrol Seed field. The value 0 generates a seed
|
||||
based on the current timestamp.
|
||||
|
||||
To turn failures into debugger breakpoints, select the
|
||||
\uicontrol {Break on failure while debugging} check box.
|
||||
|
||||
To group Google tests by using a GTest filter, select
|
||||
\uicontrol {GTest Filter} in the \uicontrol {Group mode} field,
|
||||
|
Reference in New Issue
Block a user