| 68 | void TestAddAttrs(PairsOfStrings const & addAttrs) { TestEquality(m_addAttrs, addAttrs); } |
| 69 | |
| 70 | void TestPushes(Strings const & pushes) { TestEquality(m_pushes, pushes); } |
| 71 | |
| 72 | void TestPops(Strings const & pops) { TestEquality(m_pops, pops); } |
| 73 |