C# Class MSTestAllureAdapter.TestCaseStartedWithTimeEvent

Inheritance: AllureCSharpCommons.Events.TestCaseStartedEvent
显示文件 Open project: allure-framework/allure-mstest-adapter Class Usage Examples

Public Methods

Method Description
Process ( AllureCSharpCommons context ) : void
TestCaseStartedWithTimeEvent ( string suitId, string name, System.DateTime time ) : System

Method Details

Process() public method

public Process ( AllureCSharpCommons context ) : void
context AllureCSharpCommons
return void

TestCaseStartedWithTimeEvent() public method

public TestCaseStartedWithTimeEvent ( string suitId, string name, System.DateTime time ) : System
suitId string
name string
time System.DateTime
return System