C# 클래스 MSTestAllureAdapter.TestCaseStartedWithTimeEvent

상속: AllureCSharpCommons.Events.TestCaseStartedEvent
파일 보기 프로젝트 열기: allure-framework/allure-mstest-adapter 1 사용 예제들

공개 메소드들

메소드 설명
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