Пример #1
0
        public void TestGetTotalFormalCharge_IAtomContainerSet()
        {
            double charge = MoleculeSetManipulator.GetTotalFormalCharge(som);

            Assert.AreEqual(-1.0, charge, 0.000001);
        }