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

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