Beispiel #1
0
        public void PullTest()
        {
            // TODO: add unit test for the method 'Pull'
            string appId               = null; // TODO: replace null with proper value
            string queueName           = null; // TODO: replace null with proper value
            QueuePayloadWithCount body = null; // TODO: replace null with proper value

            var response = instance.Pull(appId, queueName, body);

            Assert.IsInstanceOf <List <QueueMessage> > (response, "response is List<QueueMessage>");
        }
 public void Init()
 {
     instance = new QueuePayloadWithCount();
 }
Beispiel #3
0
 public void Init()
 {
     instance = new QueuePayloadWithCount();
 }