Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+18 votes

I am trying to run a test case for my help method for passwordUtils but it gives me aforementioned error.

asked in CSC335 Fall 2022 by (1 point)

1 Answer

+6 votes

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.

answered by (1 point)
...