question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Starter for testing reactive web applications

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
joshistecommented, Apr 18, 2017

it does help with discoverability.

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.

0reactions
bclozelcommented, Feb 6, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found