public void PutContactlistsContactlistIdContactsContactIdTest() { // TODO: add unit test for the method 'PutContactlistsContactlistIdContactsContactId' string contactListId = null; // TODO: replace null with proper value string contactId = null; // TODO: replace null with proper value DialerContact body = null; // TODO: replace null with proper value var response = instance.PutContactlistsContactlistIdContactsContactId(contactListId, contactId, body); Assert.IsInstanceOf <DialerContact> (response, "response is DialerContact"); }
public void Init() { instance = new DialerContact(); }