Esempio n. 1
0
        public void IsAConnection()
        {
            ZmqContext zmqContext = ZmqContext.Create();

            Daytona.Store.Connection connection = new Daytona.Store.Connection(zmqContext);
            Assert.IsInstanceOfType(connection, typeof(Daytona.Store.Connection));
        }
Esempio n. 2
0
 public void IsAConnection()
 {
     ZmqContext zmqContext = ZmqContext.Create();
     Daytona.Store.Connection connection = new Daytona.Store.Connection(zmqContext);
     Assert.IsInstanceOfType(connection, typeof(Daytona.Store.Connection));
 }