CSMSL.Tests.Chemistry.ChemicalFormulaTestFixture.HillNotationWithHeavyIsotopeNegativeCount C# (CSharp) Method

HillNotationWithHeavyIsotopeNegativeCount() private method

private HillNotationWithHeavyIsotopeNegativeCount ( ) : void
return void
        public void HillNotationWithHeavyIsotopeNegativeCount()
        {
            ChemicalFormula formulaA = new ChemicalFormula("H3NC2C{13}-2O");

            Assert.AreEqual("C2C{13}-2H3NO", formulaA.Formula);
        }
ChemicalFormulaTestFixture