C# Class Xunit.Reporting.Internal.Report

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

Méthodes publiques

Méthode Description
GetEnumerator ( ) : IEnumerator
Report ( IEnumerable collectedConcerns, IAssembly reflectedAssembly ) : System.Collections

Initializes a new instance of the Report class.

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Report() public méthode

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.
Résultat System.Collections