How would I create a junit test that checks if given String is present in List of String?
I was thinking using contains but not sure if I am on the right path or not.
How would I create a junit test that checks if given String is present in List of String?
I was thinking using contains but not sure if I am on the right path or not.