2 references to MaxLengthOfTestCaseFilterToShow
Microsoft.TestPlatform.CrossPlatEngine (2)
Utilities\TestCaseFilterDeterminer.cs (2)
12
string shortenTestCaseFilter = testCaseFilter.Length >
MaxLengthOfTestCaseFilterToShow
13
? testCaseFilter.Substring(0,
MaxLengthOfTestCaseFilterToShow
) + "..."