Ejemplo n.º 1
0
        public void WriteWritesToContent()
        {
            var template = new TestTemplate();
            template.Write("foo");
            string result = template.Process();

            Assert.AreEqual("foo", result);
        }