https://github.com/claudio-code/spring-reactive-web-simple-api
:memo: Reactive programing with Spring Boot.
https://github.com/claudio-code/spring-reactive-web-simple-api
Last synced: 8 months ago
JSON representation
:memo: Reactive programing with Spring Boot.
- Host: GitHub
- URL: https://github.com/claudio-code/spring-reactive-web-simple-api
- Owner: Claudio-code
- Created: 2022-06-23T22:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T02:29:09.000Z (over 3 years ago)
- Last Synced: 2025-02-15T20:54:09.605Z (10 months ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About project
- It is because I need learning who works it paradigm.
## Step verifier to use in unit tests
- StepVerifier.create(...)
- Next
- expectNext(...)
- expectNextCount()
- thenConsumerWhile(...)
- Verify
- verifyComplete()
- Verify(Duration)
- VerifyError()
- StepVerifierOptions
- Context
- Scenario name