Esempio n. 1
0
        public void PutOneloginTest()
        {
            // TODO: add unit test for the method 'PutOnelogin'
            OneLogin body = null; // TODO: replace null with proper value

            instance.PutOnelogin(body);
        }
Esempio n. 2
0
 public void Init()
 {
     instance = new OneLogin();
 }