8 references to DirectoryBasedTestDiscovererAttribute
Microsoft.VisualStudio.TestPlatform.Common (5)
ExtensionFramework\TestDiscoveryExtensionManager.cs (1)
190
/// <see langword="true"/> if the discoverer plugin is decorated with <see cref="
DirectoryBasedTestDiscovererAttribute
"/>,
ExtensionFramework\Utilities\TestDiscovererPluginInformation.cs (4)
75
/// <see langword="true"/> if the discoverer plugin is decorated with <see cref="
DirectoryBasedTestDiscovererAttribute
"/>,
151
/// <see cref="
DirectoryBasedTestDiscovererAttribute
"/>, <see langword="false"/> otherwise.
156
var attribute = testDiscovererType.GetCustomAttribute(typeof(
DirectoryBasedTestDiscovererAttribute
), inherit: false);
157
return attribute is
DirectoryBasedTestDiscovererAttribute
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Adapter\Interfaces\ITestDiscoverer.cs (2)
21
/// directories, provide <see cref="
DirectoryBasedTestDiscovererAttribute
"/> instead. If neither
22
/// <see cref="
DirectoryBasedTestDiscovererAttribute
"/> nor <see cref="FileExtensionAttribute"/> is provided, the
FileExtensionAttribute.cs (1)
15
/// If neither this attribute nor the <see cref="
DirectoryBasedTestDiscovererAttribute
"/> is provided on the test