spring-projects / spring-projects/spring-ws
MockWebServiceServer should allow for an expectation to occur multiple times [SWS-1088]
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 346
- Forks
- 323
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 7
Description
makaxel opened SWS-1088 and commented
MockWebServiceServer should allow for an expectation to occur multiple times like MockRestServiceServer ( https://github.com/spring-projects/spring-framework/issues/15991 )
No further details from SWS-1088
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names MockWebServiceServer and points to MockRestServiceServer issue 15991 as a behavioral reference. Start by locating the MockWebServiceServer expectation implementation and comparing the referenced MockRestServiceServer behavior. Done means a single expectation can be matched multiple times, with tests covering the repeated-occurrence behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100