Свойство | Тип | Описание | |
---|---|---|---|
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 ) : |
Loads the configuration file
|
Метод | Описание | |
---|---|---|
AppConfig ( ) : System | ||
GetAdapterMethods ( ) : void | ||
GetTestCategoryFromConfig ( string categoryConfigFile ) : AppConfigTestCategory | ||
InitFolders ( string testSuiteDir, string installDir ) : void |
public InitDefaultConfigurations ( ) : void | ||
Результат | void |
public static LoadConfig ( string testSuiteName, string testSuiteVersion, string testSuiteDir, string installDir ) : |
||
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. |
Результат |