C# Класс NFluent.StringFluentSyntaxExtension

Provides extension method on a ICheckLink for IEnumerable types.
Показать файл Открыть проект

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

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