DiscoverInternalsAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The presence of this attribute in a test assembly causes MSTest to discover test classes (i.e. classes having the "TestClass" attribute) and test methods (i.e. methods having the "TestMethod" attribute) which are declared internal in addition to test classes and test methods which are declared public. When this attribute is not present in a test assembly the tests in such classes will not be discovered.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public class DiscoverInternalsAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class DiscoverInternalsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type DiscoverInternalsAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type DiscoverInternalsAttribute = class
inherit Attribute
Public Class DiscoverInternalsAttribute
Inherits Attribute
- Inheritance
-
DiscoverInternalsAttribute
- Attributes
Constructors
DiscoverInternalsAttribute() |