示例#1
0
        public void DeclarationsGetDescription()
        {
            Declarations declarations = CreateDeclarations();

            // Check that it is possible to add and get back a single string.
            AddMethod(declarations, "Test1");
            Assert.IsTrue("" == declarations.GetDescription(0));
        }