C# 클래스 CucumberLanguageServices.Integration.StepDefinition

파일 보기 프로젝트 열기: henritersteeg/cuke4vs 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string stepIdentifier ) : Match
Matches ( string stepIdentifier ) : bool
StepDefinition ( string value ) : System.Text.RegularExpressions
ToString ( ) : string

비공개 메소드들

메소드 설명
CreateNameFor ( string value ) : string
Replace ( string oldValue ) : Replacement

메소드 상세

Match() 공개 메소드

public Match ( string stepIdentifier ) : Match
stepIdentifier string
리턴 System.Text.RegularExpressions.Match

Matches() 공개 메소드

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

StepDefinition() 공개 메소드

public StepDefinition ( string value ) : System.Text.RegularExpressions
value string
리턴 System.Text.RegularExpressions

ToString() 공개 메소드

public ToString ( ) : string
리턴 string