C# 클래스 Objectivity.Test.Automation.Common.Types.ErrorDetail

Class that helps to define Kind and value for html elements.
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation 1 사용 예제들

공개 메소드들

메소드 설명
ErrorDetail ( Screenshot screenshot, System.DateTime dateTime, Exception exception ) : System

Initializes a new instance of the ErrorDetail class.

메소드 상세

ErrorDetail() 공개 메소드

Initializes a new instance of the ErrorDetail class.
public ErrorDetail ( Screenshot screenshot, System.DateTime dateTime, Exception exception ) : System
screenshot OpenQA.Selenium.Screenshot The screenshot.
dateTime System.DateTime The date time.
exception System.Exception The exception.
리턴 System