Example #1
0
        public void TestEx6WithInvalidPropertyName()
        {
            Dst dst = new Dst();
            Src src = new Src();

            bool res = Ficha1.SetPropertyFromField(dst, "NonExistingProperty", src, "item");

            Assert.That(res, Is.EqualTo(false));
        }