7 references to NotNullOrEmpty
Microsoft.VisualStudio.TestPlatform.Common (1)
src\vstest\src\Microsoft.TestPlatform.Filter.Source\FastFilter.cs (1)
36
ValidateArg.
NotNullOrEmpty
(filterProperties, nameof(filterProperties));
Microsoft.VisualStudio.TestPlatform.ObjectModel (6)
Client\DiscoveryCriteria.cs (1)
102
ValidateArg.
NotNullOrEmpty
(sources, nameof(sources));
Client\TestRunCriteria.cs (5)
232
ValidateArg.
NotNullOrEmpty
(testSources, nameof(sources));
259
ValidateArg.
NotNullOrEmpty
(testSources, nameof(sources));
302
ValidateArg.
NotNullOrEmpty
(adapterSourceMap, nameof(adapterSourceMap));
407
ValidateArg.
NotNullOrEmpty
(testCases, nameof(tests));
484
ValidateArg.
NotNullOrEmpty
(testCases, nameof(tests));