public void RestapiV10SubscriptionSubscriptionIdPutTest() { // TODO: add unit test for the method 'RestapiV10SubscriptionSubscriptionIdPut' string subscriptionId = null; // TODO: replace null with proper value bool? aggregated = null; // TODO: replace null with proper value Body9 body = null; // TODO: replace null with proper value var response = instance.RestapiV10SubscriptionSubscriptionIdPut(subscriptionId, aggregated, body); Assert.IsInstanceOf <SubscriptionInfo> (response, "response is SubscriptionInfo"); }
public void Init() { instance = new Body9(); }