C# Class Xunit.Reporting.Internal.Report

A report abstraction which represents the report data extracted from an assembly.
Inheritance: IReport
Mostrar archivo Open project: BjRo/xunitbddextensions

Public Methods

Method Description
GetEnumerator ( ) : IEnumerator
Report ( IEnumerable collectedConcerns, IAssembly reflectedAssembly ) : System.Collections

Initializes a new instance of the Report class.

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Report() public method

Initializes a new instance of the Report class.
public Report ( IEnumerable collectedConcerns, IAssembly reflectedAssembly ) : System.Collections
collectedConcerns IEnumerable The collected concerns.
reflectedAssembly IAssembly The reflected assembly.
return System.Collections