C# Class Microsoft.ALMRangers.RMWorkflowMigrator.Tests.Unit.TestHelpers.FakeFileSystem

Inheritance: IFileSystem
显示文件 Open project: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS Class Usage Examples

Public Methods

Method Description
CreateDirectory ( string path ) : void
Exists ( string path ) : bool
FakeFileSystem ( ) : System.Collections.Generic
WriteAllText ( string path, string contents ) : void

Method Details

CreateDirectory() public method

public CreateDirectory ( string path ) : void
path string
return void

Exists() public method

public Exists ( string path ) : bool
path string
return bool

FakeFileSystem() public method

public FakeFileSystem ( ) : System.Collections.Generic
return System.Collections.Generic

WriteAllText() public method

public WriteAllText ( string path, string contents ) : void
path string
contents string
return void