C# 클래스 UnitTests.RegexAssert

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

공개 메소드들

메소드 설명
IsMatch ( Regex regex, string input ) : void
IsMatch ( Regex regex, string input, string message ) : void
IsMatch ( string pattern, RegexOptions options, string input ) : void
IsMatch ( string pattern, RegexOptions options, string input, string message ) : void
IsMatch ( string pattern, string input ) : void
IsMatch ( string pattern, string input, string message ) : void
Matches ( Regex regex, string input ) : void
Matches ( string expected, Regex regex, string input ) : void
Matches ( string expected, Regex regex, string input, string message ) : void
Matches ( string expected, string pattern, RegexOptions options, string input, string message ) : void
Matches ( string expected, string pattern, string input ) : void
Matches ( string expected, string pattern, string input, string message ) : void
NoMatch ( Regex regex, string input ) : void
NoMatch ( Regex regex, string input, string message ) : void
NoMatch ( string pattern, RegexOptions options, string input ) : void
NoMatch ( string pattern, RegexOptions options, string input, string message ) : void
NoMatch ( string pattern, string input ) : void
NoMatch ( string pattern, string input, string message ) : void
NotMatches ( string expected, Regex regex, string input ) : void
NotMatches ( string expected, Regex regex, string input, string message ) : void
NotMatches ( string expected, string pattern, RegexOptions options, string input, string message ) : void
NotMatches ( string expected, string pattern, string input ) : void
NotMatches ( string expected, string pattern, string input, string message ) : void

비공개 메소드들

메소드 설명
MatchesToStrings ( MatchCollection matches ) : string[]

메소드 상세

IsMatch() 공개 정적인 메소드

public static IsMatch ( Regex regex, string input ) : void
regex System.Text.RegularExpressions.Regex
input string
리턴 void

IsMatch() 공개 정적인 메소드

public static IsMatch ( Regex regex, string input, string message ) : void
regex System.Text.RegularExpressions.Regex
input string
message string
리턴 void

IsMatch() 공개 정적인 메소드

public static IsMatch ( string pattern, RegexOptions options, string input ) : void
pattern string
options RegexOptions
input string
리턴 void

IsMatch() 공개 정적인 메소드

public static IsMatch ( string pattern, RegexOptions options, string input, string message ) : void
pattern string
options RegexOptions
input string
message string
리턴 void

IsMatch() 공개 정적인 메소드

public static IsMatch ( string pattern, string input ) : void
pattern string
input string
리턴 void

IsMatch() 공개 정적인 메소드

public static IsMatch ( string pattern, string input, string message ) : void
pattern string
input string
message string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( Regex regex, string input ) : void
regex System.Text.RegularExpressions.Regex
input string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( string expected, Regex regex, string input ) : void
expected string
regex System.Text.RegularExpressions.Regex
input string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( string expected, Regex regex, string input, string message ) : void
expected string
regex System.Text.RegularExpressions.Regex
input string
message string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( string expected, string pattern, RegexOptions options, string input, string message ) : void
expected string
pattern string
options RegexOptions
input string
message string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( string expected, string pattern, string input ) : void
expected string
pattern string
input string
리턴 void

Matches() 공개 정적인 메소드

public static Matches ( string expected, string pattern, string input, string message ) : void
expected string
pattern string
input string
message string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( Regex regex, string input ) : void
regex System.Text.RegularExpressions.Regex
input string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( Regex regex, string input, string message ) : void
regex System.Text.RegularExpressions.Regex
input string
message string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( string pattern, RegexOptions options, string input ) : void
pattern string
options RegexOptions
input string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( string pattern, RegexOptions options, string input, string message ) : void
pattern string
options RegexOptions
input string
message string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( string pattern, string input ) : void
pattern string
input string
리턴 void

NoMatch() 공개 정적인 메소드

public static NoMatch ( string pattern, string input, string message ) : void
pattern string
input string
message string
리턴 void

NotMatches() 공개 정적인 메소드

public static NotMatches ( string expected, Regex regex, string input ) : void
expected string
regex System.Text.RegularExpressions.Regex
input string
리턴 void

NotMatches() 공개 정적인 메소드

public static NotMatches ( string expected, Regex regex, string input, string message ) : void
expected string
regex System.Text.RegularExpressions.Regex
input string
message string
리턴 void

NotMatches() 공개 정적인 메소드

public static NotMatches ( string expected, string pattern, RegexOptions options, string input, string message ) : void
expected string
pattern string
options RegexOptions
input string
message string
리턴 void

NotMatches() 공개 정적인 메소드

public static NotMatches ( string expected, string pattern, string input ) : void
expected string
pattern string
input string
리턴 void

NotMatches() 공개 정적인 메소드

public static NotMatches ( string expected, string pattern, string input, string message ) : void
expected string
pattern string
input string
message string
리턴 void