예제 #1
0
        public void CloneTest()
        {
            var clone = m_ValueFormatGerman.Clone();

            Assert.AreNotSame(clone, m_ValueFormatGerman);
            m_ValueFormatGerman.AllPropertiesEqual(clone);
        }