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
Post a Comment