Ejemplo n.º 1
0
        public static System.String GetConfigNameTSS(
            TrendViewer.View.HistDataPointGroup target)
        {
            string name = Dottest.Framework.Stubs.CurrentTestMethod.Name;

            if (name.Equals("TestLoadHistDataPointByGrpName_SaveHistDataPointToGrpName_01"))
            {
                return("");
            }
            else
            {
                return("NotEmptyName");
            }
        }
Ejemplo n.º 2
0
        public static System.String GetConfigNameMSS(
            TrendViewer.View.HistDataPointGroup target)
        {
            object result;

            if (TestSpecificStubsUtil.RunTestSpecificStub(System.Reflection.MethodBase.GetCurrentMethod(), new object[] { target }, out result))
            {
                return((System.String)result);
            }
            else
            {
                return(target.GetConfigName());
            }
        }