Beispiel #1
0
        public string FormatEscapeTest(string value)
        {
            string result = Cli.FormatEscape(value);

            return(result);
            // TODO: add assertions to method CliTest.FormatEscapeTest(String)
        }
Beispiel #2
0
        public string FormatEscapeTest01(object value)
        {
            string result = Cli.FormatEscape(value);

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