TestType Enumeration

This enumeration represents types of tests that can exist in the HCK.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

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

Usage

Visual Basic

Dim instance As TestType

Syntax

Visual Basic

Public Enumeration TestType

C#

public enum TestType

Members

Member name Description

Automated

This enum represents tests that require no manual input (referred to automated tests).

Configuration

This enum represents tests denoted as configuration jobs( jobs which perform configuration actions, but do not involve any test actions). This type of test has been deprecated, do not use.

Library

This enum represents library tests. This type of test has been deprecated, do not use.

Manual

This enum represents tests that require manual input (referred to as manual tests).