Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DiscoverInternalsAttribute Class
Definition
- Namespace:
- Microsoft.VisualStudio.TestTools.UnitTesting
- Assembly:
- Microsoft.VisualStudio.TestPlatform.TestFramework.dll
- Assembly:
- MSTest.TestFramework.dll
- Package:
- MSTest.TestFramework v2.2.10
- Package:
- MSTest.TestFramework v3.0.4
- Package:
- MSTest.TestFramework v3.1.1
- Package:
- MSTest.TestFramework v3.10.5
- Package:
- MSTest.TestFramework v3.11.0
- Package:
- MSTest.TestFramework v3.2.2
- Package:
- MSTest.TestFramework v3.3.1
- Package:
- MSTest.TestFramework v3.4.3
- Package:
- MSTest.TestFramework v3.5.2
- Package:
- MSTest.TestFramework v3.6.4
- Package:
- MSTest.TestFramework v3.7.3
- Package:
- MSTest.TestFramework v3.8.3
- Package:
- MSTest.TestFramework v3.9.3
- Package:
- MSTest.TestFramework v4.0.2
- Package:
- MSTest.TestFramework v4.1.0
- Package:
- MSTest.TestFramework v4.2.3
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
| Name | Description |
|---|---|
| DiscoverInternalsAttribute() | |
Applies to
Feedback
Was this page helpful?
