Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Dark theme

Testing with StepVerifier


In this module, you’re going to learn:

  • Set up reactor-test in your project
  • How to use StepVerifier to test a reactive sequence
  • How to test errors
  • How to use assertions
  • How to test the context
  • How to test time-based operators
  • How to test control flow scenario with PublisherProbe
  • How to use a custom publisher in tests with TestPublisher

You can find the code for this module here.


Table of contents