Ejemplo n.º 1
0
        private void Check(string s, string expected)
        {
            TestDocument d = new TestDocument();

            Assert.AreEqual(expected, Variables.Expand(d, s));
        }
Ejemplo n.º 2
0
        private void CheckSame(string s)
        {
            TestDocument d = new TestDocument();

            Assert.AreEqual(s, Variables.Expand(d, s));
        }