Exemple #1
0
        public void TestCreateOPCProperty01()
        {
            OPCProperty oPCProperty = CreateOPCProperty01();

            Assert.IsNotNull(oPCProperty);
        }
Exemple #2
0
        public void TestOPCPropertyConstructor01()
        {
            OPCProperty oPCProperty = new OPCProperty();

            oPCProperty.ToString();
        }
Exemple #3
0
        public static OPCProperty CreateOPCProperty01()
        {
            OPCProperty oPCProperty = new OPCProperty();

            return(oPCProperty);
        }