C# Class MSTestAllureAdapter.TestCaseStartedWithTimeEvent

Inheritance: AllureCSharpCommons.Events.TestCaseStartedEvent
Afficher le fichier Open project: allure-framework/allure-mstest-adapter Class Usage Examples

Méthodes publiques

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

Method Details

Process() public méthode

public Process ( AllureCSharpCommons context ) : void
context AllureCSharpCommons
Résultat void

TestCaseStartedWithTimeEvent() public méthode

public TestCaseStartedWithTimeEvent ( string suitId, string name, System.DateTime time ) : System
suitId string
name string
time System.DateTime
Résultat System