C# Class NuForVS.Test.Mocks.MockProject

Inheritance: IProject
ファイルを表示 Open project: kiliman/NuForVS Class Usage Examples

Public Methods

Method Description
AddReference ( string path ) : void
HasReference ( string path ) : bool
MockProject ( string projectPath ) : System.Collections.Generic

Method Details

AddReference() public method

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

HasReference() public method

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

MockProject() public method

public MockProject ( string projectPath ) : System.Collections.Generic
projectPath string
return System.Collections.Generic