CH79 / E595|Disentangling Business Logic|Mon, 19 Feb ’18
Emit an Event
We continue updating our RealTimeLogic tests to operate without a network. This time, we’re testing code that sends multiple network messages at a time, which means our simple “get last sent message” tracker won’t work. We use a more sophisticated approach, based on events, instead.