C# Class Tmx.Interfaces.TestResultDetail

Inheritance: ITestResultDetail
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddTestResultDetail ( TestResultDetailTypes detailType, ErrorRecord detail ) : void
AddTestResultDetail ( TestResultDetailTypes detailType, Exception detail ) : void
AddTestResultDetail ( TestResultDetailTypes detailType, string detail ) : void
GetDetail ( ) : object
TestResultDetail ( ) : System

Method Details

AddTestResultDetail() public method

public AddTestResultDetail ( TestResultDetailTypes detailType, ErrorRecord detail ) : void
detailType TestResultDetailTypes
detail System.Management.Automation.ErrorRecord
return void

AddTestResultDetail() public method

public AddTestResultDetail ( TestResultDetailTypes detailType, Exception detail ) : void
detailType TestResultDetailTypes
detail System.Exception
return void

AddTestResultDetail() public method

public AddTestResultDetail ( TestResultDetailTypes detailType, string detail ) : void
detailType TestResultDetailTypes
detail string
return void

GetDetail() public method

public GetDetail ( ) : object
return object

TestResultDetail() public method

public TestResultDetail ( ) : System
return System