C# 클래스 ApplicationSettingsTests.TestHelpers

파일 보기 프로젝트 열기: tparvi/appsettings

공개 메소드들

메소드 설명
CreateCopyOfFile ( string source ) : string
DeleteIfExists ( string fullPathToFile ) : void
GetFullPathToConfigurationFile ( string fileName ) : string
GetRelativePathToConfigurationFile ( string fileName ) : string

비공개 메소드들

메소드 설명
GetAbsolutePathToTestAssembly ( ) : string

메소드 상세

CreateCopyOfFile() 공개 정적인 메소드

public static CreateCopyOfFile ( string source ) : string
source string
리턴 string

DeleteIfExists() 공개 정적인 메소드

public static DeleteIfExists ( string fullPathToFile ) : void
fullPathToFile string
리턴 void

GetFullPathToConfigurationFile() 공개 정적인 메소드

public static GetFullPathToConfigurationFile ( string fileName ) : string
fileName string
리턴 string

GetRelativePathToConfigurationFile() 공개 정적인 메소드

public static GetRelativePathToConfigurationFile ( string fileName ) : string
fileName string
리턴 string