Boo.BooLangStudioSpecs.Intellisense.WhenDisplayingDescriptionsForIntellisense.FieldsStartWithTypeFollowedByDeclaredName C# (CSharp) Méthode

FieldsStartWithTypeFollowedByDeclaredName() private méthode

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

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