Using ::testing::DoAll

Without this statement, compilation failed with new googletest.

Test: build
Bug: 129498355
Change-Id: I9eb7b7a2634f20ef80a23b75c06fc84a2fa52dc3
(cherry picked from commit 9055e93a70)
This commit is contained in:
Haibo Huang
2019-05-17 16:11:33 -07:00
parent df19f4f85d
commit e3e086e3f8
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "wv_cdm_constants.h"
using ::testing::_;
using ::testing::DoAll;
using ::testing::Eq;
using ::testing::Invoke;
using ::testing::NiceMock;

View File

@@ -186,6 +186,7 @@ using video_widevine::WidevinePsshData_EntitledKey;
// gmock methods
using ::testing::_;
using ::testing::DoAll;
using ::testing::Eq;
using ::testing::NotNull;
using ::testing::PrintToStringParamName;

View File

@@ -290,6 +290,7 @@ class MockUsageTableHeader : public UsageTableHeader {
using ::testing::_;
using ::testing::AllOf;
using ::testing::AtMost;
using ::testing::DoAll;
using ::testing::ElementsAreArray;
using ::testing::Ge;
using ::testing::Invoke;