Boo.BooLangStudioSpecs.WhenParsingTheStartOfATripleQuoteRegion.EndIndexShouldBeNine C# (CSharp) Метод

EndIndexShouldBeNine() приватный Метод

private EndIndexShouldBeNine ( ) : void
Результат void
        public void EndIndexShouldBeNine()
        {
            Assert.True(token.EndIndex == 7, "Actual: " + token.EndIndex.ToString());
        }