C# Class Rosetta.Runner.UnitTests.Mocks.MockedProgramBase

Mock for Program. This class represents the base class for all mocks for Program.
Inheritance: Program
Show file Open project: andry-tino/Rosetta

Public Methods

Method Description
MockedProgramBase ( string args ) : System

Initializes a new instance of the MockedProgramBase class.

Protected Methods

Method Description
ConvertFile ( ) : void
ConvertProject ( ) : void
ExecuteCore ( ) : void
HandleError ( Exception e ) : void
HandleNoFeasibleExecution ( ) : void
HandleOptionException ( Mono.Options.OptionException e ) : void
ShowHelp ( ) : void

Method Details

ConvertFile() protected method

protected ConvertFile ( ) : void
return void

ConvertProject() protected method

protected ConvertProject ( ) : void
return void

ExecuteCore() protected method

protected ExecuteCore ( ) : void
return void

HandleError() protected method

protected HandleError ( Exception e ) : void
e System.Exception
return void

HandleNoFeasibleExecution() protected method

protected HandleNoFeasibleExecution ( ) : void
return void

HandleOptionException() protected method

protected HandleOptionException ( Mono.Options.OptionException e ) : void
e Mono.Options.OptionException
return void

MockedProgramBase() public method

Initializes a new instance of the MockedProgramBase class.
public MockedProgramBase ( string args ) : System
args string
return System

ShowHelp() protected method

protected ShowHelp ( ) : void
return void