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

            instance.ConfirmWithApp(confirmationCode, conf);
        }
示例#2
0
 public void Init()
 {
     instance = new PhoneConfirmationBindingModel();
 }