C# Класс BlueCollar.Test.ApplicationUtils

Provides utilities and helpers for application testing.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CopyEmbeddedResourceToPath ( string name, string path ) : void

Copies the embedded resource with the given name to the given path on disk.

CreateValidExampleApplication ( ) : string

Creates a valid example application structure in a random destination directory and returns the path to the directory.

CreateValidExampleWebApplication ( ) : string

Creates a valid example web application structure in a random directory and returns the path to the directory.

GetAssemblyPathsForBasicApplication ( ) : IList

Gets a list of fully-qualified paths for the minimum required input assemblies for a valid Blue Collar application.

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

CopyEmbeddedResourceToPath() публичный статический Метод

Copies the embedded resource with the given name to the given path on disk.
public static CopyEmbeddedResourceToPath ( string name, string path ) : void
name string The name of the resource file top copy.
path string The path to copy the file to.
Результат void

CreateValidExampleApplication() публичный статический Метод

Creates a valid example application structure in a random destination directory and returns the path to the directory.
public static CreateValidExampleApplication ( ) : string
Результат string

CreateValidExampleWebApplication() публичный статический Метод

Creates a valid example web application structure in a random directory and returns the path to the directory.
public static CreateValidExampleWebApplication ( ) : string
Результат string

GetAssemblyPathsForBasicApplication() публичный статический Метод

Gets a list of fully-qualified paths for the minimum required input assemblies for a valid Blue Collar application.
public static GetAssemblyPathsForBasicApplication ( ) : IList
Результат IList