public void PatchCallsCallIdParticipantsParticipantIdConsultTest() { // TODO: add unit test for the method 'PatchCallsCallIdParticipantsParticipantIdConsult' string callId = null; // TODO: replace null with proper value string participantId = null; // TODO: replace null with proper value ConsultTransferUpdate body = null; // TODO: replace null with proper value var response = instance.PatchCallsCallIdParticipantsParticipantIdConsult(callId, participantId, body); Assert.IsInstanceOf <ConsultTransferResponse> (response, "response is ConsultTransferResponse"); }
public void Init() { instance = new ConsultTransferUpdate(); }