public void CloneTest() { var clone = m_FileFormat.Clone(); Assert.AreNotSame(clone, m_FileFormat); m_FileFormat.AllPropertiesEqual(clone); }