Boo.BooLangStudioSpecs.WhenParsingTheStartOfAnMlCommentRegion.StartIndexShouldBeZero C# (CSharp) Method

StartIndexShouldBeZero() private method

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