問題タブ [jersey-test-framework]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rest - Dropwizard test framework
I am using dropwizard 0.9.3 core, test helpers etc... On a rest api test, I get 404 not found error.
javax.ws.rs.NotFoundException: HTTP 404 Not Found
I have attached the code below:
Surprisingly on changing the dependency dropwizard-testing to 1.1.0, I receive another error: