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

UniqueIsotopes() private method

private UniqueIsotopes ( ) : void
return void
        public void UniqueIsotopes()
        {
            ChemicalFormula formulaA = new ChemicalFormula("C2H3NO");

            Assert.AreEqual(4, formulaA.IsotopeCount);
        }
ChemicalFormulaTestFixture