示例#1
0
        public void TestGetOPCDTSmplFlagValue01()
        {
            CheckConfigVars checkConfigVars = CheckConfigVarsFactory.CreateCheckConfigVars01();
            string          str             = checkConfigVars.GetOPCDTSmplFlagValue();

            #region Record State
            ValueRecorder recorder = new ValueRecorder();
            recorder.Record(str);
            recorder.FinishRecording();
            #endregion
        }
示例#2
0
        public void TestCreateCheckConfigVars01()
        {
            CheckConfigVars checkConfigVars = CreateCheckConfigVars01();

            Assert.IsNotNull(checkConfigVars);
        }
示例#3
0
        public static CheckConfigVars CreateCheckConfigVars01()
        {
            CheckConfigVars checkConfigVars = new CheckConfigVars();

            return(checkConfigVars);
        }
示例#4
0
 public void TestCheckConfigVarsConstructor01()
 {
     CheckConfigVars checkConfigVars = new CheckConfigVars();
 }
示例#5
0
        public void TestUpdateToDisableOPCDTSmplFlag01()
        {
            CheckConfigVars checkConfigVars = CheckConfigVarsFactory.CreateCheckConfigVars01();

            checkConfigVars.UpdateToDisableOPCDTSmplFlag();
        }