Summary
My JUnit tests are not finding the files they require during execution. I\'m using Maven for dependency management and compilation.
Main classes should be under src/main/java and test classes should be under src/test/java If all in the correct places and still main classes are not accessible then Right click project => Maven => Update Project Hope so this will resolve the issue