eclipsesource / eclipsesource/restfuse
Multiple @Callback(s) per @HttpTest
- Dominant language
- Java
- Stars
- 95
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
I'm dealing with a scenario where a single REST call results in multiple async callbacks. Having looked at the examples its unclear to me as to whether restfuse can support this. I would want to check exactly how many hits I received and also the exact content.
I've already implemented this all without Restfuse, firing up a Jetty server and collecting the expected hits on the server, however I can see the value in Restfuse in that it will make the test case(s) much clearer & it will contain a lot of code that will become boiler plate code, on the flip-side, it has been a valuable training exercise to do it the first time without Restfuse.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.