Esempio n. 1
0
 void WhenLaunchInstalledUpdateIsCalled()
 {
     _returnedInstalledUpdate = _appUpdater.LaunchInstalledUpdate(_installedUpdate);
 }
 void WhenLaunchInstalledUpdateIsCalled()
 {
     _exception = Run.CatchingException(() => _appUpdater.LaunchInstalledUpdate(_installedUpdate));
 }