Exemple #1
0
        public void DeleteConversationsConversationIdEvaluationsEvaluationIdTest()
        {
            // TODO: add unit test for the method 'DeleteConversationsConversationIdEvaluationsEvaluationId'
            string conversationId = null; // TODO: replace null with proper value
            string evaluationId   = null; // TODO: replace null with proper value
            string expand         = null; // TODO: replace null with proper value
            var    response       = instance.DeleteConversationsConversationIdEvaluationsEvaluationId(conversationId, evaluationId, expand);

            Assert.IsInstanceOf <Evaluation> (response, "response is Evaluation");
        }