I am trying to run a test case for my help method for passwordUtils but it gives me aforementioned error.
It may be an issue with the location of the test class. I think the location of the test class should be in the source folder (src). I have my test class in the same place as the passwordUtils class.