Integration test via message broker
There are two programs that communicate using a message broker and I want to cover some of the interactions between them using integration tests.
So, I want to write an integration test that will use JUnit before it wants to run an external program in the phase, and it needs to be cleaned up in the after phase.
Is there a good way to do this, or am I just going the wrong way?
+3
Eddie jamsession
source
to share
No one has answered this question yet
Check out similar questions:
3211
1898
1367
331
292
104
73
68
1
0