NFluent by Thomas PIERRAIN, Cyrille DUPUYDAUBY, Rui CARVALHO, Marc-Antoine LATOUR

<PackageReference Include="NFluent" Version="2.7.2" />

.NET API 214,528 bytes

 EnumerableFluentSyntaxExtension

public static class EnumerableFluentSyntaxExtension
Provides extension method on a ICheckLink for IEnumerable types.

Checks that the checked IEnumerable contains items in the expected order.

Checks that the checked IEnumerable contains items in the expected order.

Checks that the checked IEnumerable contains the expected list of items only once.

Checks that the checked IEnumerable contains the expected list of items only once.

Checks that the checked IEnumerable contains only the authorized items. Can only be used after a call to Contains.

Checks that the checked IEnumerable contains only the authorized items. Can only be used after a call to Contains.