示例#1
0
        public void CreateCommentProperty()
        {
            var commentCommand = new CommentPropertyCreated()
            {
                CommentId     = 7,
                Environment   = "test",
                ApplicationIP = "test",
                UserToken     = "test",
                SessionId     = "test"
            };

            var response = commentService.CreateCommentProperty(commentCommand);

            Assert.AreEqual(response.Type, Common.ServiceResponseTypes.Success);
        }