共用方式為


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 BasicDim instance As TestType

Syntax

Visual BasicPublic 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).

 

 

 

Send comments about this topic to Microsoft