예제 #1
0
        public static void Main(string[] args)
        {
            showstring p = new showstring();

            p.message();
            Console.ReadKey();
        }
예제 #2
0
        public void TestMethod1()

        {
            showstring m      = new showstring();
            string     res    = m.message();
            string     actual = "";

            Assert.AreEqual(res, actual);
        }