c# - How to hide this error on vstest.console.exe? -


i have developed unit test project , executed with

vstest.console.exe  

in console want show method pass or method fail..

how hide errors , trace ...

enter image description here

here available command line options vstest.console.exe, none of them need.

your best bet write custom logger implementing itestlogger microsoft.visualstudio.testplatform.objectmodel.dll , specifying /logger option.

check this post more details.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -