C# Class Eto.Test.Sections.TestListener

Inheritance: ITestListener
显示文件 Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
TestFinished ( ITestResult result ) : void
TestOutput ( TestOutput output ) : void
TestStarted ( ITest test ) : void

Method Details

TestFinished() public method

public TestFinished ( ITestResult result ) : void
result ITestResult
return void

TestOutput() public method

public TestOutput ( TestOutput output ) : void
output TestOutput
return void

TestStarted() public method

public TestStarted ( ITest test ) : void
test ITest
return void