Example #1
0
        public void TestAccepts()
        {
            var reader = new InChIPlainTextReader(new StringReader(""));

            Assert.IsTrue(reader.Accepts(typeof(IChemFile)));
            reader.Close();
        }