Exemplo n.º 1
0
        public void PutEventNowTimeStampAsync()
        {
            var result = _orchestrate.PutEventAsync(CollectionName, "1", "comment", DateTime.UtcNow, "This is the PutEventNowTimeStamp comment.").Result;

            Assert.IsTrue(result.Value == null || result.Value.ToString() == string.Empty);
        }