C# 클래스 NFluent.StringFluentSyntaxExtension

Provides extension method on a ICheckLink for IEnumerable types.
파일 보기 프로젝트 열기: tpierrain/NFluent

공개 메소드들

메소드 설명
InThatOrder ( string[]>.this chainedCheckLink ) : string[]>.IExtendableCheckLink

Checks that the checked string contains the expected list of strings in the correct order.

Once ( string[]>.this chainedCheckLink ) : string[]>.IExtendableCheckLink

Checks that the checked string contains the expected list of strings only once.

메소드 상세

InThatOrder() 공개 정적인 메소드

Checks that the checked string contains the expected list of strings in the correct order.
public static InThatOrder ( string[]>.this chainedCheckLink ) : string[]>.IExtendableCheckLink
chainedCheckLink string[]>.this /// The chained fluent check. ///
리턴 string[]>.IExtendableCheckLink

Once() 공개 정적인 메소드

Checks that the checked string contains the expected list of strings only once.
public static Once ( string[]>.this chainedCheckLink ) : string[]>.IExtendableCheckLink
chainedCheckLink string[]>.this /// The chained fluent check. ///
리턴 string[]>.IExtendableCheckLink