Boo.BooLangStudioSpecs.WhenParsingTheStartOfAnMlCommentRegion.StartIndexShouldBeZero C# (CSharp) Méthode

StartIndexShouldBeZero() private méthode

private StartIndexShouldBeZero ( ) : void
Résultat void
        public void StartIndexShouldBeZero()
        {
            Assert.True(token.StartIndex == 0, "Actual: " + token.StartIndex.ToString());
        }