Home | History | Annotate | Download | only in shill

Lines Matching full:mock_profile

53 #include "shill/mock_profile.h"
868 scoped_refptr<MockProfile> mock_profile(
871 EXPECT_CALL(*mock_profile, GetRpcIdentifier())
873 AdoptProfile(manager(), mock_profile);
877 EXPECT_EQ(mock_profile.get(), profile.get());