Boo.BooLangStudioSpecs.Intellisense.WhenDisplayingDescriptionsForIntellisense.FieldsStartWithTypeFollowedByDeclaredName C# (CSharp) 메소드

FieldsStartWithTypeFollowedByDeclaredName() 개인적인 메소드

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

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