public void PostGroupIdMembersTest() { // TODO: add unit test for the method 'PostGroupIdMembers' string groupId = null; // TODO: replace null with proper value GroupMembersUpdate body = null; // TODO: replace null with proper value instance.PostGroupIdMembers(groupId, body); }
public void PostGroupIdMembersTest() { // TODO: add unit test for the method 'PostGroupIdMembers' string groupId = null; // TODO: replace null with proper value GroupMembersUpdate body = null; // TODO: replace null with proper value var response = instance.PostGroupIdMembers(groupId, body); Assert.IsInstanceOf <Empty> (response, "response is Empty"); }
public void Init() { instance = new GroupMembersUpdate(); }