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 Basic

Dim instance As IRunTests

Syntax

Visual Basic

Public 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