visual studio - How to disable test name too long warnings? -


i'm using xunit theory , automoqdata attribute generate test values, , causing test functions signatures long apparently. test explorer shows test function names, in console output see lot of these:

contents of string 'test name ...' exceeds max of '449', string has been truncated.

they might hide other more important warnings, there way prevent these appearing?

example test:

[<theory; automoqdata>] member this.``test name bla bla bla`` logger uri credentials jsonstring =      ... 


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -