Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseInMethodBody.ShowAllMethodsFromSameClass C# (CSharp) Method

ShowAllMethodsFromSameClass() private method

private ShowAllMethodsFromSameClass ( ) : void
return void
        public void ShowAllMethodsFromSameClass()
        {
            CompiledFixtures
                .GetDeclarations()
                .AssertPresenceOf("FirstMethod", "SecondMethod");
        }