Boo.BooLangStudioSpecs.AutoTokenTestFixture.VerifyStartIndex C# (CSharp) Méthode

VerifyStartIndex() private méthode

private VerifyStartIndex ( ) : void
Résultat void
        public void VerifyStartIndex()
        {
            Assert.True(tokens[0].StartIndex == expectedStartIndex, "Expected: "+expectedStartIndex.ToString()+" Actual: "+tokens[0].StartIndex.ToString());
        }