summaryrefslogtreecommitdiff
path: root/src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h')
-rw-r--r--src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h b/src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h
index b0259d3e07..75700cf1da 100644
--- a/src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h
+++ b/src/components/include/test/policy/policy_regular/policy/mock_cache_manager.h
@@ -266,6 +266,7 @@ class MockCacheManagerInterface : public CacheManagerInterface {
MOCK_CONST_METHOD2(GetApplicationParams,
void(const std::string& application_name,
policy_table::ApplicationParams& application_params));
+ MOCK_CONST_METHOD0(GetPolicyAppNames, const policy_table::Strings());
};
} // namespace policy_test