コード例 #1
0
 void WhenApplyingPreparedUpdate()
 {
     _exception = Run.CatchingException(() => _appUpdater.ApplyPreparedUpdate(_preparedUpdate));
 }
コード例 #2
0
 void WhenThePreparedUpdateIsApplied()
 {
     _installedUpdated = _appUpdater.ApplyPreparedUpdate(_preparedUpdate);
 }
コード例 #3
0
 void WhenThePreparedUpdateIsApplied()
 {
     _appUpdater.ApplyPreparedUpdate(_preparedUpdate);
 }