C# Class Microsoft.DotNet.Watcher.Tools.FunctionalTests.DotNetWatchScenario

Inheritance: IDisposable
Mostra file Open project: aspnet/dotnet-watch

Protected Properties

Property Type Description
_artifactsFolder string
_repositoryRoot string
_scenario ProjectToolScenario

Public Methods

Method Description
Dispose ( ) : void
DotNetWatchScenario ( ) : System

Protected Methods

Method Description
RunDotNetWatch ( string arguments, string workingFolder ) : void

Private Methods

Method Description
FindRepoRoot ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DotNetWatchScenario() public method

public DotNetWatchScenario ( ) : System
return System

RunDotNetWatch() protected method

protected RunDotNetWatch ( string arguments, string workingFolder ) : void
arguments string
workingFolder string
return void

Property Details

_artifactsFolder protected_oe static_oe property

protected static string _artifactsFolder
return string

_repositoryRoot protected_oe static_oe property

protected static string _repositoryRoot
return string

_scenario protected_oe property

protected ProjectToolScenario,Microsoft.DotNet.Watcher.Tools.FunctionalTests _scenario
return ProjectToolScenario