Quantcast
Channel: プログラム の個人的なメモ
Viewing all articles
Browse latest Browse all 860

【トラブル】【VisualStudio】 AxoCover に関するトラブルシューティング

$
0
0

■ はじめに

 Visual Studio のカバレッジツール「AxoCover」に関するトラブルシューティングを纏める

目次

【1】AxoCoverをインストールしたら「Umm... axocover found no unit tests」と表示されてしまう
【2】x64ビルドに変更したら「Umm... axocover found no unit tests」と表示されてしまう

【1】AxoCoverをインストールしたら「Umm... axocover found no unit tests」と表示されてしまう

エラー内容

Umm... axocover found no unit tests in this solution.
Maybe you wanted to add a new unit test project and some tests?
Or, open an existing coverage report:

解決案

[1] 「AxoCover」ビューの[Settings]-[Test Settings]を選択
[2] 「Adapter mode」で「Standard」を選択
[3] リビルドする

【2】x64ビルドに変更したら「Umm... axocover found no unit tests」と表示されてしまう

テストプロジェクトを右クリックし、[ビルド]を選択し
「プラットフォームターゲット」を「x64」に変更し、
「AxoCover」ビューを表示したら、下記の「エラー内容」が表示されてしまう

エラー内容

Umm... axocover found no unit tests in this solution.
Maybe you wanted to add a new unit test project and some tests?
Or, open an existing coverage report:

解決案

[1] 「AxoCover」ビューの[Settings]-[Test Settings]を選択
[2] 「Platform」で「x64」を選択
[3] リビルドする

関連記事

カバレッジツール / AxoCover ~ 初期設定編 ~

https://blogs.yahoo.co.jp/dk521123/35768291.html

Viewing all articles
Browse latest Browse all 860

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>