Esempio n. 1
0
        public static void SetFormTypeTSS(
            /*TrendViewer.Controller.FormulaGroupController*/ object target,
            TrendViewer.View.FormType type)
        {
            Exception e = new Exception();

            throw e;
        }
Esempio n. 2
0
        public static void SetFormTypeMSS(
            /*TrendViewer.Controller.FormulaGroupController*/ object target,
            TrendViewer.View.FormType type)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target, type }, out result))
            {
                return;
            }
            else
            {
                Helper.CallMethod(target, "SetFormType", new object[] { type });
            }
        }