TestDefinition Class

A class that contains the properties for a test that are static across instances. This class can be used to facilitate the filtering of tests, as well as add or remove particular tests to and from projects.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Syntax

C#

[DataContractAttribute]

public abstract class TestDefinition

Inheritance Hierarchy

System.Object

Microsoft.Windows.Kits.Hardware.ObjectModel.NotificationBase

Microsoft.Windows.Kits.Hardware.ObjectModel.TestDefinition

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.