C# Class Machine.VSTestAdapter.Execution.VSProxyAssemblySpecificationRunListener

Inheritance: System.MarshalByRefObject, ISpecificationRunListener
Mostrar archivo Open project: machine-visualstudio/machine.vstestadapter Class Usage Examples

Public Methods

Method Description
OnAssemblyEnd ( AssemblyInfo assembly ) : void
OnAssemblyStart ( AssemblyInfo assembly ) : void
OnContextEnd ( ContextInfo context ) : void
OnContextStart ( ContextInfo context ) : void
OnFatalError ( ExceptionResult exception ) : void
OnRunEnd ( ) : void
OnRunStart ( ) : void
OnSpecificationEnd ( SpecificationInfo specification, Result result ) : void
OnSpecificationStart ( SpecificationInfo specification ) : void
VSProxyAssemblySpecificationRunListener ( string assemblyPath, IFrameworkHandle frameworkHandle, Uri executorUri, Settings settings ) : Machine.Specifications

Private Methods

Method Description
ConverResultToTestResult ( TestCase testCase, Result result, RunStats runStats ) : TestResult
ConvertSpecificationToTestCase ( SpecificationInfo specification, Settings settings ) : TestCase
MapSpecificationResultToTestOutcome ( Result result ) : TestOutcome

Method Details

OnAssemblyEnd() public method

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

OnAssemblyStart() public method

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly 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 Machine.Specifications.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, Result result ) : void
specification Machine.Specifications.Runner.SpecificationInfo
result Result
return void

OnSpecificationStart() public method

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

VSProxyAssemblySpecificationRunListener() public method

public VSProxyAssemblySpecificationRunListener ( string assemblyPath, IFrameworkHandle frameworkHandle, Uri executorUri, Settings settings ) : Machine.Specifications
assemblyPath string
frameworkHandle IFrameworkHandle
executorUri System.Uri
settings Machine.VSTestAdapter.Configuration.Settings
return Machine.Specifications