From 15de0806de27866f5c7261e5f97a37a01f42c344 Mon Sep 17 00:00:00 2001 From: XAMeLeOH <14215665+XAMeLeOH@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:07:02 +0200 Subject: [PATCH] Update actions.md Added instruction on which header to include to the top of the page --- docs/reference/actions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/actions.md b/docs/reference/actions.md index ab81a129e..c427f891f 100644 --- a/docs/reference/actions.md +++ b/docs/reference/actions.md @@ -1,8 +1,10 @@ # Actions Reference [**Actions**](../gmock_for_dummies.md#actions-what-should-it-do) specify what a -mock function should do when invoked. This page lists the built-in actions -provided by GoogleTest. All actions are defined in the `::testing` namespace. +mock function should do when invoked. +This page lists the built-in actions provided by GoogleTest. +To use them, add #include . +All actions are defined in the `::testing` namespace. ## Returning a Value