C# 클래스 Microsoft.ALMRangers.RMWorkflowMigrator.Tests.Unit.TestHelpers.FakeFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS 1 사용 예제들

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : void
Exists ( string path ) : bool
FakeFileSystem ( ) : System.Collections.Generic
WriteAllText ( string path, string contents ) : void

메소드 상세

CreateDirectory() 공개 메소드

public CreateDirectory ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

FakeFileSystem() 공개 메소드

public FakeFileSystem ( ) : System.Collections.Generic
리턴 System.Collections.Generic

WriteAllText() 공개 메소드

public WriteAllText ( string path, string contents ) : void
path string
contents string
리턴 void