C# 클래스 BlueCollar.Test.ApplicationUtils

Provides utilities and helpers for application testing.
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar 1 사용 예제들

공개 메소드들

메소드 설명
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