C# Class NFluent.StringFluentSyntaxExtension

Provides extension method on a ICheckLink for IEnumerable types.
Afficher le fichier Open project: tpierrain/NFluent

Méthodes publiques

Méthode 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 méthode

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. ///
Résultat string[]>.IExtendableCheckLink

Once() public static méthode

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. ///
Résultat string[]>.IExtendableCheckLink