Add option to AreIn to perform a strict test and return false if the collection is null or empty #280
Labels
enhancement
Improvement to existing functionality/feature
good first issue
Small, lower complexity and doesn't require pre-existing Koryphe knowledge
Milestone
AreIn tests whether supplied values are all in a given collection, but also returns true if the collection is null or empty. This behaviour was intended - it is tested for and documented. The rationale for this has been lost.
Retain this as the default behaviour, but add an option to perform the strict test and return false if null or empty
The text was updated successfully, but these errors were encountered: