Beispiel #1
0
        public void Clone()
        {
            TestCompoundObject c = (TestCompoundObject)obj.Clone();

            Assert.That(c.TestInt, Is.EqualTo(obj.TestInt));
            Assert.That(c.TestString, Is.EqualTo(obj.TestString));
        }