C# 클래스 Endjin.Selenium.SpecFlowPlugin.Specs.DecoratorRegistryStub

상속: IDecoratorRegistry
파일 보기 프로젝트 열기: endjin/Endjin.Selenium.SpecFlowPlugin

공개 메소드들

메소드 설명
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