CSMSL.Tests.Proteomics.PeptideTestFixture.EmptyStringPeptideConstructorLength C# (CSharp) 메소드

EmptyStringPeptideConstructorLength() 개인적인 메소드

private EmptyStringPeptideConstructorLength ( ) : void
리턴 void
        public void EmptyStringPeptideConstructorLength()
        {
            Peptide peptide = new Peptide();

            Assert.AreEqual(0, peptide.Length);
        }
PeptideTestFixture