I have junit and spring-test dependencies in my pom file. When i run the test goal of maven using eclipse it does not identify my test class.
maven-surefire-plugin:2.17:test (default-test) @ media-project ---
[INFO] No tests to run.
I have the test class start with Test and also methods start with test.