C# 클래스 concord.Builders.TestRunBuilders.CategoryRunner

상속: EventListener, IDisposable
파일 보기 프로젝트 열기: uShip/Concord 1 사용 예제들

공개 메소드들

메소드 설명
CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System
Dispose ( ) : void
Execute ( ) : int
GetTestRunner ( ) : TestRunner
RunFinished ( Exception exception ) : void
RunFinished ( NUnit.Core.TestResult result ) : void
RunStarted ( string name, int testCount ) : void
RunTesterAsync ( ) : void
RunTesterBlocking ( ) : NUnit.Core.TestResult
SuiteFinished ( NUnit.Core.TestResult result ) : void
SuiteStarted ( NUnit.Core.TestName testName ) : void
TestFinished ( NUnit.Core.TestResult result ) : void
TestOutput ( NUnit.Core.TestOutput testOutput ) : void
TestStarted ( NUnit.Core.TestName testName ) : void
UnhandledException ( Exception exception ) : void

비공개 메소드들

메소드 설명
InitalizeNUnits ( ) : void
MarkAsFinished ( ) : void
MarkAsInitalized ( ) : void
MarkAsRunning ( ) : void

메소드 상세

CategoryRunner() 공개 메소드

public CategoryRunner ( string assemblyLocation, ITestFilter filter, string outputXmlFile ) : System
assemblyLocation string
filter ITestFilter
outputXmlFile string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( ) : int
리턴 int

GetTestRunner() 공개 메소드

public GetTestRunner ( ) : TestRunner
리턴 TestRunner

RunFinished() 공개 메소드

public RunFinished ( Exception exception ) : void
exception System.Exception
리턴 void

RunFinished() 공개 메소드

public RunFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

RunStarted() 공개 메소드

public RunStarted ( string name, int testCount ) : void
name string
testCount int
리턴 void

RunTesterAsync() 공개 메소드

public RunTesterAsync ( ) : void
리턴 void

RunTesterBlocking() 공개 메소드

public RunTesterBlocking ( ) : NUnit.Core.TestResult
리턴 NUnit.Core.TestResult

SuiteFinished() 공개 메소드

public SuiteFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

SuiteStarted() 공개 메소드

public SuiteStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
리턴 void

TestFinished() 공개 메소드

public TestFinished ( NUnit.Core.TestResult result ) : void
result NUnit.Core.TestResult
리턴 void

TestOutput() 공개 메소드

public TestOutput ( NUnit.Core.TestOutput testOutput ) : void
testOutput NUnit.Core.TestOutput
리턴 void

TestStarted() 공개 메소드

public TestStarted ( NUnit.Core.TestName testName ) : void
testName NUnit.Core.TestName
리턴 void

UnhandledException() 공개 메소드

public UnhandledException ( Exception exception ) : void
exception System.Exception
리턴 void