Ejemplo n.º 1
0
 public void TestInitializeAndConnectOPCServer01()
 {
     OPCDataPointManager oPCDataPointManager    = OPCDataPointManager.GetInstance();
     Accessor            oPCLoggerCacheAccessor = ReflectionAccessor.Wrap(oPCDataPointManager);
     bool b = oPCDataPointManager.InitializeAndConnectOPCServer();
     //Post Test Condition Check
 }