C# Class Endjin.Selenium.SpecFlowPlugin.Specs.DecoratorRegistryStub

Inheritance: IDecoratorRegistry
Datei anzeigen Open project: endjin/Endjin.Selenium.SpecFlowPlugin

Public Methods

Method Description
DecorateTestClass ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, List &unprocessedTags ) : void
DecorateTestMethod ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, CodeMemberMethod testMethod, IEnumerable tags, List &unprocessedTags ) : void

Method Details

DecorateTestClass() public method

public DecorateTestClass ( TechTalk.SpecFlow.Generator.TestClassGenerationContext generationContext, List &unprocessedTags ) : void
generationContext TechTalk.SpecFlow.Generator.TestClassGenerationContext
unprocessedTags List
return void

DecorateTestMethod() public method

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
return void