You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Hi,
I was testing the "Hello World" application in Eclipse IDE ( 4.12 ) and I added a new REST end point and a junit test case. When I run the junit test in eclipse , I see an exception "No Value set for @client" .. however from the terminal I can run "gradle test" and the test passes.
I can only run the test from the IDE if I first run "gradle eclipse" and then re-import the gradle project into Eclipse IDE.
Any thoughts on what I am missing here
Hi,
I was testing the "Hello World" application in Eclipse IDE ( 4.12 ) and I added a new REST end point and a junit test case. When I run the junit test in eclipse , I see an exception "No Value set for @client" .. however from the terminal I can run "gradle test" and the test passes.
I can only run the test from the IDE if I first run "gradle eclipse" and then re-import the gradle project into Eclipse IDE.
Any thoughts on what I am missing here
thanks