C# Класс Objectivity.Test.Automation.Common.Types.ErrorDetail

Class that helps to define Kind and value for html elements.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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