Boo.BooLangStudioSpecs.Intellisense.WhenParsingSingleFileForIntellisense.FirstChildIsDocumentTreeNode C# (CSharp) Method

FirstChildIsDocumentTreeNode() private method

private FirstChildIsDocumentTreeNode ( ) : void
return void
        public void FirstChildIsDocumentTreeNode()
        {
            var project = CompiledFixtures.Project;

            Assert.IsType<DocumentTreeNode>(project.ParseTree.Children[0]);
        }