Example #1
0
        public void test_THAT_text_value_IS_rendered_to_caml_properly()
        {
            var    operand = new TextValueOperand("foo");
            string caml    = operand.ToCaml().ToString();

            Assert.That(caml, Is.EqualTo("<Value Type=\"Text\">foo</Value>"));
        }