2016-09-07 10 views

答えて

0

実行されるコマンドは、関連するパラメータを含むVSTest.Console.exeです。あなたがテストを実行するとき そうなVisual Studioはあなたのためにこれを呼んでいる:

VSTest.Console.exe [Path\NameOf.dll] /Logger:trx 

VSTestが実際にロガーを持っているかどうかを確認するには:

VSTest.Console.exe /ListLoggers 

Write your own logger for VSTest

More about calling VSTest.Console.exe

関連する問題