You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Checks the arguments of all fired signals. The outer vector contains each fired signal, while the inner vector contains the list of arguments for that signal. The order of signals is significant.
299
+
* - ``SIGNAL_CHECK_FALSE("signal_name")``
300
+
- Checks if the specified signal was not fired.
301
+
* - ``SIGNAL_DISCARD("signal_name")``
302
+
- Discards all records of the specified signal.
303
+
304
+
Below is an example demonstrating the use of these macros:
305
+
306
+
.. code-block:: cpp
307
+
308
+
//...
309
+
SUBCASE("[Timer] Timer process timeout signal must be emitted") {
0 commit comments