summaryrefslogtreecommitdiff
path: root/src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h')
-rw-r--r--src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h b/src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h
index ec7a9bd000..17d223dcde 100644
--- a/src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h
+++ b/src/3rd_party-static/gmock-1.7.0/include/gmock/gmock-spec-builders.h
@@ -418,12 +418,6 @@ class GTEST_API_ Mock {
static bool VerifyAndClear(void* mock_obj)
GTEST_LOCK_EXCLUDED_(internal::g_gmock_mutex);
- // Asynchronously verifies all expectations of all registered mock objects
- // and clears there default actions and expectations. Returns true if the
- // verification was successful.
- static bool AsyncVerifyAndClearExpectations(int timeout)
- GTEST_EXCLUSIVE_LOCK_REQUIRED_(internal::g_gmock_mutex);
-
private:
friend class internal::UntypedFunctionMockerBase;
@@ -473,12 +467,6 @@ class GTEST_API_ Mock {
static bool VerifyAndClearExpectationsLocked(void* mock_obj)
GTEST_EXCLUSIVE_LOCK_REQUIRED_(internal::g_gmock_mutex);
- // Asynchronously verifies that all expectations of all registered
- // mock objects have been satisfied. Reports one or more Google
- // Test non-fatal failures and returns false if not.
- static bool AsyncVerifyAndClearExpectationsLocked(int timeout_msec)
- GTEST_EXCLUSIVE_LOCK_REQUIRED_(internal::g_gmock_mutex);
-
// Clears all ON_CALL()s set on the given mock object.
static void ClearDefaultActionsLocked(void* mock_obj)
GTEST_EXCLUSIVE_LOCK_REQUIRED_(internal::g_gmock_mutex);