Starter for testing reactive web applications
See original GitHub issueI think it would come in handy if there was a spring-boot-starter-[webflux|reactive]-test (or alike), including the io.projectreactor.addons:reactor-test
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Writing Unit Test in Reactive Spring Boot Application - Medium
Unit test is a practice of validating the smallest piece of code to determine if it delivers the result as expected. Unit Test...
Read more >Building a Reactive RESTful Web Service - Spring
Test the Application Now that the application is running, you can test it. To start with, you can open a browser and go...
Read more >Spring WebFlux tutorial: how to build a reactive web app
Spring WebFlux is a fully non-blocking, annotation-based web framework built on Project Reactor that makes it possible to build reactive ...
Read more >Spring WebFlux - Spring Reactive Programming - DigitalOcean
Using WebTestClient from Spring 5 Here is a JUnit test program to test our Rest web service using WebTestClient from Spring 5 reactive...
Read more >Testing Reactive Apps with SpringBoot | # sudo init 5 - beta
This is like enforcing separation of concerns ( dont test data when testing web) and allows developers to concentrate on the layer of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That was what I had in mind. The moment I filed thist issues, was the moment when I’ve had to look up the right jar myself.
Now that Spring WebFlux is well integrated with Spring Boot, we don’t feel the need to create a specific test starter for this use case and start.spring.io is the best place for now to add the reactor-test dependency.