C# 클래스 CucumberLanguageServices.Integration.StepProvider

파일 보기 프로젝트 열기: henritersteeg/cuke4vs

공개 프로퍼티들

프로퍼티 타입 설명
PENDING_ATTRIBUTE string
STEP_ATTRIBUTES string[]

보호된 프로퍼티들

프로퍼티 타입 설명
_stepDefinitions List

공개 메소드들

메소드 설명
Clear ( ) : void
FindMatchesFor ( string stepIdentifier ) : CucumberLanguageServices.Integration.StepDefinition[]
HasMatchFor ( string stepIdentifier ) : bool
ProcessItem ( CodeClass codeClass ) : void
ProcessItem ( ProjectItem item ) : void
Unescape ( string value ) : string

비공개 메소드들

메소드 설명
AddStep ( CodeAttribute attribute, string className ) : void
RemoveAttributesFor ( string className ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FindMatchesFor() 공개 메소드

public FindMatchesFor ( string stepIdentifier ) : CucumberLanguageServices.Integration.StepDefinition[]
stepIdentifier string
리턴 CucumberLanguageServices.Integration.StepDefinition[]

HasMatchFor() 공개 메소드

public HasMatchFor ( string stepIdentifier ) : bool
stepIdentifier string
리턴 bool

ProcessItem() 공개 메소드

public ProcessItem ( CodeClass codeClass ) : void
codeClass CodeClass
리턴 void

ProcessItem() 공개 메소드

public ProcessItem ( ProjectItem item ) : void
item ProjectItem
리턴 void

Unescape() 공개 정적인 메소드

public static Unescape ( string value ) : string
value string
리턴 string

프로퍼티 상세

PENDING_ATTRIBUTE 공개적으로 정적으로 프로퍼티

public static string PENDING_ATTRIBUTE
리턴 string

STEP_ATTRIBUTES 공개적으로 정적으로 프로퍼티

public static string[] STEP_ATTRIBUTES
리턴 string[]

_stepDefinitions 보호되어 있는 프로퍼티

protected List _stepDefinitions
리턴 List