8 references to FileExtensionAttribute
Microsoft.VisualStudio.TestPlatform.Common (4)
ExtensionFramework\Utilities\TestDiscovererPluginInformation.cs (4)
85
/// Helper to get file extensions from the <see cref="
FileExtensionAttribute
"/> on the discover plugin.
93
var attributes = testDiscovererType.GetCustomAttributes(typeof(
FileExtensionAttribute
), inherit: false).ToArray();
98
var
fileExtAttribute = (
FileExtensionAttribute
)attribute;
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Adapter\Interfaces\ITestDiscoverer.cs (2)
19
/// Provide one or more <see cref="
FileExtensionAttribute
"/>s on the implementing class to indicate the set of file
22
/// <see cref="DirectoryBasedTestDiscovererAttribute"/> nor <see cref="
FileExtensionAttribute
"/> is provided, the
DirectoryBasedTestDiscovererAttribute.cs (2)
10
/// present inside a directory (as opposed to the <see cref="
FileExtensionAttribute
"/> which indicates that the
14
/// If neither this attribute nor the <see cref="
FileExtensionAttribute
"/> is provided on the test discoverer,