public void GetMatchingPictures_OnKeyWordHasManyMatches_GetManyMatches() { bool foundExactMatches; var matches = _collection.GetMatchingImages("duck"); Assert.AreEqual(kDuckPicturesInArtOfReading, matches.Count()); }