<PackageReference Include="NUnit" Version="3.11.0" />

DictionaryContainsValueConstraint

DictionaryContainsValueConstraint is used to test whether a dictionary contains an expected object as a value.
protected object Expected { get; }

Gets the expected object

public DictionaryContainsValueConstraint(object expected)

Construct a DictionaryContainsValueConstraint

public DictionaryContainsValueConstraint Using<TCollectionType, TMemberType>(Func<TCollectionType, TMemberType, bool> comparison)

Flag the constraint to use the supplied predicate function