C# Class Tmx.Core.Types.Remoting.TestRun

Description of TestRun.
Inheritance: ITestRun
Exibir arquivo Open project: apetrovskiy/STUPS

Public Methods

Method Description
GetTimeTaken ( ) : string
SetFinishTime ( ) : void
SetWorkflow ( ITestWorkflow testWorkflow ) : void
TestRun ( ) : System

Method Details

GetTimeTaken() public method

public GetTimeTaken ( ) : string
return string

SetFinishTime() public method

public SetFinishTime ( ) : void
return void

SetWorkflow() public method

public SetWorkflow ( ITestWorkflow testWorkflow ) : void
testWorkflow ITestWorkflow
return void

TestRun() public method

public TestRun ( ) : System
return System