C# Class Objectivity.Test.Automation.Common.Types.ErrorDetail

Class that helps to define Kind and value for html elements.
Show file Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

Method Description
ErrorDetail ( Screenshot screenshot, System.DateTime dateTime, Exception exception ) : System

Initializes a new instance of the ErrorDetail class.

Method Details

ErrorDetail() public method

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.
return System