C# Class FluentBuild.ActionExecutorTests.InternalExecutableTester

Inheritance: FluentBuild.Utilities.InternalExecutable
ファイルを表示 Open project: SkightTeam/eLiteWeb

Public Methods

Method Description
InternalExecutableTester ( ) : FluentBuild.Utilities
InternalExecutableTester ( string constructorValue ) : FluentBuild.Utilities
SetTestValue ( string value ) : void

Private Methods

Method Description
InternalExecute ( ) : void

Method Details

InternalExecutableTester() public method

public InternalExecutableTester ( ) : FluentBuild.Utilities
return FluentBuild.Utilities

InternalExecutableTester() public method

public InternalExecutableTester ( string constructorValue ) : FluentBuild.Utilities
constructorValue string
return FluentBuild.Utilities

SetTestValue() public method

public SetTestValue ( string value ) : void
value string
return void