Posted By:
Albert_Newton
Posted On:
Thursday, June 18, 2009 04:52 PM
I am running my Junit tests and want to change the proxy settings,so that my junits run through host:localhost, and port:8080. I googled and found some instructions on how to do this in Eclipse. However following these instructions did not do anything.
I did Window -> Preferences -> General -> Network Connections
and then clicked on Manual proxy configuration to change the HTTP proxy to localhost and Port to 8080. Doing this did not make any difference.Is there a different way to do it? Can I use the arguments option once I click Run as and Run Configurations by right clicking on the junit test?