Example #1
0
        public static void SendMSS(
            STEE.ISCS.MVC.NotifyManager target,
            System.String type, System.String name, System.Object body)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, type, name, body }, out result))
            {
                return;
            }
            else
            {
                target.Send(type, name, body);
            }
        }
Example #2
0
 public static void SendTSS(
     STEE.ISCS.MVC.NotifyManager target,
     System.String type, System.String name, System.Object body)
 {
     return;
 }