Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.3

NUnit テスト実行時に .NET マネージド コードのカバレッジ情報を収集するには、ビルトイン コンフィギュレーションRun VSTest Tests with Coverage を実行します。例:

Code Block
dottestcli.exe -solution "C:\Devel\FooSolution\FooSolution.sln" -config "builtin://Run VSTest Tests with Coverage" -report "C:\Report

単体テストのセットアップと実行については「Unit Testing 1」を参照してください。