Beispiel #1
0
        public IEnumerable <KeyValuePair <string, string> > CreateTableTest(object obj, bool escapeLines)
        {
            IEnumerable <KeyValuePair <string, string> > result = Cli.CreateTable(obj, escapeLines);

            return(result);
            // TODO: add assertions to method CliTest.CreateTableTest(Object, Boolean)
        }