Esempio n. 1
0
        public void BuildsNewInstanceFromExisting()
        {
            var obj    = new ClassWithProperties();
            var result = obj.NewInstance();

            Assert.Equal(obj.GetType(), result.GetType());
        }