C# 클래스 Microsoft.Protocols.TestManager.Kernel.AppConfig

This class represents test suite specific configurations for the PTM.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PipeName string
PredefinedAdapters List
TestListName string
TestSetting string
TestSuiteAssembly List
VSTestArguments string
VSTestPath string

공개 메소드들

메소드 설명
InitDefaultConfigurations ( ) : void

Copy the ptfconfig files to the AppData directory as the default value.

LoadConfig ( string testSuiteName, string testSuiteVersion, string testSuiteDir, string installDir ) : AppConfig

Loads the configuration file

비공개 메소드들

메소드 설명
AppConfig ( ) : System
GetAdapterMethods ( ) : void
GetTestCategoryFromConfig ( string categoryConfigFile ) : AppConfigTestCategory
InitFolders ( string testSuiteDir, string installDir ) : void

메소드 상세

InitDefaultConfigurations() 공개 메소드

Copy the ptfconfig files to the AppData directory as the default value.
public InitDefaultConfigurations ( ) : void
리턴 void

LoadConfig() 공개 정적인 메소드

Loads the configuration file
public static LoadConfig ( string testSuiteName, string testSuiteVersion, string testSuiteDir, string installDir ) : AppConfig
testSuiteName string The name of the test suite.
testSuiteVersion string The version of test suite
testSuiteDir string The working directory for the test suite.
installDir string The install directory of PTM.
리턴 AppConfig

프로퍼티 상세

PipeName 공개적으로 프로퍼티

NamedPipe from PTF
public string PipeName
리턴 string

PredefinedAdapters 공개적으로 프로퍼티

A list of predefined adapters.
public List PredefinedAdapters
리턴 List

TestListName 공개적으로 프로퍼티

Name of test list.
public string TestListName
리턴 string

TestSetting 공개적으로 프로퍼티

The setting of test.
public string TestSetting
리턴 string

TestSuiteAssembly 공개적으로 프로퍼티

Test suite assemblies.
public List TestSuiteAssembly
리턴 List

VSTestArguments 공개적으로 프로퍼티

The arguments of VSTest.
public string VSTestArguments
리턴 string

VSTestPath 공개적으로 프로퍼티

The path of VSTest.
public string VSTestPath
리턴 string