I am working on a project written using Maven.
If I do
mvn clean install then I expect that it will run the all unit tests under /test forder.
I redirected the build process and stored into an output file and tried to find out unit tests by the name. However, I wasn't able to find some of the unit tests. It seems like some of the unit tests were actually not executed during the build process.
My question is how do I know the selection of unit tests that will be executed during the build process.