Home
last modified time | relevance | path

Searched refs:mockManager (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp94 MockManager mockManager; in createLdapConfigObjectWithoutPrivilegeMapper()
97 bus(sdbusplus::get_mocked_new(&sdBusMock)), mockManager(bus, objpath) in createLdapConfigObjectWithoutPrivilegeMapper()
109 ON_CALL(mockManager, isUserEnabled) in TEST_F()
114 ON_CALL(mockManager, isUserEnabled) in TEST_F()
117 mockManager.usersList.emplace( in TEST_F()
119 mockManager.bus, userObj.c_str(), groupNames, priv, in TEST_F()
120 enabled, std::nullopt, mockManager)); in TEST_F()
165 return *mockManager.usersList[userName].get(); in TEST_F()
172 EXPECT_CALL(mockManager, getShadowData(testing::StrEq(userName), _)) in TEST_F()
178 EXPECT_CALL(mockManager, executeUserPasswordExpiratio
36 MockManager mockManager; global() member in phosphor::user::TestUserMgr
[all...]