示例#1
0
        public void TestAccepts()
        {
            MDLV2000Writer reader = new MDLV2000Writer();

            Assert.IsTrue(reader.Accepts(typeof(IChemFile)));
            Assert.IsTrue(reader.Accepts(typeof(IChemModel)));
            Assert.IsTrue(reader.Accepts(typeof(IAtomContainer)));
        }