We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d79266 commit 1b20be5Copy full SHA for 1b20be5
tests/suites/helpers.function
@@ -97,6 +97,14 @@ typedef enum
97
* This macro is not suitable for negative parameter validation tests,
98
* as it assumes the test step will not create an error.
99
*
100
+ * Failing the test means:
101
+ * - Mark this test case as failed.
102
+ * - Print a message identifying the failure.
103
+ * - Jump to the \c exit label.
104
+ *
105
+ * This macro expands to an instruction, not an expression.
106
+ * It may jump to the \c exit label.
107
108
* \param TEST The test expression to be tested.
109
*/
110
#define TEST_ASSERT( TEST ) \
0 commit comments