void WhenApplyingPreparedUpdate()
 {
     _exception = Run.CatchingException(() => _appUpdater.ApplyPreparedUpdate(_preparedUpdate));
 }
Esempio n. 2
0
 void WhenThePreparedUpdateIsApplied()
 {
     _installedUpdated = _appUpdater.ApplyPreparedUpdate(_preparedUpdate);
 }
 void WhenThePreparedUpdateIsApplied()
 {
     _appUpdater.ApplyPreparedUpdate(_preparedUpdate);
 }