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
Показать файл Открыть проект

Открытые методы

Метод Описание
Process ( Type type, Registry registry ) : void

Описание методов

Process() публичный Метод

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
Результат void