How can I use StepVerifier instead of block() in tests where I need to store output of reactive code?

后端 未结 0 450
梦谈多话
梦谈多话 2020-12-04 19:30

When I write tests that verify reactive components I usually use the StepVerifier with the following pattern:

StepVerifier.create(...)
  .assertN         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题