C# Class Given.Common.HtmlTestProcessor

Inheritance: ITestResultProcessor
Mostrar archivo Open project: ncgonz/given

Public Methods

Method Description
HtmlTestProcessor ( IReportConfiguration reportConfiguration ) : System.Collections.Generic
Process ( IEnumerable testResults ) : void

Method Details

HtmlTestProcessor() public method

public HtmlTestProcessor ( IReportConfiguration reportConfiguration ) : System.Collections.Generic
reportConfiguration IReportConfiguration
return System.Collections.Generic

Process() public method

public Process ( IEnumerable testResults ) : void
testResults IEnumerable
return void