mirror of
https://github.com/google/googletest.git
synced 2025-12-02 00:57:37 -05:00
291 B
291 B
BUILD Rule
Add one of the following to your deps:
"//testing/base/public:gunit",
"//testing/base/public:gtest_main",
Add this to your .cc file:
#include "gmock/gmock.h"
Unless noted, all functions and classes are defined in the ::testing
namespace.