Esempio n. 1
0
        public void PostMediaretentionpoliciesTest()
        {
            // TODO: add unit test for the method 'PostMediaretentionpolicies'
            PolicyCreate body     = null; // TODO: replace null with proper value
            var          response = instance.PostMediaretentionpolicies(body);

            Assert.IsInstanceOf <Policy> (response, "response is Policy");
        }
Esempio n. 2
0
 public void Init()
 {
     instance = new PolicyCreate();
 }