コード例 #1
0
        public void CloneTest()
        {
            var clone = m_FileFormat.Clone();

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