C# Класс Patterns.Specifications.Steps.Text.RegularExpressions.CompiledRegexSteps

Показать файл Открыть проект

Открытые методы

Метод Описание
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