C# Class NFluent.StringFluentSyntaxExtension

Provides extension method on a ICheckLink for IEnumerable types.
Datei anzeigen Open project: tpierrain/NFluent

Public Methods

Method Description
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.

Method Details

InThatOrder() public static method

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. ///
return string[]>.IExtendableCheckLink

Once() public static method

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. ///
return string[]>.IExtendableCheckLink