C# 클래스 Xunit.Reporting.Internal.Generator.GeneratorConvensions

Header a convention class for the StructureMap container which defines the following convention: Any class in this assembly implementing IReportGenerator and suffixed with "ReportGenerator" while be automatically registered with its prefix in the container. For instance HtmlReportGenerator will be registered under the name "Html" because of this convention.
상속: IRegistrationConvention
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
Process ( Type type, Registry registry ) : void

메소드 상세

Process() 공개 메소드

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
리턴 void