Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.8.0
Description
The ConsumerNetworkThreadTest currently has a number of tests which do the following:
- Add event of type T to the event queue
- Call ConsumerNetworkThread.runOnce() to dequeue the events and call ApplicationEventProcessor.process()
- Verify that the appropriate ApplicationEventProcessor process method was invoked for the event
Those types of tests should be moved to ApplicationEventProcessorTest.
Attachments
Issue Links
- links to