C# 클래스 Xunit.Reporting.Internal.Report

A report abstraction which represents the report data extracted from an assembly.
상속: IReport
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
Report ( IEnumerable collectedConcerns, IAssembly reflectedAssembly ) : System.Collections

Initializes a new instance of the Report class.

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Report() 공개 메소드

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.
리턴 System.Collections