C# Class 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.
Inheritance: IRegistrationConvention
Exibir arquivo Open project: BjRo/xunitbddextensions

Public Methods

Method Description
Process ( Type type, Registry registry ) : void

Method Details

Process() public method

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