C# Класс Microsoft.Protocols.TestSuites.MS_WDVMODUU.TestSuiteBase

Наследование: Microsoft.Protocols.TestTools.TestClassBase
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
DeleteTheFileInTheServer ( string destinationUri ) : bool

Delete the file in the internal array list "arrayListOfDeleteFile" from the server.

GetLocalFileContent ( string fileName ) : byte[]

Retrieve a byte array contains the content of the given file.

RemoveFileUriFromDeleteList ( string fileUri ) : void

Remove the file URI from the internal array list "arrayListOfDeleteFile".

Приватные методы

Метод Описание
TestCaseCleanup ( ) : void
TestCaseInitialize ( ) : void

Описание методов

DeleteTheFileInTheServer() защищенный Метод

Delete the file in the internal array list "arrayListOfDeleteFile" from the server.
protected DeleteTheFileInTheServer ( string destinationUri ) : bool
destinationUri string The file URI that will be deleted from the server.
Результат bool

GetLocalFileContent() защищенный Метод

Retrieve a byte array contains the content of the given file.
protected GetLocalFileContent ( string fileName ) : byte[]
fileName string The name of file whose content is to be retrieved.
Результат byte[]

RemoveFileUriFromDeleteList() защищенный Метод

Remove the file URI from the internal array list "arrayListOfDeleteFile".
protected RemoveFileUriFromDeleteList ( string fileUri ) : void
fileUri string The file URI that need to be removed.
Результат void