debugging - how to "debug as maven test" in eclipse (sts) -


i have written test cases in junit , executing fine when use run - maven test. although put debug points , select debug - maven test, debugging not work. use maven-surefire-plugin. running test cases in eclipse (sts) itself, there no need remote debug on application running in server. these simple test cases, testing application code. appreciated.

you can run junit test directly in sts debugging. no need start maven purpose. click on test class debug. right mouse button -> debug -> junit shoud trick.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -