| 66 | void Pop(std::string pop) { m_pops.emplace_back(std::move(pop)); } |
| 67 | |
| 68 | void TestAddAttrs(PairsOfStrings const & addAttrs) { TestEquality(m_addAttrs, addAttrs); } |
| 69 | |
| 70 | void TestPushes(Strings const & pushes) { TestEquality(m_pushes, pushes); } |
| 71 |