예제 #1
0
        internal virtual ElementListBuilder CreateElementListBuilder_Accessor()
        {
            // TODO: Instantiate an appropriate concrete class.
            ElementListBuilder target = null;

            return(target);
        }
예제 #2
0
        public void BuildListTest()
        {
            ElementListBuilder target = CreateElementListBuilder(); // TODO: Initialize to an appropriate value

            target.BuildList();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }