示例#1
0
        public void PutOktaTest()
        {
            // TODO: add unit test for the method 'PutOkta'
            Okta body = null; // TODO: replace null with proper value

            instance.PutOkta(body);
        }
 public void Init()
 {
     instance = new Okta();
 }