const std::string strName = "Sasha";
m_ContactId = Msg::Test::ContactUtils::getInst().createContact(strName, strNumber);
- auto item = m_ContactManager.getContactPersonAddress(strNumber);
+ auto item = m_ContactManager.getContactAddress(strNumber);
std::string result = item->getDispName();
testing::Test::RecordProperty("Number", strNumber.c_str());
m_ContactId = Msg::Test::ContactUtils::getInst().createContact(strName, strNumber);
- auto item = m_ContactManager.getContactPersonAddress(strNumber);
+ auto item = m_ContactManager.getContactAddress(strNumber);
std::string result = item->getDispName();
testing::Test::RecordProperty("Number", strNumber.c_str());
m_ContactId = Msg::Test::ContactUtils::getInst().createContact(strName, strNumber);
- auto item = m_ContactManager.getContactPersonAddress(strNumber);
+ auto item = m_ContactManager.getContactAddress(strNumber);
std::string result1 = item->getDispName();
std::string result2 = Msg::Test::ContactUtils::getInst().getNameById(m_ContactId);