Boo.BooLangStudioSpecs.Intellisense.WhenDisplayingDescriptionsForIntellisense.MethodsIncludeParameters C# (CSharp) Метод

MethodsIncludeParameters() приватный Метод

private MethodsIncludeParameters ( ) : void
Результат void
        public void MethodsIncludeParameters()
        {
            var declarations = CompiledFixtures.GetDeclarations();

            string description = declarations.GetDescriptionMatchingName("MyMethod");

            Assert.True(description == "void MyClass.MyMethod(string firstParameter, int secondParameter)",
                "Expected: 'void MyClass.MyMethod(string firstParameter, int secondParameter)'\r\nFound: '" + description + "'.");
        }