C# Class Machine.Specifications.Controller.ControllerRunListener

Inheritance: ISpecificationRunListener
ファイルを表示 Open project: machine/machine.specifications

Public Methods

Method Description
ControllerRunListener ( Action listener ) : System
OnAssemblyEnd ( AssemblyInfo assemblyInfo ) : void
OnAssemblyStart ( AssemblyInfo assemblyInfo ) : void
OnContextEnd ( ContextInfo context ) : void
OnContextStart ( ContextInfo context ) : void
OnFatalError ( ExceptionResult exception ) : void
OnRunEnd ( ) : void
OnRunStart ( ) : void
OnSpecificationEnd ( SpecificationInfo specification, System.Result result ) : void
OnSpecificationStart ( SpecificationInfo specification ) : void

Private Methods

Method Description
SendMessage ( System.Xml.Linq.XElement message ) : void

Method Details

ControllerRunListener() public method

public ControllerRunListener ( Action listener ) : System
listener Action
return System

OnAssemblyEnd() public method

public OnAssemblyEnd ( AssemblyInfo assemblyInfo ) : void
assemblyInfo Machine.Specifications.Runner.AssemblyInfo
return void

OnAssemblyStart() public method

public OnAssemblyStart ( AssemblyInfo assemblyInfo ) : void
assemblyInfo Machine.Specifications.Runner.AssemblyInfo
return void

OnContextEnd() public method

public OnContextEnd ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
return void

OnContextStart() public method

public OnContextStart ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
return void

OnFatalError() public method

public OnFatalError ( ExceptionResult exception ) : void
exception ExceptionResult
return void

OnRunEnd() public method

public OnRunEnd ( ) : void
return void

OnRunStart() public method

public OnRunStart ( ) : void
return void

OnSpecificationEnd() public method

public OnSpecificationEnd ( SpecificationInfo specification, System.Result result ) : void
specification Machine.Specifications.Runner.SpecificationInfo
result System.Result
return void

OnSpecificationStart() public method

public OnSpecificationStart ( SpecificationInfo specification ) : void
specification Machine.Specifications.Runner.SpecificationInfo
return void