public void GetEvaluationsQueryTest() { // TODO: add unit test for the method 'GetEvaluationsQuery' int? pageSize = null; // TODO: replace null with proper value int? pageNumber = null; // TODO: replace null with proper value string sortBy = null; // TODO: replace null with proper value List <Object> expand = null; // TODO: replace null with proper value string nextPage = null; // TODO: replace null with proper value string previousPage = null; // TODO: replace null with proper value string conversationId = null; // TODO: replace null with proper value string agentUserId = null; // TODO: replace null with proper value string evaluatorUserId = null; // TODO: replace null with proper value string queueId = null; // TODO: replace null with proper value string startTime = null; // TODO: replace null with proper value string endTime = null; // TODO: replace null with proper value List <Object> evaluationState = null; // TODO: replace null with proper value bool? isReleased = null; // TODO: replace null with proper value bool? agentHasRead = null; // TODO: replace null with proper value bool? expandAnswerTotalScores = null; // TODO: replace null with proper value int? maximum = null; // TODO: replace null with proper value var response = instance.GetEvaluationsQuery(pageSize, pageNumber, sortBy, expand, nextPage, previousPage, conversationId, agentUserId, evaluatorUserId, queueId, startTime, endTime, evaluationState, isReleased, agentHasRead, expandAnswerTotalScores, maximum); Assert.IsInstanceOf <EvaluationEntityListing> (response, "response is EvaluationEntityListing"); }