IRunTests Interface
This class provides an interface that represents the contract that each schedulable object must implement.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual BasicDim instance As IRunTests
Syntax
Visual BasicPublic Interface IRunTests
C#public interface IRunTests
Remarks
This is mainly used to allow scheduling of tests from various objects. Currently the following objects implement this interface:
Project
ProductInstance
TargetFamily
Test