spring-cloud-stream-samples
spring-cloud-stream-samples copied to clipboard
SpringCloudStream TestChannelBinderConfiguration Junits not working with Mockito
To run SpringCloudStream junits tests successfully always we need to enable @EnableAutoConfiguration and @ComponentScan annotations, but if we enable this we can't run application in real time and also mockito not working with this implementation, I already posted the same question in stack overflow, Could someone please help me to resolve this issue.
https://stackoverflow.com/questions/76175772/springcloudstream-testchannelbinderconfiguration-junits-tests-not-working-with-m