C# Класс Endjin.Selenium.SpecFlowPlugin.Specs.DecoratorRegistryStub

Наследование: IDecoratorRegistry
Показать файл Открыть проект

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

Метод Описание
DecorateTestClass ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, List &unprocessedTags ) : void
DecorateTestMethod ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, CodeMemberMethod testMethod, IEnumerable tags, List &unprocessedTags ) : void

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

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

public DecorateTestClass ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, List &unprocessedTags ) : void
generationContext TechTalk.SpecFlow.Generator.TestClassGenerationContext
unprocessedTags List
Результат void

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

public DecorateTestMethod ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, CodeMemberMethod testMethod, IEnumerable tags, List &unprocessedTags ) : void
generationContext TechTalk.SpecFlow.Generator.TestClassGenerationContext
testMethod System.CodeDom.CodeMemberMethod
tags IEnumerable
unprocessedTags List
Результат void