Unit testing in Spring Webflux using StepVerifier and Mockito
In the last post I showed you how to build simple reactive web application with Spring Webflux and MongoDB from scratch. You can find it here – LINK. But one important element is missing in this app – the tests. If you want to build high quality app, you can’t avoid them. Today I will show you how to write […]