Beispiel #1
0
 public void OnResumeLogon()
 {
     AuthenticatedAlreadyOrNot(true);
     UserAndPasswordSavedAlreadyOrNot(true);
     App = new UnitTestApp();
     App.OnResumePublic().Wait();
 }
Beispiel #2
0
 public void OnResumeLogonAndPushedDateNotExpired()
 {
     AuthenticatedAlreadyOrNot(true);
     UserAndPasswordSavedAlreadyOrNot(true);
     AppInitsHolder.NotificationsPushedDateSaved = DateTime.Now;
     App = new UnitTestApp();
     App.OnResumePublic().Wait();
 }