C# Class NuGet.Test.Mocks.MockProjectSystem

Inheritance: MockFileSystem, IProjectSystem
Afficher le fichier Open project: xero-github/Nuget Class Usage Examples

Méthodes publiques

Méthode Description
AddFrameworkReference ( string name ) : void
AddReference ( string referencePath ) : void
AddReference ( string referencePath, Stream stream ) : void
GetPropertyValue ( string propertyName ) : dynamic
IsProjectReference ( string name ) : bool
IsSupportedFile ( string path ) : bool
MockProjectSystem ( ) : System
MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System
ReferenceExists ( string name ) : bool
RemoveReference ( string name ) : void
ResolvePath ( string path ) : string

Method Details

AddFrameworkReference() public méthode

public AddFrameworkReference ( string name ) : void
name string
Résultat void

AddReference() public méthode

public AddReference ( string referencePath ) : void
referencePath string
Résultat void

AddReference() public méthode

public AddReference ( string referencePath, Stream stream ) : void
referencePath string
stream Stream
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( string propertyName ) : dynamic
propertyName string
Résultat dynamic

IsProjectReference() public méthode

public IsProjectReference ( string name ) : bool
name string
Résultat bool

IsSupportedFile() public méthode

public IsSupportedFile ( string path ) : bool
path string
Résultat bool

MockProjectSystem() public méthode

public MockProjectSystem ( ) : System
Résultat System

MockProjectSystem() public méthode

public MockProjectSystem ( FrameworkName frameworkName, string root = @"x:\MockFileSystem" ) : System
frameworkName FrameworkName
root string
Résultat System

ReferenceExists() public méthode

public ReferenceExists ( string name ) : bool
name string
Résultat bool

RemoveReference() public méthode

public RemoveReference ( string name ) : void
name string
Résultat void

ResolvePath() public méthode

public ResolvePath ( string path ) : string
path string
Résultat string