Exemplo n.º 1
0
        public void GetEventsNoStartEndAsync()
        {
            _orchestrate.PutEvent(CollectionName, "1", "comment", DateTime.UtcNow, "This is the GetEventsNoStartEnd comment.");
            var result = _orchestrate.GetEventsAsync(CollectionName, "1", "comment").Result;

            Assert.IsTrue(result.Count > 0);
        }