C# Класс MSTestAllureAdapter.TestCaseStartedWithTimeEvent

Наследование: AllureCSharpCommons.Events.TestCaseStartedEvent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Process ( AllureCSharpCommons context ) : void
TestCaseStartedWithTimeEvent ( string suitId, string name, System.DateTime time ) : System

Описание методов

Process() публичный Метод

public Process ( AllureCSharpCommons context ) : void
context AllureCSharpCommons
Результат void

TestCaseStartedWithTimeEvent() публичный Метод

public TestCaseStartedWithTimeEvent ( string suitId, string name, System.DateTime time ) : System
suitId string
name string
time System.DateTime
Результат System