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

A simple wrapper class around System.Reflection.Assembly for the sake of testability.
상속: IAssembly
파일 보기 프로젝트 열기: BjRo/xunitbddextensions 1 사용 예제들

공개 메소드들

메소드 설명
AllTypesMatching ( bool>.Func predicate ) : IEnumerable

Collects all exported types of the assembly matching the predicate specified via predicate.

This method never returns null.

Assembly ( System assembly ) : System

Creates a new instance of the Assembly class.

메소드 상세

AllTypesMatching() 공개 메소드

Collects all exported types of the assembly matching the predicate specified via predicate.
This method never returns null.
public AllTypesMatching ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func /// Specifies a predicate that evaluates each exported type in the assembly. ///
리턴 IEnumerable

Assembly() 공개 메소드

Creates a new instance of the Assembly class.
public Assembly ( System assembly ) : System
assembly System /// Specifies the which is wrapped. ///
리턴 System