public void RestapiV10SubscriptionPostTest()
        {
            // TODO: add unit test for the method 'RestapiV10SubscriptionPost'
            bool? aggregated = null; // TODO: replace null with proper value
            Body8 body       = null; // TODO: replace null with proper value

            var response = instance.RestapiV10SubscriptionPost(aggregated, body);

            Assert.IsInstanceOf <SubscriptionInfo> (response, "response is SubscriptionInfo");
        }
Exemple #2
0
 public void Init()
 {
     instance = new Body8();
 }