C# 클래스 Machine.VSTestAdapter.Execution.VSProxyAssemblySpecificationRunListener

상속: System.MarshalByRefObject, ISpecificationRunListener
파일 보기 프로젝트 열기: machine-visualstudio/machine.vstestadapter 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConverResultToTestResult ( TestCase testCase, Result result, RunStats runStats ) : TestResult
ConvertSpecificationToTestCase ( SpecificationInfo specification, Settings settings ) : TestCase
MapSpecificationResultToTestOutcome ( Result result ) : TestOutcome

메소드 상세

OnAssemblyEnd() 공개 메소드

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

OnAssemblyStart() 공개 메소드

public OnAssemblyStart ( AssemblyInfo assembly ) : void
assembly Machine.Specifications.Runner.AssemblyInfo
리턴 void

OnContextEnd() 공개 메소드

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

OnContextStart() 공개 메소드

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

OnFatalError() 공개 메소드

public OnFatalError ( ExceptionResult exception ) : void
exception Machine.Specifications.ExceptionResult
리턴 void

OnRunEnd() 공개 메소드

public OnRunEnd ( ) : void
리턴 void

OnRunStart() 공개 메소드

public OnRunStart ( ) : void
리턴 void

OnSpecificationEnd() 공개 메소드

public OnSpecificationEnd ( SpecificationInfo specification, Result result ) : void
specification Machine.Specifications.Runner.SpecificationInfo
result Result
리턴 void

OnSpecificationStart() 공개 메소드

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

VSProxyAssemblySpecificationRunListener() 공개 메소드

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