Exemple #1
0
        public static System.String GetFormulaNameMSS(
            TrendViewer.View.FormulaData target)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target }, out result))
            {
                return((System.String)result);
            }
            else
            {
                return(target.GetFormulaName());
            }
        }
Exemple #2
0
 public static System.String GetFormulaNameTSS(
     TrendViewer.View.FormulaData target)
 {
     return("Not_Empty_Name");
 }