Метод | Описание | |
---|---|---|
InThatOrder ( IEnumerable>.this |
Checks that the checked IEnumerable contains items in the expected order.
|
|
Once ( IEnumerable>.this |
Checks that the checked IEnumerable contains the expected list of items only once.
|
|
Only ( IEnumerable>.this |
Checks that the checked IEnumerable contains only the authorized items. Can only be used after a call to Contains.
|
Метод | Описание | |
---|---|---|
ConvertToList ( IEnumerable>.IExtendableCheckLink |
public static InThatOrder ( IEnumerable>.this |
||
chainedCheckLink | IEnumerable>.this | /// The chained fluent check. /// |
Результат | IEnumerable>.IExtendableCheckLink |
public static Once ( IEnumerable>.this |
||
chainedCheckLink | IEnumerable>.this | /// The chained fluent check. /// |
Результат | IEnumerable>.IExtendableCheckLink |
public static Only ( IEnumerable>.this |
||
chainedCheckLink | IEnumerable>.this | /// The chained fluent check. /// |
Результат | IEnumerable>.IExtendableCheckLink |