Example #1
0
        public static System.String GetConfigNameMSS(
            TrendViewer.View.FormulaGroup target)
        {
            object result;

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