Example #1
0
 public void TestInt32()
 {
     System.Int32 arg    = 1;
     System.Int32 result = m_testService.EchoLong(arg);
     Assertion.AssertEquals(arg, result);
 }