public void ConfirmWithAppTest()
        {
            // TODO: add unit test for the method 'ConfirmWithApp'
            int?confirmationCode   = null; // TODO: replace null with proper value
            PhoneConfirmation conf = null; // TODO: replace null with proper value

            instance.ConfirmWithApp(confirmationCode, conf);
        }
Exemplo n.º 2
0
 public void Init()
 {
     instance = new PhoneConfirmation();
 }