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