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

    ■ はじめに

 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://dk521123.hatenablog.com/entry/35768291