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

EmptyStringIsBlank() private method

private EmptyStringIsBlank ( ) : void
return void
        public void EmptyStringIsBlank()
        {
            Assert.IsEmpty(ChemicalFormula.Empty.Formula);
        }
ChemicalFormulaTestFixture