Get function for searching is not giving the search result but returning all the elements while unit testing
Advertisements I have a function called GetAuthors which takes an expression for checking if given string is in authors names. I have problems while unit testing. The function supposed to find names that contains the given string but I realized it always returns everything in the list. I tested with G letter it supposed to… Read More Get function for searching is not giving the search result but returning all the elements while unit testing