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

ConstructorBlankStringEqualsEmptyFormula() private method

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

            Assert.AreEqual(formulaA, ChemicalFormula.Empty);
        }
ChemicalFormulaTestFixture