C# 클래스 Patterns.Specifications.Steps.Text.RegularExpressions.CompiledRegexSteps

파일 보기 프로젝트 열기: patterns-group/code-patterns

공개 메소드들

메소드 설명
CompiledRegexSteps ( CompiledRegexContext context ) : System.Linq

비공개 메소드들

메소드 설명
AssertAllPositiveMatches ( ) : void
AssertPatternIsCompiled ( ) : void
AssertPatternMatchesOriginalPattern ( ) : void
BuildCommonCompiledRegex ( ) : void
CreateCompiledRegex ( string pattern ) : void
CreateSimpleCompiledRegex ( ) : void
CreateValidCompiledRegex ( ) : void
GetCharacterPatternStrings ( ) : void
MatchEachCharacterPattern ( ) : void
ReadCompiledRegexOptions ( ) : void
SetPatternTarget ( string input ) : void
WhenIReadThePatternStringFromTheCompiledRegex ( ) : void

메소드 상세

CompiledRegexSteps() 공개 메소드

public CompiledRegexSteps ( CompiledRegexContext context ) : System.Linq
context Patterns.Specifications.Models.Text.RegularExpressions.CompiledRegexContext
리턴 System.Linq