Boo.BooLangStudioSpecs.Intellisense.WhenDisplayingDescriptionsForIntellisense.FieldsStartWithTypeFollowedByDeclaredName C# (CSharp) Method

FieldsStartWithTypeFollowedByDeclaredName() private method

private FieldsStartWithTypeFollowedByDeclaredName ( ) : void
return void
        public void FieldsStartWithTypeFollowedByDeclaredName()
        {
            var declarations = CompiledFixtures.GetDeclarations();
            var description = declarations.GetDescriptionMatchingName("variable");

            Assert.Equal("int variable", description);
        }