spring-cloud/spring-cloud-stream-samples

SpringCloudStream TestChannelBinderConfiguration Junits not working with Mockito

srajesh15 opened this issue · 0 comments

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