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

UniqueIsotopesWithHeavyIsotope() private method

private UniqueIsotopesWithHeavyIsotope ( ) : void
return void
        public void UniqueIsotopesWithHeavyIsotope()
        {
            ChemicalFormula formulaA = new ChemicalFormula("CC{13}H3NO");

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