Ejemplo n.º 1
0
        public void TestStringAsAny()
        {
            string arg    = "TestArg";
            string result = (string)m_testService.EchoAnything(arg);

            Assertion.AssertEquals(arg, result);
        }