PlannedTest.TestCategories Property

Definition

Gets the categories applied to this test via TestCategoryAttribute at the method, class, or assembly level.

public System.Collections.Generic.IReadOnlyCollection<string> TestCategories { get; }
member this.TestCategories : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property TestCategories As IReadOnlyCollection(Of String)

Property Value

Applies to