Click or drag to resize
AutomatedTestsGetClassAndAssemblyCategories Method
Get categories assigned to current test class and assembly.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
protected string[] GetClassAndAssemblyCategories()

Return Value

Type: String
String array of all categories assigned to current test class and assembly.
See Also