예제 #1
0
        public void GetMatchingPictures_OnKeyWordHasManyMatches_GetManyMatches()
        {
            bool foundExactMatches;
            var  matches = _collection.GetMatchingImages("duck");

            Assert.AreEqual(kDuckPicturesInArtOfReading, matches.Count());
        }