TestCategoryAttribute – konstruktor
Inicializuje novou instanci TestCategoryAttribute třídy použitím zadané kategorie testu.
Obor názvů: Microsoft.VisualStudio.TestTools.UnitTesting
Sestavení: Microsoft.VisualStudio.QualityTools.UnitTestFramework (v Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntaxe
'Deklarace
Public Sub New ( _
testCategory As String _
)
public TestCategoryAttribute(
string testCategory
)
public:
TestCategoryAttribute(
String^ testCategory
)
new :
testCategory:string -> TestCategoryAttribute
public function TestCategoryAttribute(
testCategory : String
)
Parametry
testCategory
Typ: StringTest kategorie použít.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.