C# Class CommandLine.Tests.CommandLineParserBaseFixture

Inheritance: BaseFixture
ファイルを表示 Open project: Vaa3D/vaa3d_tools

Protected Methods

Method Description
AssertParserFailure ( bool result ) : void
AssertParserSuccess ( bool result ) : void
CreateCommandLineParser ( ) : ICommandLineParser

Method Details

AssertParserFailure() protected method

protected AssertParserFailure ( bool result ) : void
result bool
return void

AssertParserSuccess() protected method

protected AssertParserSuccess ( bool result ) : void
result bool
return void

CreateCommandLineParser() protected method

protected CreateCommandLineParser ( ) : ICommandLineParser
return ICommandLineParser