コード例 #1
0
 void WhenLaunchInstalledUpdateIsCalled()
 {
     _returnedInstalledUpdate = _appUpdater.LaunchInstalledUpdate(_installedUpdate);
 }
コード例 #2
0
 void WhenLaunchInstalledUpdateIsCalled()
 {
     _exception = Run.CatchingException(() => _appUpdater.LaunchInstalledUpdate(_installedUpdate));
 }