I want to run test methods of the test code files that are under /spring-boot/src/test/java/com/example/springboot/. enter image description here
I thought I need to use those files as source folder. However, when I build path /com/example/springboot, the import stuff can't be resolved. enter image description here
So I want to know why the error happens, and how I can run the test methods, thank you.