C# Class Machine.VSTestAdapter.Execution.VSProxyAssemblySpecificationRunListener

Inheritance: System.MarshalByRefObject, ISpecificationRunListener
Afficher le fichier Open project: machine-visualstudio/machine.vstestadapter Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

OnAssemblyEnd() public méthode

public OnAssemblyEnd ( AssemblyInfo assembly ) : void
assembly Machine.Specifications.Runner.AssemblyInfo
Résultat void

OnAssemblyStart() public méthode

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly Machine.Specifications.Runner.AssemblyInfo
Résultat void

OnContextEnd() public méthode

public OnContextEnd ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
Résultat void

OnContextStart() public méthode

public OnContextStart ( ContextInfo context ) : void
context Machine.Specifications.Runner.ContextInfo
Résultat void

OnFatalError() public méthode

public OnFatalError ( ExceptionResult exception ) : void
exception Machine.Specifications.ExceptionResult
Résultat void

OnRunEnd() public méthode

public OnRunEnd ( ) : void
Résultat void

OnRunStart() public méthode

public OnRunStart ( ) : void
Résultat void

OnSpecificationEnd() public méthode

public OnSpecificationEnd ( SpecificationInfo specification, Result result ) : void
specification Machine.Specifications.Runner.SpecificationInfo
result Result
Résultat void

OnSpecificationStart() public méthode

public OnSpecificationStart ( SpecificationInfo specification ) : void
specification Machine.Specifications.Runner.SpecificationInfo
Résultat void

VSProxyAssemblySpecificationRunListener() public méthode

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